------------------------------------------------------------------------
r23113 | translators | 2011-11-04 19:45:28 +0100 (Fri, 04 Nov 2011) | 8 lines

-Update from WebTranslator v3.0:
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

------------------------------------------------------------------------
r23112 | michi_cc | 2011-11-04 16:04:29 +0100 (Fri, 04 Nov 2011) | 1 line

-Codechange: Check if vehicle chain lengths stays constant when auto-refitting.
------------------------------------------------------------------------
r23111 | michi_cc | 2011-11-04 16:04:24 +0100 (Fri, 04 Nov 2011) | 1 line

-Fix: Keep subtype when automatically choosing the cargo for auto-refitting.
------------------------------------------------------------------------
r23110 | rubidium | 2011-11-04 14:40:59 +0100 (Fri, 04 Nov 2011) | 2 lines

-Codechange: let the flying altitude return ints are well

------------------------------------------------------------------------
r23109 | michi_cc | 2011-11-04 14:21:24 +0100 (Fri, 04 Nov 2011) | 1 line

-Fix: Subtract auto-refit costs from the vehicle profit.
------------------------------------------------------------------------
r23108 | rubidium | 2011-11-04 12:52:19 +0100 (Fri, 04 Nov 2011) | 2 lines

-Codechange: more uint -> int / byte -> int conversions for Z related variables

------------------------------------------------------------------------
r23107 | rubidium | 2011-11-04 12:36:10 +0100 (Fri, 04 Nov 2011) | 2 lines

-Codechange: let GetSlopePixelZ and TerraformTile tile type functions use int z as well

------------------------------------------------------------------------
r23106 | rubidium | 2011-11-04 12:30:37 +0100 (Fri, 04 Nov 2011) | 2 lines

-Codechange: pass int* to GetTileSlope and friends

------------------------------------------------------------------------
r23105 | rubidium | 2011-11-04 12:29:11 +0100 (Fri, 04 Nov 2011) | 2 lines

-Fix (r23104): Kenobi visited me ;)

------------------------------------------------------------------------
r23104 | rubidium | 2011-11-04 12:09:06 +0100 (Fri, 04 Nov 2011) | 2 lines

-Codechange: prepare the vehicle/sign z for some further changes to reduce casting

------------------------------------------------------------------------
r23103 | rubidium | 2011-11-04 11:32:26 +0100 (Fri, 04 Nov 2011) | 2 lines

-Codechange: replace TileHeight(x) * TILE_HEIGHT by TilePixelHeight(x)

------------------------------------------------------------------------
r23102 | rubidium | 2011-11-04 11:31:46 +0100 (Fri, 04 Nov 2011) | 2 lines

-Codechange: remove the remaining pointless multiplications by TILE_HEIGHT

------------------------------------------------------------------------
r23101 | rubidium | 2011-11-04 11:31:13 +0100 (Fri, 04 Nov 2011) | 2 lines

-Codechange: remove pointless multiplications by TILE_HEIGHT from the station/object building code

------------------------------------------------------------------------
r23100 | rubidium | 2011-11-04 11:30:10 +0100 (Fri, 04 Nov 2011) | 2 lines

-Codechange: remove pointless multiplications by TILE_HEIGHT for the terraform code

------------------------------------------------------------------------
r23099 | rubidium | 2011-11-04 11:29:26 +0100 (Fri, 04 Nov 2011) | 2 lines

-Codechange: remove pointless multiplications by TILE_HEIGHT for the water/river code

------------------------------------------------------------------------
r23098 | rubidium | 2011-11-04 11:28:31 +0100 (Fri, 04 Nov 2011) | 2 lines

-Codechange: remove pointless multiplications by TILE_HEIGHT from the tunnel code

------------------------------------------------------------------------
r23097 | rubidium | 2011-11-04 11:28:20 +0100 (Fri, 04 Nov 2011) | 2 lines

-Codechange: remove pointless multiplications by TILE_HEIGHT from the bridge code

------------------------------------------------------------------------
r23096 | rubidium | 2011-11-04 11:25:58 +0100 (Fri, 04 Nov 2011) | 2 lines

-Codechange: remove useless divisions and multiplications by TILE_HEIGHT for the snow line code

------------------------------------------------------------------------
r23095 | rubidium | 2011-11-04 11:25:33 +0100 (Fri, 04 Nov 2011) | 2 lines

-Codechange: remove useless divisions/multiplications by TILE_HEIGHT for the AI API code

------------------------------------------------------------------------
r23094 | rubidium | 2011-11-04 11:23:48 +0100 (Fri, 04 Nov 2011) | 2 lines

-Codechange: add a default NULL to GetFoundationSlope and use it

------------------------------------------------------------------------
r23093 | rubidium | 2011-11-04 11:22:27 +0100 (Fri, 04 Nov 2011) | 2 lines

-Codechange: add a default NULL for the Z of GetTileSlope and use it

------------------------------------------------------------------------
r23092 | rubidium | 2011-11-04 11:20:24 +0100 (Fri, 04 Nov 2011) | 2 lines

-Codechange: create a non-pixel version of some of the Get*PixelZ functions, and let Get*PixelZ wrap around the new function (multiplying the Z by TILE_HEIGHT) just like TileHeight and TilePixelHeight

------------------------------------------------------------------------
r23091 | rubidium | 2011-11-04 11:18:13 +0100 (Fri, 04 Nov 2011) | 2 lines

-Codechange: rename some Get*Z functions to Get*PixelZ functions if they return the Z in pixels (like TilePixelHeight)

------------------------------------------------------------------------
r23090 | rubidium | 2011-11-04 07:05:11 +0100 (Fri, 04 Nov 2011) | 2 lines

-Codechange: use map accessors instead of directly accessing the map (mhl)

------------------------------------------------------------------------
r23089 | michi_cc | 2011-11-04 01:38:59 +0100 (Fri, 04 Nov 2011) | 1 line

-Add: Allow specifying refits for go-to station orders.
------------------------------------------------------------------------
r23088 | michi_cc | 2011-11-04 01:38:56 +0100 (Fri, 04 Nov 2011) | 1 line

-Change: Extend the train order GUI with space for a forth button.
------------------------------------------------------------------------
r23087 | michi_cc | 2011-11-04 01:38:51 +0100 (Fri, 04 Nov 2011) | 1 line

-Feature: Auto-refitting of vehicles during loading at a station when the vehicle allows it.
------------------------------------------------------------------------
r23086 | michi_cc | 2011-11-04 01:35:05 +0100 (Fri, 04 Nov 2011) | 1 line

-Feature: [NewGRF] Callback to change refit cost depending on old and new cargo type.
------------------------------------------------------------------------
r23085 | rubidium | 2011-11-04 00:06:30 +0100 (Fri, 04 Nov 2011) | 2 lines

-Fix (r23084): SLE_UINT8 might have been the old type, it's not the same as the length of the variable

------------------------------------------------------------------------
r23084 | rubidium | 2011-11-03 23:49:03 +0100 (Thu, 03 Nov 2011) | 2 lines

-Codechange: get rid of a redundant variable

------------------------------------------------------------------------
r23083 | yexo | 2011-11-03 13:54:02 +0100 (Thu, 03 Nov 2011) | 1 line

-Fix: run StartupEngines() if NewGRFs changed during loading a savegame, just like it's running when NewGRFs are changed during a game
------------------------------------------------------------------------
r23082 | rubidium | 2011-11-02 23:09:07 +0100 (Wed, 02 Nov 2011) | 2 lines

-Fix: account for snow line table when determining the snow line for building houses

------------------------------------------------------------------------
r23081 | translators | 2011-11-02 19:45:03 +0100 (Wed, 02 Nov 2011) | 3 lines

-Update from WebTranslator v3.0:
maltese - 1 changes by kelinu

------------------------------------------------------------------------
r23080 | frosch | 2011-11-01 17:51:47 +0100 (Tue, 01 Nov 2011) | 1 line

-Feature: [NewGRF] Use variable 10 to enable vehicle GRFs to draw different sprites on the map and in various GUIs.
------------------------------------------------------------------------
r23079 | frosch | 2011-11-01 17:18:28 +0100 (Tue, 01 Nov 2011) | 1 line

-Fix (r23077): Retain original behaviour in a silly corner case, which saves us making the specs even more convoluted.
------------------------------------------------------------------------
r23078 | yexo | 2011-11-01 13:15:33 +0100 (Tue, 01 Nov 2011) | 1 line

-Fix (r23077): default ships carrying passengers and oil were suddenly only able to carry coal
------------------------------------------------------------------------
r23077 | frosch | 2011-11-01 01:29:05 +0100 (Tue, 01 Nov 2011) | 1 line

-Change: [NewGRF] Enforce that the default cargo type of a vehicle is one of the refittable cargos in case of refittable engines.
------------------------------------------------------------------------
r23076 | frosch | 2011-11-01 01:26:22 +0100 (Tue, 01 Nov 2011) | 1 line

-Codechange: Separate code for NewGRF and default refit masks more strictly.
------------------------------------------------------------------------
r23075 | frosch | 2011-11-01 01:23:41 +0100 (Tue, 01 Nov 2011) | 1 line

-Codechange: Add GetGRF() and GetGRFID() methods to Engine and Vehicle to simplify code.
------------------------------------------------------------------------
r23074 | frosch | 2011-11-01 01:21:08 +0100 (Tue, 01 Nov 2011) | 1 line

-Codechange: Add Vehicle::GetEngine() to simplify code.
------------------------------------------------------------------------
r23073 | frosch | 2011-11-01 01:19:38 +0100 (Tue, 01 Nov 2011) | 1 line

-Update: Add another generated file to .hgignore.
------------------------------------------------------------------------
r23072 | michi_cc | 2011-10-31 23:31:40 +0100 (Mon, 31 Oct 2011) | 1 line

-Feature: [NewGRF] House callback 0x148.
------------------------------------------------------------------------
r23071 | michi_cc | 2011-10-31 23:31:35 +0100 (Mon, 31 Oct 2011) | 1 line

-Codechange: [NewGRF] Allow passing custom extra data through the generic NewGRF animation helper class.
------------------------------------------------------------------------
r23070 | michi_cc | 2011-10-31 23:31:31 +0100 (Mon, 31 Oct 2011) | 1 line

-Add: [NewGRF] House variable 0x64.
------------------------------------------------------------------------
r23069 | translators | 2011-10-31 19:45:05 +0100 (Mon, 31 Oct 2011) | 3 lines

-Update from WebTranslator v3.0:
tamil - 54 changes by aswn

------------------------------------------------------------------------
r23068 | michi_cc | 2011-10-31 17:33:59 +0100 (Mon, 31 Oct 2011) | 1 line

-Add: [NewGRF] Long date of last service for vehicles, also available in the purchase list.
------------------------------------------------------------------------
r23067 | rubidium | 2011-10-30 21:24:00 +0100 (Sun, 30 Oct 2011) | 2 lines

-Fix [FS#4812]: updating the group statistics got more strict checks, so there was some trouble moving a vehicles and groups from one company to another

------------------------------------------------------------------------
r23066 | translators | 2011-10-30 18:45:12 +0100 (Sun, 30 Oct 2011) | 5 lines

-Update from WebTranslator v3.0:
tamil - 23 changes by aswn
turkish - 13 changes by niw3
welsh - 1 changes by kazzie

------------------------------------------------------------------------
r23065 | yexo | 2011-10-30 14:47:45 +0100 (Sun, 30 Oct 2011) | 1 line

-Add: -q option to read a savegame, write some general info and exit
------------------------------------------------------------------------
r23064 | yexo | 2011-10-29 23:00:11 +0200 (Sat, 29 Oct 2011) | 1 line

-Fix (r23062): incrementing hexadecimal numbers is hard...
------------------------------------------------------------------------
r23063 | yexo | 2011-10-29 22:56:58 +0200 (Sat, 29 Oct 2011) | 1 line

-Add: [NewGRF] stringscodes 9A 19 and 9A 20 to print 'short volume' and 'short weight' respectively
------------------------------------------------------------------------
r23062 | translators | 2011-10-29 19:45:04 +0200 (Sat, 29 Oct 2011) | 3 lines

-Update from WebTranslator v3.0:
tamil - 236 changes by aswn

------------------------------------------------------------------------
r23060 | translators | 2011-10-28 19:45:03 +0200 (Fri, 28 Oct 2011) | 3 lines

-Update from WebTranslator v3.0:
tamil - 124 changes by aswn

------------------------------------------------------------------------
r23059 | yexo | 2011-10-27 22:28:18 +0200 (Thu, 27 Oct 2011) | 1 line

-Fix [FS#4794]: if a newgrf overrides a default house the minimum start year for that house was set to 1930
------------------------------------------------------------------------