Wed, 14 Feb 2007 09:41:20 +0000(svn r8728) -Update: WebTranslator2 update to 2007-02-14 10:40:39
miham [Wed, 14 Feb 2007 09:41:20 +0000] rev 6333
(svn r8728) -Update: WebTranslator2 update to 2007-02-14 10:40:39
afrikaans - 112 fixed, 3 changed by TrueTenacity (115)
catalan - 1 fixed by arnaullv (1)
czech - 3 deleted by Hadez (3)
slovak - 64 changed by lengyel (64)
traditional_chinese - 8 changed by thomasau (8)
ukrainian - 9 changed by mad (9)

Wed, 14 Feb 2007 09:39:04 +0000(svn r8727) -Cleanup (r8366): Remove BIGMULSS64 since it isn't used any more.
maedhros [Wed, 14 Feb 2007 09:39:04 +0000] rev 6332
(svn r8727) -Cleanup (r8366): Remove BIGMULSS64 since it isn't used any more.

Wed, 14 Feb 2007 09:34:12 +0000(svn r8726) -Codechange: bools are 1 or 0 according to the C++ standard and refactor RoadStop::AllocateBay to remove a loop condition. Suggestions by Tron.
rubidium [Wed, 14 Feb 2007 09:34:12 +0000] rev 6331
(svn r8726) -Codechange: bools are 1 or 0 according to the C++ standard and refactor RoadStop::AllocateBay to remove a loop condition. Suggestions by Tron.

Wed, 14 Feb 2007 09:23:52 +0000(svn r8725) -Fix (r8712): test the first bit of the bitmask, not the nth, as we are shifting the bitmask.
rubidium [Wed, 14 Feb 2007 09:23:52 +0000] rev 6330
(svn r8725) -Fix (r8712): test the first bit of the bitmask, not the nth, as we are shifting the bitmask.

Wed, 14 Feb 2007 01:00:57 +0000(svn r8723) -Codechange: replace yet another couple of magic numbers with enums.
rubidium [Wed, 14 Feb 2007 01:00:57 +0000] rev 6329
(svn r8723) -Codechange: replace yet another couple of magic numbers with enums.

Wed, 14 Feb 2007 00:50:34 +0000(svn r8721) -Fix (8715): road vehicles could not turn around properly
rubidium [Wed, 14 Feb 2007 00:50:34 +0000] rev 6328
(svn r8721) -Fix (8715): road vehicles could not turn around properly

Tue, 13 Feb 2007 23:37:50 +0000(svn r8719) -Fix: some strings have an empty translation where it isn't empty in english.
rubidium [Tue, 13 Feb 2007 23:37:50 +0000] rev 6327
(svn r8719) -Fix: some strings have an empty translation where it isn't empty in english.

Tue, 13 Feb 2007 22:27:27 +0000(svn r8715) -Codechange/cleanup: replace magic numbers related to state of road vehicles with enums. Original patch by mart3p.
rubidium [Tue, 13 Feb 2007 22:27:27 +0000] rev 6326
(svn r8715) -Codechange/cleanup: replace magic numbers related to state of road vehicles with enums. Original patch by mart3p.

Tue, 13 Feb 2007 20:57:02 +0000(svn r8712) -Codechange/cleanup: replace 'magic' constants with enums, use proper types instead of byte, uint etc., give variables more descriptive names and add some comments.
rubidium [Tue, 13 Feb 2007 20:57:02 +0000] rev 6325
(svn r8712) -Codechange/cleanup: replace 'magic' constants with enums, use proper types instead of byte, uint etc., give variables more descriptive names and add some comments.

Tue, 13 Feb 2007 16:36:38 +0000(svn r8709) -Fix/Codechange: Rename the function GetStationPlatforms into GetPlatformLength because that is what it really does. Overload it because there is already a GetPlatformLength (one gives the length of the whole platform, the other gives the remaining length in a given direction). Turned both functions into methods of Station. While messing around with it, fix a problem where loading times for overhanging trains are miscomputed.
celestar [Tue, 13 Feb 2007 16:36:38 +0000] rev 6324
(svn r8709) -Fix/Codechange: Rename the function GetStationPlatforms into GetPlatformLength because that is what it really does. Overload it because there is already a GetPlatformLength (one gives the length of the whole platform, the other gives the remaining length in a given direction). Turned both functions into methods of Station. While messing around with it, fix a problem where loading times for overhanging trains are miscomputed.