Tue, 07 Jun 2005 18:13:49 +0000(svn r2432) Use GetEngine() instead of DEREF_ENGINE() or even _engines[]
tron [Tue, 07 Jun 2005 18:13:49 +0000] rev 1926
(svn r2432) Use GetEngine() instead of DEREF_ENGINE() or even _engines[]

Tue, 07 Jun 2005 16:44:54 +0000(svn r2431) - Fix: [newgrf] clamp() instead of assert() on the result of the vehicle length calculation, as it can depend on external input. (thanks tron)
hackykid [Tue, 07 Jun 2005 16:44:54 +0000] rev 1925
(svn r2431) - Fix: [newgrf] clamp() instead of assert() on the result of the vehicle length calculation, as it can depend on external input. (thanks tron)

Tue, 07 Jun 2005 16:11:19 +0000(svn r2430) [Translations] Updated to 2005-06-07 (118 strs / 8 langs)
miham [Tue, 07 Jun 2005 16:11:19 +0000] rev 1924
(svn r2430) [Translations] Updated to 2005-06-07 (118 strs / 8 langs)

Tue, 07 Jun 2005 01:21:56 +0000(svn r2429) - Fix: Oops, forgot to increase the size of the autoreplace window to fit the extra info from powered wagons.
hackykid [Tue, 07 Jun 2005 01:21:56 +0000] rev 1923
(svn r2429) - Fix: Oops, forgot to increase the size of the autoreplace window to fit the extra info from powered wagons.

Mon, 06 Jun 2005 22:44:11 +0000(svn r2428) - Feature: [newgrf] Implement shorter train vehicles (Therax), and the callback that goes with it.
hackykid [Mon, 06 Jun 2005 22:44:11 +0000] rev 1922
(svn r2428) - Feature: [newgrf] Implement shorter train vehicles (Therax), and the callback that goes with it.
- Codechange: Remove some magic numbers (PALETTE_CRASH)

Mon, 06 Jun 2005 21:32:04 +0000(svn r2427) - Fix: CmdMoveRailVehice; Prevent possible assertion failure when moving vehicles within one chain.
hackykid [Mon, 06 Jun 2005 21:32:04 +0000] rev 1921
(svn r2427) - Fix: CmdMoveRailVehice; Prevent possible assertion failure when moving vehicles within one chain.

Mon, 06 Jun 2005 19:18:40 +0000(svn r2426) [Translations] Updated to 2005-06-06 #2. (133 strs / 12 langs)
miham [Mon, 06 Jun 2005 19:18:40 +0000] rev 1920
(svn r2426) [Translations] Updated to 2005-06-06 #2. (133 strs / 12 langs)

Mon, 06 Jun 2005 17:30:52 +0000(svn r2425) - Fix (regression): wrong sprite for level-land cursor (thx Tron)
Darkvater [Mon, 06 Jun 2005 17:30:52 +0000] rev 1919
(svn r2425) - Fix (regression): wrong sprite for level-land cursor (thx Tron)
- CodeChange: change MapSizeX() - 1 to MapMaxX() in the smallmap drawing code

Mon, 06 Jun 2005 15:58:58 +0000(svn r2424) - Fix: backport the smallmap_gui.c changes from the map/ branch into trunk. This also implicitely fixes the bug where the game would crash in certain resolutions with certain minimap masks when dragged partly outside the game-area.
Darkvater [Mon, 06 Jun 2005 15:58:58 +0000] rev 1918
(svn r2424) - Fix: backport the smallmap_gui.c changes from the map/ branch into trunk. This also implicitely fixes the bug where the game would crash in certain resolutions with certain minimap masks when dragged partly outside the game-area.

Mon, 06 Jun 2005 14:26:15 +0000(svn r2423) - CodeChange: Include first_engine in the train cache, instead of calculating it all over the place.
hackykid [Mon, 06 Jun 2005 14:26:15 +0000] rev 1917
(svn r2423) - CodeChange: Include first_engine in the train cache, instead of calculating it all over the place.
- Fix: Also recalculate the train cache values for 'wagon chains' (in the depot without an engine), to avoid possible desyncs later.
- Fix: Make CmdMoveRailVehicle update the caches of the correct trains in all cases.