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.

Tue, 13 Feb 2007 15:44:37 +0000(svn r8708) -Codechange(r8514): No need to use "this->" in methods
celestar [Tue, 13 Feb 2007 15:44:37 +0000] rev 6323
(svn r8708) -Codechange(r8514): No need to use "this->" in methods

Tue, 13 Feb 2007 15:42:52 +0000(svn r8707) -Codechange: Turn IsValidStation into a method of Station
celestar [Tue, 13 Feb 2007 15:42:52 +0000] rev 6322
(svn r8707) -Codechange: Turn IsValidStation into a method of Station

Tue, 13 Feb 2007 12:34:54 +0000(svn r8705) -Codechange: Increased the number of airport blocks to 64. This involves changing the enum of airport blocks to a static const uint64 as SOME platforms do not support 64-bit enums
celestar [Tue, 13 Feb 2007 12:34:54 +0000] rev 6321
(svn r8705) -Codechange: Increased the number of airport blocks to 64. This involves changing the enum of airport blocks to a static const uint64 as SOME platforms do not support 64-bit enums

Tue, 13 Feb 2007 11:29:20 +0000(svn r8703) -Codechange/cleanup: some magic numbers -> enums and other small coding style changes to the ShipController and TrainController.
rubidium [Tue, 13 Feb 2007 11:29:20 +0000] rev 6320
(svn r8703) -Codechange/cleanup: some magic numbers -> enums and other small coding style changes to the ShipController and TrainController.

Tue, 13 Feb 2007 10:46:45 +0000(svn r8701) -Codechange: replace magic numbers with enums for u.rail.track.
rubidium [Tue, 13 Feb 2007 10:46:45 +0000] rev 6319
(svn r8701) -Codechange: replace magic numbers with enums for u.rail.track.