rubidium [Tue, 13 Feb 2007 10:43:50 +0000] rev 6318
(svn r8700) -Fix (8698): replaced a magic number with the wrong enum :(
rubidium [Tue, 13 Feb 2007 10:26:53 +0000] rev 6317
(svn r8698) -Codechange: enumify the returns of VehicleEnterTile
rubidium [Tue, 13 Feb 2007 00:25:42 +0000] rev 6316
(svn r8694) -Codechange: make RoadStop's status accessible via accessor functions.
rubidium [Mon, 12 Feb 2007 22:46:10 +0000] rev 6315
(svn r8692) -Cleanup: add comments to RoadVehController. Patch by mart3p.
Darkvater [Mon, 12 Feb 2007 21:55:10 +0000] rev 6314
(svn r8691) -Cleanup: Some proper #endif comments for sound/music/video files, and a little elimination of magic numbers in Win32SoundStart
miham [Mon, 12 Feb 2007 19:19:15 +0000] rev 6313
(svn r8690) -Update: WebTranslator2 update to 2007-02-12 20:18:38
lithuanian - 11 fixed, 1 changed by Domas (12)
slovak - 63 changed by lengyel (63)
traditional_chinese - 8 changed by thomasau (8)
ukrainian - 1 changed by mad (1)
rubidium [Mon, 12 Feb 2007 12:52:37 +0000] rev 6312
(svn r8689) -Fix [FS#613] (r8619): crash when an old savegame had buoys on the northern edge of the map.
miham [Mon, 12 Feb 2007 09:01:40 +0000] rev 6311
(svn r8686) -Update: WebTranslator2 update to 2007-02-12 10:00:57
czech - 3 fixed, 59 deleted, 1 changed by Hadez (63)
french - 40 changed by Skiper (36), glx (4)
icelandic - 88 fixed, 25 changed by scrooge (113)
italian - 3 changed by sidew (3)
portuguese - 22 changed by izhirahider (22)
swedish - 6 fixed by daishan (6)
traditional_chinese - 22 changed by xbddc (22)
bjarni [Mon, 12 Feb 2007 00:38:15 +0000] rev 6310
(svn r8685) -Feature: selecting "end of orders" and clicking delete will delete all the vehicle's orders
If the orders are shared, then it will still unshare the orders like before.
rubidium [Sun, 11 Feb 2007 23:18:01 +0000] rev 6309
(svn r8684) -Fix [FS#483] (r3720): a bool (uint32 in PPC) was written to as a uint8. Later those bools are used as index into an array as they expect the value to be 0 or 1.