summaryrefslogtreecommitdiff
path: root/src/table
AgeCommit message (Collapse)Author
2010-09-25(svn r20849) -Change: Only display liveries in the liverywindow if they are ↵frosch
used by some vehicle somewhen (not considering date or such).
2010-09-20(svn r20832) -Feature: Allow to select a custom percentage of water in the ↵terkhen
map generation window (based on patch by CommanderZ).
2010-09-12(svn r20787) -Fix: Spelling mistake in slovak real town names. (mek2)frosch
2010-09-02(svn r20720) -Add: separate GUI icons for vehicle/company profit, exclusive ↵frosch
rights and unread news.
2010-08-28(svn r20673) -Codechange: add support for inspecting objectsrubidium
2010-08-28(svn r20671) -Add: feature F (not action F as written mistakenly in the ↵rubidium
previous message) support for the scenario editor
2010-08-28(svn r20665) -Codechange: make clearing object tiles behave (more) like TTDPatchrubidium
2010-08-28(svn r20659) -Feature: make the (flat) area around an industry configurable ↵rubidium
(Eddi|zuHause)
2010-08-28(svn r20650) -Codechange: add some variables to the object's specrubidium
2010-08-28(svn r20649) -Codechange: implement classes for objectsrubidium
2010-08-28(svn r20648) -Codechange: implement the NewGRF override manager for objectsrubidium
2010-08-28(svn r20647) -Codechange: update some of the object spec informationrubidium
2010-08-27(svn r20642) -Codechange: make the table in object_land easier expandable.rubidium
2010-08-27(svn r20641) -Codechange: remove the "require flat land" flagrubidium
2010-08-27(svn r20638) -Codechange: split object.hrubidium
2010-08-26(svn r20623) -Codechange: unify the storing of animation related informationrubidium
2010-08-26(svn r20620) -Codechange: rename airporttile's callback_flags to ↵rubidium
callback_mask, so it's the same for all NewGRF features with callbacks
2010-08-19(svn r20553) -Feature: allow rate limiting of incoming commandsrubidium
2010-08-18(svn r20538) -Codechange: introduce a few macros to initialize the airport ↵yexo
classes
2010-08-13(svn r20478) -Codechange: remove support for 'helipad groups' because there ↵yexo
are no airports with more than 1 helipad group
2010-08-10(svn r20437) -Codechange: lets Engines use GRFFilePropsBase as wellrubidium
2010-08-08(svn r20411) -Codechange: rename unmovables as quite a lot of them are ↵rubidium
actually movable; e.g. HQ and owned land are pretty movable.
2010-08-07(svn r20401) -Codechange: let HouseSpec use GRFFilePropsrubidium
2010-08-07(svn r20398) -Codechange: move some variables of GRFFileProps into (the new) ↵rubidium
GRFFilePropsBase
2010-08-05(svn r20376) -Feature [FS#3093]: add setting for none/original/more smoke ↵yexo
(SirkoZ)
2010-08-05(svn r20370) -Add: [NewGRF] new action 5 block to add airport preview spritesyexo
2010-08-05(svn r20369) -Feature: preview sprites for airportsyexo
2010-08-05(svn r20366) -Codechange: store the rotation of the airport layout in the ↵yexo
station struct and use it to rotate hangar tiles
2010-08-03(svn r20349) -Fix: don't pay stuff you didn't have to pay for previously :)rubidium
2010-08-03(svn r20342) -Codechange: unify the construction of objectsrubidium
2010-08-03(svn r20340) -Codechange: introduce some flags for objects and use them in ↵rubidium
some places
2010-08-03(svn r20339) -Codechange: reorder the HQ drawing data so it's in a slightly ↵rubidium
more logical order from the map array's point of view.
2010-08-03(svn r20338) -Codechange: unify the unmovable tile drawingrubidium
2010-08-03(svn r20336) -Codechange: rework the HQ updatingrubidium
2010-08-02(svn r20329) -Codechange: align the data of the original airports so it's ↵yexo
better readable
2010-08-02(svn r20303) -Feature: [NewGRF] Air drag property support for trains and ↵terkhen
road vehicles. Air drag for vehicles with air drag not set or set to zero will use a default value depending on their max speed.
2010-08-02(svn r20300) -Add: Air drag field to the rail engine information.terkhen
2010-08-02(svn r20297) -Doc: Explain the default tractive effort value used by ↵terkhen
standard road vehicles.
2010-08-01(svn r20286) -Codechange: Unify end of doxygen comments.frosch
2010-08-01(svn r20283) -Codechange: Unify start of doygen comments.frosch
2010-07-31(svn r20259) -Add: allow NewGRFs to specify their version and use that to ↵rubidium
hide old NewGRFs / to choose the newest when loading compatible NewGRFs
2010-07-22(svn r20203) -Fix: some file "headers" were incorrect, including doxygen ↵rubidium
@file so they wouldn't be picked up by doxygen.
2010-07-16(svn r20167) -Add: Vehicle var 4A to the NewGRF debug window.michi_cc
2010-07-16(svn r20164) -Fix [FS#3870]: inconsistencies w.r.t. to km/h vs km-ish/h as ↵rubidium
"base" unit for aircraft speeds
2010-07-14(svn r20144) -Feature: Allow to configure the delay of hover events, or to ↵terkhen
disable them completely.
2010-07-02(svn r20051) -Fix [FS#3916]: coloured_news_year was stored in savegames ↵yexo
while it should be a client setting
2010-07-02(svn r20048) -Feature: Add a setting to forbid towns building level crossings.michi_cc
2010-06-08(svn r19949) -Doc: Mention tricky units (like speed) more often and more ↵frosch
consistently.
2010-06-08(svn r19947) -Doc: Comment engine property tables with engine names. (Krille)frosch
2010-05-21(svn r19870) -Codechange: silence some of GCC 3.3 warningssmatz