summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-08-05(svn r20369) -Feature: preview sprites for airportsyexo
2010-08-05(svn r20368) -Codechange: automatically rotate all nodes for airport ↵yexo
movement if the airport is rotated
2010-08-05(svn r20367) -Codechange; don't use a pointer to access the ↵yexo
AirportMovingData of the current position
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-05(svn r20365) -Codechange: allow multiple layouts for one airport ↵yexo
statemachine, store the layout number
2010-08-05(svn r20364) -Codechange: add infrastructure for airport callbacksyexo
2010-08-04(svn r20363) -Update from WebTranslator v3.0:translators
belarusian - 83 changes by Wowanxm dutch - 2 changes by habell german - 9 changes by dihedral italian - 5 changes by lorenzodv korean - 2 changes by junho2813 spanish - 2 changes by Terkhen
2010-08-04(svn r20362) -Codechange: use correct parameter type for SetFill in airport guiyexo
2010-08-04(svn r20361) -Fix [FS#3989]: Stop vehicle following after zooming out.terkhen
2010-08-04(svn r20360) -Update: move Belarusian to the finished languagesrubidium
-Add: stub for Marathi language (one of the languages in India)
2010-08-04(svn r20359) -Update from WebTranslator v3.0:translators
belarusian - 597 changes by KorneySan, Wowanxm finnish - 2 changes by jpx_ french - 2 changes by glx polish - 5 changes by silver_777 russian - 20 changes by KorneySan serbian - 2 changes by etran
2010-08-04(svn r20358) -Fix [FS#4008]: (r20281) crash when building some stuff when ↵rubidium
the measurement tooltip is disabled
2010-08-04(svn r20357) -Fix (r20356): Call GetAllRoadBits() only if there is road.frosch
2010-08-03(svn r20356) -Fix [FS#3983]: apparantly one generic error message can't be ↵rubidium
understood...
2010-08-03(svn r20355) -Fix (r20353): Stale comment.michi_cc
2010-08-03(svn r20354) -Fix: some compilation errors in (unfinished) translationsrubidium
2010-08-03(svn r20353) -Add: [NewGRF] Support for callback 0x147 ("add sprite offset") ↵michi_cc
for canals.
2010-08-03(svn r20352) -Add: [NewGRF] Support for property 09, feature 05, i.e ↵michi_cc
alternate canal sprite layout.
2010-08-03(svn r20351) -Codechange: Uncouple water lock and depot drawing.michi_cc
2010-08-03(svn r20350) -Update from WebTranslator v3.0:translators
belarusian - 1070 changes by KorneySan, Wowanxm simplified_chinese - 7 changes by pda1573 croatian - 2 changes by VoyagerOne dutch - 2 changes by habell finnish - 2 changes by jpx_ french - 2 changes by glx german - 44 changes by NG indonesian - 6 changes by prof korean - 2 changes by junho2813 russian - 8 changes by KorneySan, Lone_Wolf serbian - 2 changes by etran spanish - 6 changes by Terkhen vietnamese - 2 changes by nglekhoi
2010-08-03(svn r20349) -Fix: don't pay stuff you didn't have to pay for previously :)rubidium
2010-08-03(svn r20348) -Fix [FS#4004]: [NoAI] Ship depots were constructed along the ↵rubidium
wrong axis
2010-08-03(svn r20346) -Change: scan for tar files before scanning for AIs/NewGRFs so ↵yexo
new AIs/NewGRFs inside a tar file are found
2010-08-03(svn r20345) -Codechange: unify removing of objects a bit morerubidium
2010-08-03(svn r20344) -Feature: add rescan_newgrf console commandyexo
2010-08-03(svn r20343) -Fix (r20342): don't start svn commit too early... it won't see ↵rubidium
the later changes
2010-08-03(svn r20342) -Codechange: unify the construction of objectsrubidium
2010-08-03(svn r20341) -Codechange: pass the tile of the HQ instead of the company to ↵rubidium
UpdateCompanyHQ
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 r20337) -Codechange: unify the construction of objects on the maprubidium
2010-08-03(svn r20336) -Codechange: rework the HQ updatingrubidium
2010-08-03(svn r20335) -Codechange: change the name of some unmovable map accessorsrubidium
2010-08-03(svn r20334) -Codechange: reorder the unmovable bits a bit for futher extensionrubidium
2010-08-02(svn r20333) -Fix (r20332): Mask second operand to 5 bits to avoid ↵frosch
differences between platforms.
2010-08-02(svn r20332) -Add: [NewGRF] AdvVarAct2 operators for SHL, SHR and SAR.frosch
2010-08-02(svn r20331) -Doc: some more airport-related codeyexo
2010-08-02(svn r20330) -Codechange: unify the removal of unmovables a bitrubidium
2010-08-02(svn r20329) -Codechange: align the data of the original airports so it's ↵yexo
better readable
2010-08-02(svn r20328) -Codechange: unify the unmovable related commands and make ↵rubidium
building lighthouses/transmitters actually happen via a command
2010-08-02(svn r20327) -Change: don't let building e.g. road remove light houses and ↵rubidium
transmitters in the scenario editor
2010-08-02(svn r20326) -Codechange: move UnmovableType to its own filerubidium
2010-08-02(svn r20325) -Fix (r20322): surround variable declarations in a switch-block ↵yexo
with {}
2010-08-02(svn r20324) -Doc: add doxygen comments to the Airport struct belonging to a ↵yexo
station
2010-08-02(svn r20323) -Codechange: Move Delete town code to a command.terkhen
2010-08-02(svn r20322) -Codechange: Move Expand town code to a command.terkhen
2010-08-02(svn r20321) -Codechange: rename GetUnmovableSpec to UnmovableSpec::Get and ↵rubidium
add+use a ::GetByTile
2010-08-02(svn r20320) -Doc: Small Doxygen and normal comment fixes, and an missed ↵alberth
addition.
2010-08-02(svn r20319) -Codechange: Align comments, add indent to a function call.alberth