Mercurial > hg > openttd
graph
-
(svn r8741) -Fix (r8735): make the saveguards of CmdBuildRoadStop more robust and add roadstops.grf to the list of required grfs. draftWed, 14 Feb 2007 20:58:19 +0000, by rubidium
-
(svn r8740) -Fix (r8783): GCC warnings about not-handled MP_ values in switch case (glx) draftWed, 14 Feb 2007 20:48:00 +0000, by Darkvater
-
(svn r8739) -Codechange: Update the oldloader debug levels to be more in spec with the guidelines in debug.h. draftWed, 14 Feb 2007 20:19:07 +0000, by Darkvater
-
(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. draftWed, 14 Feb 2007 20:17:11 +0000, by Darkvater
-
(svn r8737) -Regression (r8621): VEH_Type renumbering wasn't performed for TTD(P) games, failing to load them draftWed, 14 Feb 2007 20:10:52 +0000, by Darkvater
-
(svn r8736) -Update: WebTranslator2 update to 2007-02-14 19:54:03 draftWed, 14 Feb 2007 18:54:46 +0000, by miham
-
(svn r8735) -Feature: drive-through road stops made possible by the hard work of mart3p. draftWed, 14 Feb 2007 16:37:16 +0000, by rubidium
-
(svn r8733) -Fix(r8705): Forgot to change some more places where airport blocks are stored draftWed, 14 Feb 2007 12:00:43 +0000, by celestar
-
(svn r8732) -Codechange/Fix(r8705): Turned the bit-handling macros into template functions. Fixes a problem with MSVC and 64-bit shifts. draftWed, 14 Feb 2007 11:53:39 +0000, by celestar
-
(svn r8730) -Codechange: more replacements of magic numbers by enums and removal of some (by now) redundant comments. draftWed, 14 Feb 2007 10:33:36 +0000, by rubidium
-
(svn r8729) [Translations] -Fix: removed dead cases from czech language draftWed, 14 Feb 2007 10:22:00 +0000, by miham
-
(svn r8728) -Update: WebTranslator2 update to 2007-02-14 10:40:39 draftWed, 14 Feb 2007 09:41:20 +0000, by miham
-
(svn r8727) -Cleanup (r8366): Remove BIGMULSS64 since it isn't used any more. draftWed, 14 Feb 2007 09:39:04 +0000, by maedhros
-
(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. draftWed, 14 Feb 2007 09:34:12 +0000, by rubidium
-
(svn r8725) -Fix (r8712): test the first bit of the bitmask, not the nth, as we are shifting the bitmask. draftWed, 14 Feb 2007 09:23:52 +0000, by rubidium