summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-11-01(svn r23073) -Update: Add another generated file to .hgignore.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
2011-10-30(svn r23066) -Update from WebTranslator v3.0:translators
tamil - 23 changes by aswn turkish - 13 changes by niw3 welsh - 1 changes by kazzie
2011-10-30(svn r23065) -Add: -q option to read a savegame, write some general info and ↵yexo
exit
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 ↵yexo
volume' and 'short weight' respectively
2011-10-29(svn r23062) -Update from WebTranslator v3.0:translators
tamil - 236 changes by aswn
2011-10-28(svn r23060) -Update from WebTranslator v3.0:translators
tamil - 124 changes by aswn
2011-10-27(svn r23059) -Fix [FS#4794]: if a newgrf overrides a default house the ↵yexo
minimum start year for that house was set to 1930
2011-10-27(svn r23058) -Update from WebTranslator v3.0:translators
tamil - 1 changes by aswn
2011-10-25(svn r23057) -Fix: [NoAI] AIOrder::GetOrderCount() did not hide implicit orders.frosch
2011-10-25(svn r23056) -Change: use the currency -> euro conversion rate for ↵rubidium
currencies that have been replaced with the euro, so when the switch happens the conversion rate at that point is roughly that of the real world conversion rate
2011-10-21(svn r23050) -Fix: [NewGRF] When vehicles break down, update the image cache ↵frosch
after changing the vehicle state to make fish happy.
2011-10-21(svn r23049) -Fix [FS#4810]: Use the same forest-check for the ↵frosch
vegetation-map colour as for nearby station names.
2011-10-21(svn r23048) -Update from WebTranslator v3.0:translators
basque - 29 changes by HerrBasque japanese - 72 changes by nex259
2011-10-21(svn r23047) -Documentation: silly typo in commenttruebrain
2011-10-20(svn r23045) -Change: copy 6 registers to newgrf textstack after cb23 ↵yexo
instead of 4
2011-10-20(svn r23044) -Codechange: reorder parameter order so we can make use of the ↵yexo
default=0 more often
2011-10-20(svn r23043) -Fix: allow the use of cases only for those cases where strgen ↵yexo
allows them and reset the case_index properly after {DATE} and {DATE_LONG} codes
2011-10-20(svn r23042) -Codechange: make case_index an explicit parameter of ↵yexo
GetStringWithArgs instead of hiding it in the stringid parameter
2011-10-20(svn r23041) -Codechange: rename slightly unclear parameter nameyexo
2011-10-20(svn r23040) -Add: [NewGRF] allow use of newgrf textstack during callback 23yexo
2011-10-20(svn r23039) -Fix: Replace e^ and w^ with ê and ŵ respectively.peter1138
2011-10-18(svn r23038) -Fix: Check that the selected font size is valid the font face ↵peter1138
in use and choose the nearest size to that selected if not. Font metrics should then just work.
2011-10-18(svn r23037) -Update from WebTranslator v3.0:translators
italian - 3 changes by Snail_