rubidium [Mon, 22 May 2006 10:08:23 +0000] rev 3889
(svn r4945) Fix (r3726): make -t command line option (set starting date/year) work again
rubidium [Mon, 22 May 2006 09:59:09 +0000] rev 3888
(svn r4944) Codechange: make _patches_newgame available via settings.h and remove instances of extern Patches _patches_newgame in .c files
tron [Sun, 21 May 2006 16:18:58 +0000] rev 3887
(svn r4943) uint tile -> TileIndex tile, byte player -> PlayerID player
tron [Sun, 21 May 2006 15:27:10 +0000] rev 3886
(svn r4942) if (x != NULL) free(x); -> free(x);
tron [Sun, 21 May 2006 15:19:20 +0000] rev 3885
(svn r4941) Replace some ints and magic numbers by proper types and enums
tron [Sun, 21 May 2006 13:51:36 +0000] rev 3884
(svn r4940) Remove the dubious feature of remembering the last built depot. It serves no real purpose except causing confusion
miham [Sun, 21 May 2006 13:18:06 +0000] rev 3883
(svn r4939) WebTranslator2 update to 2006-05-21 15:17:53
czech - 3 changed by Hadez (3)
estonian - 15 fixed by t2t2 (15)
norwegian - 4 fixed by brygge_2 (4)
ukrainian - 1 changed by znikoz (1)
tron [Sun, 21 May 2006 12:01:57 +0000] rev 3882
(svn r4938) Remove STATION_HANGAR, because it isn't really a station type of its own
tron [Sun, 21 May 2006 11:34:08 +0000] rev 3881
(svn r4937) Reduce the use of _error_message a bit
celestar [Sat, 20 May 2006 21:04:43 +0000] rev 3880
(svn r4934) -Fix: Correct a misleading comment, and remove an unneeded condition from the corresponding if (thans Tron for pointing it out)