summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-11-04(svn r23108) -Codechange: more uint -> int / byte -> int conversions for Z re...rubidium
2011-11-04(svn r23107) -Codechange: let GetSlopePixelZ and TerraformTile tile type func...rubidium
2011-11-04(svn r23106) -Codechange: pass int* to GetTileSlope and friendsrubidium
2011-11-04(svn r23105) -Fix (r23104): Kenobi visited me ;)rubidium
2011-11-04(svn r23104) -Codechange: prepare the vehicle/sign z for some further changes...rubidium
2011-11-04(svn r23103) -Codechange: replace TileHeight(x) * TILE_HEIGHT by TilePixelHei...rubidium
2011-11-04(svn r23102) -Codechange: remove the remaining pointless multiplications by T...rubidium
2011-11-04(svn r23101) -Codechange: remove pointless multiplications by TILE_HEIGHT fro...rubidium
2011-11-04(svn r23100) -Codechange: remove pointless multiplications by TILE_HEIGHT for...rubidium
2011-11-04(svn r23099) -Codechange: remove pointless multiplications by TILE_HEIGHT for...rubidium
2011-11-04(svn r23098) -Codechange: remove pointless multiplications by TILE_HEIGHT fro...rubidium
2011-11-04(svn r23097) -Codechange: remove pointless multiplications by TILE_HEIGHT fro...rubidium
2011-11-04(svn r23096) -Codechange: remove useless divisions and multiplications by TIL...rubidium
2011-11-04(svn r23095) -Codechange: remove useless divisions/multiplications by TILE_HE...rubidium
2011-11-04(svn r23094) -Codechange: add a default NULL to GetFoundationSlope and use itrubidium
2011-11-04(svn r23093) -Codechange: add a default NULL for the Z of GetTileSlope and us...rubidium
2011-11-04(svn r23092) -Codechange: create a non-pixel version of some of the Get*Pixel...rubidium
2011-11-04(svn r23091) -Codechange: rename some Get*Z functions to Get*PixelZ functions...rubidium
2011-11-04(svn r23090) -Codechange: use map accessors instead of directly accessing the...rubidium
2011-11-04(svn r23089) -Add: Allow specifying refits for go-to station orders.michi_cc
2011-11-04(svn r23088) -Change: Extend the train order GUI with space for a forth button.michi_cc
2011-11-04(svn r23087) -Feature: Auto-refitting of vehicles during loading at a station...michi_cc
2011-11-04(svn r23086) -Feature: [NewGRF] Callback to change refit cost depending on ol...michi_cc
2011-11-03(svn r23085) -Fix (r23084): SLE_UINT8 might have been the old type, it's not ...rubidium
2011-11-03(svn r23084) -Codechange: get rid of a redundant variablerubidium
2011-11-03(svn r23083) -Fix: run StartupEngines() if NewGRFs changed during loading a s...yexo
2011-11-02(svn r23082) -Fix: account for snow line table when determining the snow line...rubidium
2011-11-02(svn r23081) -Update from WebTranslator v3.0:translators
2011-11-01(svn r23080) -Feature: [NewGRF] Use variable 10 to enable vehicle GRFs to dra...frosch
2011-11-01(svn r23079) -Fix (r23077): Retain original behaviour in a silly corner case,...frosch
2011-11-01(svn r23078) -Fix (r23077): default ships carrying passengers and oil were su...yexo
2011-11-01(svn r23077) -Change: [NewGRF] Enforce that the default cargo type of a vehic...frosch
2011-11-01(svn r23076) -Codechange: Separate code for NewGRF and default refit masks mo...frosch
2011-11-01(svn r23075) -Codechange: Add GetGRF() and GetGRFID() methods to Engine and V...frosch
2011-11-01(svn r23074) -Codechange: Add Vehicle::GetEngine() to simplify code.frosch
2011-10-31(svn r23072) -Feature: [NewGRF] House callback 0x148.michi_cc
2011-10-31(svn r23071) -Codechange: [NewGRF] Allow passing custom extra data through th...michi_cc
2011-10-31(svn r23070) -Add: [NewGRF] House variable 0x64.michi_cc
2011-10-31(svn r23069) -Update from WebTranslator v3.0:translators
2011-10-31(svn r23068) -Add: [NewGRF] Long date of last service for vehicles, also avai...michi_cc
2011-10-30(svn r23067) -Fix [FS#4812]: updating the group statistics got more strict ch...rubidium
2011-10-30(svn r23066) -Update from WebTranslator v3.0:translators
2011-10-30(svn r23065) -Add: -q option to read a savegame, write some general info and ...yexo
2011-10-29(svn r23064) -Fix (r23062): incrementing hexadecimal numbers is hard...yexo
2011-10-29(svn r23063) -Add: [NewGRF] stringscodes 9A 19 and 9A 20 to print 'short volu...yexo
2011-10-29(svn r23062) -Update from WebTranslator v3.0:translators
2011-10-28(svn r23060) -Update from WebTranslator v3.0:translators
2011-10-27(svn r23059) -Fix [FS#4794]: if a newgrf overrides a default house the minimu...yexo
2011-10-27(svn r23058) -Update from WebTranslator v3.0:translators
2011-10-25(svn r23057) -Fix: [NoAI] AIOrder::GetOrderCount() did not hide implicit orders.frosch