Darkvater [Wed, 14 Feb 2007 20:17:11 +0000] rev 6015
(svn r8738) -Fix: TTDP games have all tiles touching the water marked as MP_WATER, we do not (tiles with one corner, or steep tiles), so check and fix these tiles.
Darkvater [Wed, 14 Feb 2007 20:10:52 +0000] rev 6014
(svn r8737) -Regression (r8621): VEH_Type renumbering wasn't performed for TTD(P) games, failing to load them
miham [Wed, 14 Feb 2007 18:54:46 +0000] rev 6013
(svn r8736) -Update: WebTranslator2 update to 2007-02-14 19:54:03
afrikaans - 114 fixed by TrueTenacity (114)
bulgarian - 5 fixed by kokobongo (5)
catalan - 3 fixed by arnaullv (3)
dutch - 3 fixed by habell (3)
russian - 3 fixed by DarkFenX (3)
ukrainian - 3 fixed, 1 deleted, 12 changed by mad (16)
rubidium [Wed, 14 Feb 2007 16:37:16 +0000] rev 6012
(svn r8735) -Feature: drive-through road stops made possible by the hard work of mart3p.
celestar [Wed, 14 Feb 2007 12:00:43 +0000] rev 6011
(svn r8733) -Fix(r8705): Forgot to change some more places where airport blocks are stored
celestar [Wed, 14 Feb 2007 11:53:39 +0000] rev 6010
(svn r8732) -Codechange/Fix(r8705): Turned the bit-handling macros into template functions. Fixes a problem with MSVC and 64-bit shifts.
rubidium [Wed, 14 Feb 2007 10:33:36 +0000] rev 6009
(svn r8730) -Codechange: more replacements of magic numbers by enums and removal of some (by now) redundant comments.
miham [Wed, 14 Feb 2007 10:22:00 +0000] rev 6008
(svn r8729) [Translations] -Fix: removed dead cases from czech language
miham [Wed, 14 Feb 2007 09:41:20 +0000] rev 6007
(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)
maedhros [Wed, 14 Feb 2007 09:39:04 +0000] rev 6006
(svn r8727) -Cleanup (r8366): Remove BIGMULSS64 since it isn't used any more.
rubidium [Wed, 14 Feb 2007 09:34:12 +0000] rev 6005
(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 6004
(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 6003
(svn r8723) -Codechange: replace yet another couple of magic numbers with enums.
rubidium [Wed, 14 Feb 2007 00:50:34 +0000] rev 6002
(svn r8721) -Fix (8715): road vehicles could not turn around properly
rubidium [Tue, 13 Feb 2007 23:37:50 +0000] rev 6001
(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 6000
(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 5999
(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 5998
(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 5997
(svn r8708) -Codechange(r8514): No need to use "this->" in methods
celestar [Tue, 13 Feb 2007 15:42:52 +0000] rev 5996
(svn r8707) -Codechange: Turn IsValidStation into a method of Station
celestar [Tue, 13 Feb 2007 12:34:54 +0000] rev 5995
(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
rubidium [Tue, 13 Feb 2007 11:29:20 +0000] rev 5994
(svn r8703) -Codechange/cleanup: some magic numbers -> enums and other small coding style changes to the ShipController and TrainController.
rubidium [Tue, 13 Feb 2007 10:46:45 +0000] rev 5993
(svn r8701) -Codechange: replace magic numbers with enums for u.rail.track.
rubidium [Tue, 13 Feb 2007 10:43:50 +0000] rev 5992
(svn r8700) -Fix (8698): replaced a magic number with the wrong enum :(
rubidium [Tue, 13 Feb 2007 10:26:53 +0000] rev 5991
(svn r8698) -Codechange: enumify the returns of VehicleEnterTile
rubidium [Tue, 13 Feb 2007 00:25:42 +0000] rev 5990
(svn r8694) -Codechange: make RoadStop's status accessible via accessor functions.
rubidium [Mon, 12 Feb 2007 22:46:10 +0000] rev 5989
(svn r8692) -Cleanup: add comments to RoadVehController. Patch by mart3p.
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
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)
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.