peter1138 [Tue, 27 Sep 2005 19:16:37 +0000] rev 2467
(svn r2993) Fix: Reset aircraft images differently. Fixes assertion introduced in r2991.
tron [Tue, 27 Sep 2005 18:51:04 +0000] rev 2466
(svn r2992) Use PlayerID, StationID and INVALID_STATION instead of int, int and -1
peter1138 [Mon, 26 Sep 2005 20:32:13 +0000] rev 2465
(svn r2991) Reset vehicle images on game load. Allows savegames with NewGRFs saved prior to r2868 to load.
peter1138 [Mon, 26 Sep 2005 19:01:49 +0000] rev 2464
(svn r2990) Remove _engine_original_sprites and replace all uses with references to our (new) original engine/vehicle tables.
peter1138 [Mon, 26 Sep 2005 18:43:58 +0000] rev 2463
(svn r2989) - Make engine/vehicle information tables constant. Duplicate them so NewGRF data can be loaded without wiping out the default data.
tron [Mon, 26 Sep 2005 13:38:12 +0000] rev 2462
(svn r2988) static where static is due
tron [Mon, 26 Sep 2005 08:11:48 +0000] rev 2461
(svn r2987) -Fix: restart_game_date is an UINT16, not a BYTE. Now setting the game restart year via the console should work (Debolaz)
miham [Sun, 25 Sep 2005 19:39:42 +0000] rev 2460
(svn r2986) [Translations] Fixed up english.txt (still don't know how Webtranslator screwed it up)
tron [Sun, 25 Sep 2005 09:15:09 +0000] rev 2459
(svn r2985) Print warnings and errors in the canonical file:line: form to make life for IDEs easier (ln-)
tron [Sun, 25 Sep 2005 09:04:59 +0000] rev 2458
(svn r2984) Use adequate types, this should aid portability a bit