summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2011-11-04(svn r23117) -Fix: [NoAI] calling require() to include a file gave you ↵yexo
100.000 opcodes for free
2011-11-04(svn r23116) -Fix (r23114): Ambient sound effect callback was called for ↵michi_cc
unsupported tile types.
2011-11-04(svn r23115) -Fix [FS#4813]: allow accessing the server's client info as ↵rubidium
well in the admin network (dihedral)
2011-11-04(svn r23114) -Feature: [NewGRF] Ambient sound effect callback.michi_cc
2011-11-04(svn r23113) -Update from WebTranslator v3.0:translators
dutch - 17 changes by habell english_US - 17 changes by Rubidium finnish - 17 changes by jpx_ french - 17 changes by glx german - 17 changes by planetmaker lithuanian - 7 changes by Stabilitronas
2011-11-04(svn r23112) -Codechange: Check if vehicle chain lengths stays constant when ↵michi_cc
auto-refitting.
2011-11-04(svn r23111) -Fix: Keep subtype when automatically choosing the cargo for ↵michi_cc
auto-refitting.
2011-11-04(svn r23110) -Codechange: let the flying altitude return ints are wellrubidium
2011-11-04(svn r23109) -Fix: Subtract auto-refit costs from the vehicle profit.michi_cc
2011-11-04(svn r23108) -Codechange: more uint -> int / byte -> int conversions for Z ↵rubidium
related variables
2011-11-04(svn r23107) -Codechange: let GetSlopePixelZ and TerraformTile tile type ↵rubidium
functions use int z as well
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 ↵rubidium
changes to reduce casting
2011-11-04(svn r23103) -Codechange: replace TileHeight(x) * TILE_HEIGHT by ↵rubidium
TilePixelHeight(x)
2011-11-04(svn r23102) -Codechange: remove the remaining pointless multiplications by ↵rubidium
TILE_HEIGHT
2011-11-04(svn r23101) -Codechange: remove pointless multiplications by TILE_HEIGHT ↵rubidium
from the station/object building code
2011-11-04(svn r23100) -Codechange: remove pointless multiplications by TILE_HEIGHT ↵rubidium
for the terraform code
2011-11-04(svn r23099) -Codechange: remove pointless multiplications by TILE_HEIGHT ↵rubidium
for the water/river code
2011-11-04(svn r23098) -Codechange: remove pointless multiplications by TILE_HEIGHT ↵rubidium
from the tunnel code
2011-11-04(svn r23097) -Codechange: remove pointless multiplications by TILE_HEIGHT ↵rubidium
from the bridge code
2011-11-04(svn r23096) -Codechange: remove useless divisions and multiplications by ↵rubidium
TILE_HEIGHT for the snow line code
2011-11-04(svn r23095) -Codechange: remove useless divisions/multiplications by ↵rubidium
TILE_HEIGHT for the AI API code
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 ↵rubidium
use it
2011-11-04(svn r23092) -Codechange: create a non-pixel version of some of the ↵rubidium
Get*PixelZ functions, and let Get*PixelZ wrap around the new function (multiplying the Z by TILE_HEIGHT) just like TileHeight and TilePixelHeight
2011-11-04(svn r23091) -Codechange: rename some Get*Z functions to Get*PixelZ ↵rubidium
functions if they return the Z in pixels (like TilePixelHeight)
2011-11-04(svn r23090) -Codechange: use map accessors instead of directly accessing ↵rubidium
the map (mhl)
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 ↵michi_cc
station when the vehicle allows it.
2011-11-04(svn r23086) -Feature: [NewGRF] Callback to change refit cost depending on ↵michi_cc
old and new cargo type.
2011-11-03(svn r23085) -Fix (r23084): SLE_UINT8 might have been the old type, it's not ↵rubidium
the same as the length of the variable
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 ↵yexo
savegame, just like it's running when NewGRFs are changed during a game
2011-11-02(svn r23082) -Fix: account for snow line table when determining the snow ↵rubidium
line for building houses
2011-11-02(svn r23081) -Update from WebTranslator v3.0:translators
maltese - 1 changes by kelinu
2011-11-01(svn r23080) -Feature: [NewGRF] Use variable 10 to enable vehicle GRFs to ↵frosch
draw different sprites on the map and in various GUIs.
2011-11-01(svn r23079) -Fix (r23077): Retain original behaviour in a silly corner ↵frosch
case, which saves us making the specs even more convoluted.
2011-11-01(svn r23078) -Fix (r23077): default ships carrying passengers and oil were ↵yexo
suddenly only able to carry coal
2011-11-01(svn r23077) -Change: [NewGRF] Enforce that the default cargo type of a ↵frosch
vehicle is one of the refittable cargos in case of refittable engines.
2011-11-01(svn r23076) -Codechange: Separate code for NewGRF and default refit masks ↵frosch
more strictly.
2011-11-01(svn r23075) -Codechange: Add GetGRF() and GetGRFID() methods to Engine and ↵frosch
Vehicle to simplify code.
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 ↵michi_cc
the generic NewGRF animation helper class.
2011-10-31(svn r23070) -Add: [NewGRF] House variable 0x64.michi_cc
2011-10-31(svn r23069) -Update from WebTranslator v3.0:translators
tamil - 54 changes by aswn
2011-10-31(svn r23068) -Add: [NewGRF] Long date of last service for vehicles, also ↵michi_cc
available in the purchase list.
2011-10-30(svn r23067) -Fix [FS#4812]: updating the group statistics got more strict ↵rubidium
checks, so there was some trouble moving a vehicles and groups from one company to another