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.
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.
rubidium [Wed, 14 Feb 2007 01:00:57 +0000] rev 6329
(svn r8723) -Codechange: replace yet another couple of magic numbers with enums.
rubidium [Wed, 14 Feb 2007 00:50:34 +0000] rev 6328
(svn r8721) -Fix (8715): road vehicles could not turn around properly
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.
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.
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.
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.
celestar [Tue, 13 Feb 2007 15:44:37 +0000] rev 6323
(svn r8708) -Codechange(r8514): No need to use "this->" in methods
celestar [Tue, 13 Feb 2007 15:42:52 +0000] rev 6322
(svn r8707) -Codechange: Turn IsValidStation into a method of Station