Tue, 13 Feb 2007 10:43:50 +0000(svn r8700) -Fix (8698): replaced a magic number with the wrong enum :(
rubidium [Tue, 13 Feb 2007 10:43:50 +0000] rev 5992
(svn r8700) -Fix (8698): replaced a magic number with the wrong enum :(

Tue, 13 Feb 2007 10:26:53 +0000(svn r8698) -Codechange: enumify the returns of VehicleEnterTile
rubidium [Tue, 13 Feb 2007 10:26:53 +0000] rev 5991
(svn r8698) -Codechange: enumify the returns of VehicleEnterTile

Tue, 13 Feb 2007 00:25:42 +0000(svn r8694) -Codechange: make RoadStop's status accessible via accessor functions.
rubidium [Tue, 13 Feb 2007 00:25:42 +0000] rev 5990
(svn r8694) -Codechange: make RoadStop's status accessible via accessor functions.

Mon, 12 Feb 2007 22:46:10 +0000(svn r8692) -Cleanup: add comments to RoadVehController. Patch by mart3p.
rubidium [Mon, 12 Feb 2007 22:46:10 +0000] rev 5989
(svn r8692) -Cleanup: add comments to RoadVehController. Patch by mart3p.

Mon, 12 Feb 2007 21:55:10 +0000(svn r8691) -Cleanup: Some proper #endif comments for sound/music/video files, and a little elimination of magic numbers in Win32SoundStart
Darkvater [Mon, 12 Feb 2007 21:55:10 +0000] rev 5988
(svn r8691) -Cleanup: Some proper #endif comments for sound/music/video files, and a little elimination of magic numbers in Win32SoundStart

Mon, 12 Feb 2007 19:19:15 +0000(svn r8690) -Update: WebTranslator2 update to 2007-02-12 20:18:38
miham [Mon, 12 Feb 2007 19:19:15 +0000] rev 5987
(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)

Mon, 12 Feb 2007 12:52:37 +0000(svn r8689) -Fix [FS#613] (r8619): crash when an old savegame had buoys on the northern edge of the map.
rubidium [Mon, 12 Feb 2007 12:52:37 +0000] rev 5986
(svn r8689) -Fix [FS#613] (r8619): crash when an old savegame had buoys on the northern edge of the map.

Mon, 12 Feb 2007 09:01:40 +0000(svn r8686) -Update: WebTranslator2 update to 2007-02-12 10:00:57
miham [Mon, 12 Feb 2007 09:01:40 +0000] rev 5985
(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)

Mon, 12 Feb 2007 00:38:15 +0000(svn r8685) -Feature: selecting "end of orders" and clicking delete will delete all the vehicle's orders
bjarni [Mon, 12 Feb 2007 00:38:15 +0000] rev 5984
(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.

Sun, 11 Feb 2007 23:18:01 +0000(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.
rubidium [Sun, 11 Feb 2007 23:18:01 +0000] rev 5983
(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.