Fri, 16 Feb 2007 07:32:22 +0000 tron (svn r8754) -Fix
Fri, 16 Feb 2007 01:35:18 +0000 belugas (svn r8753) -Regression (r8455): Do not unilateraly decide that this engine is a single-headed. Only do it if it previously had no power and that now there is. Or something...
Thu, 15 Feb 2007 22:03:48 +0000 belugas (svn r8752) -Cleanup: Reformat, re-arrange, correct tag errors on landscape.html.
Thu, 15 Feb 2007 22:00:17 +0000 KUDr (svn r8751) -Fix [lang]: deleted .news and .subs strings causing lang compilation error
Thu, 15 Feb 2007 22:00:04 +0000 KUDr (svn r8750) -Fix (r8747): PLANES defined in wingdi.h caused compilation error under Win32. Changed to AIRPLANES
Thu, 15 Feb 2007 20:58:45 +0000 bjarni (svn r8749) -Regression r8331: fixed signed/unsigned issue that could create too many lines in build vehicle windows and crash the game
Thu, 15 Feb 2007 20:35:45 +0000 tron (svn r8748) -Fix
Thu, 15 Feb 2007 20:16:33 +0000 tron (svn r8747) -Fix
Thu, 15 Feb 2007 17:51:39 +0000 bjarni (svn r8746) -Regression r8331: build train window could sort incorrectly by EngineID with certain newGRF sets
Thu, 15 Feb 2007 16:15:00 +0000 truelight (svn r8745) [PSP] -Add: added a CSleep() for PSP
Thu, 15 Feb 2007 10:21:00 +0000 celestar (svn r8744) -Fix(r654/2105): Call GetFirstVehicleInChain only for trains, and assert the vehicle type in that function. Not a critical error, but it does increase game performance by up to 10% when playing a large game (many vehicles) with aircraft/road vehicle newgrfs loaded.
Thu, 15 Feb 2007 07:43:06 +0000 tron (svn r8743) -Fix
Thu, 15 Feb 2007 07:08:22 +0000 miham (svn r8742) -Update: WebTranslator2 update to 2007-02-15 08:05:58
Wed, 14 Feb 2007 20:58:19 +0000 rubidium (svn r8741) -Fix (r8735): make the saveguards of CmdBuildRoadStop more robust and add roadstops.grf to the list of required grfs.
Wed, 14 Feb 2007 20:48:00 +0000 Darkvater (svn r8740) -Fix (r8783): GCC warnings about not-handled MP_ values in switch case (glx)
Wed, 14 Feb 2007 20:19:07 +0000 Darkvater (svn r8739) -Codechange: Update the oldloader debug levels to be more in spec with the guidelines in debug.h.
Wed, 14 Feb 2007 20:17:11 +0000 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.
Wed, 14 Feb 2007 20:10:52 +0000 Darkvater (svn r8737) -Regression (r8621): VEH_Type renumbering wasn't performed for TTD(P) games, failing to load them
Wed, 14 Feb 2007 18:54:46 +0000 miham (svn r8736) -Update: WebTranslator2 update to 2007-02-14 19:54:03
Wed, 14 Feb 2007 16:37:16 +0000 rubidium (svn r8735) -Feature: drive-through road stops made possible by the hard work of mart3p.
Wed, 14 Feb 2007 12:00:43 +0000 celestar (svn r8733) -Fix(r8705): Forgot to change some more places where airport blocks are stored
Wed, 14 Feb 2007 11:53:39 +0000 celestar (svn r8732) -Codechange/Fix(r8705): Turned the bit-handling macros into template functions. Fixes a problem with MSVC and 64-bit shifts.
Wed, 14 Feb 2007 10:33:36 +0000 rubidium (svn r8730) -Codechange: more replacements of magic numbers by enums and removal of some (by now) redundant comments.
Wed, 14 Feb 2007 10:22:00 +0000 miham (svn r8729) [Translations] -Fix: removed dead cases from czech language
Wed, 14 Feb 2007 09:41:20 +0000 miham (svn r8728) -Update: WebTranslator2 update to 2007-02-14 10:40:39
Wed, 14 Feb 2007 09:39:04 +0000 maedhros (svn r8727) -Cleanup (r8366): Remove BIGMULSS64 since it isn't used any more.
Wed, 14 Feb 2007 09:34:12 +0000 rubidium (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 rubidium (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 rubidium (svn r8723) -Codechange: replace yet another couple of magic numbers with enums.
Wed, 14 Feb 2007 00:50:34 +0000 rubidium (svn r8721) -Fix (8715): road vehicles could not turn around properly
Tue, 13 Feb 2007 23:37:50 +0000 rubidium (svn r8719) -Fix: some strings have an empty translation where it isn't empty in english.
Tue, 13 Feb 2007 22:27:27 +0000 rubidium (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 rubidium (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 celestar (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 celestar (svn r8708) -Codechange(r8514): No need to use "this->" in methods
Tue, 13 Feb 2007 15:42:52 +0000 celestar (svn r8707) -Codechange: Turn IsValidStation into a method of Station
Tue, 13 Feb 2007 12:34:54 +0000 celestar (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 rubidium (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 rubidium (svn r8701) -Codechange: replace magic numbers with enums for u.rail.track.
Tue, 13 Feb 2007 10:43:50 +0000 rubidium (svn r8700) -Fix (8698): replaced a magic number with the wrong enum :(
Tue, 13 Feb 2007 10:26:53 +0000 rubidium (svn r8698) -Codechange: enumify the returns of VehicleEnterTile
Tue, 13 Feb 2007 00:25:42 +0000 rubidium (svn r8694) -Codechange: make RoadStop's status accessible via accessor functions.
Mon, 12 Feb 2007 22:46:10 +0000 rubidium (svn r8692) -Cleanup: add comments to RoadVehController. Patch by mart3p.
Mon, 12 Feb 2007 21:55:10 +0000 Darkvater (svn r8691) -Cleanup: Some proper #endif comments for sound/music/video files, and a little elimination of magic numbers in Win32SoundStart
Mon, 12 Feb 2007 19:19:15 +0000 miham (svn r8690) -Update: WebTranslator2 update to 2007-02-12 20:18:38
Mon, 12 Feb 2007 12:52:37 +0000 rubidium (svn r8689) -Fix [FS#613] (r8619): crash when an old savegame had buoys on the northern edge of the map.
Mon, 12 Feb 2007 09:01:40 +0000 miham (svn r8686) -Update: WebTranslator2 update to 2007-02-12 10:00:57
Mon, 12 Feb 2007 00:38:15 +0000 bjarni (svn r8685) -Feature: selecting "end of orders" and clicking delete will delete all the vehicle's orders
Sun, 11 Feb 2007 23:18:01 +0000 rubidium (svn r8684) -Fix [FS#483] (r3720): a bool (uint32 in PPC) was written to as a uint8. Later those bools are used as index into an array as they expect the value to be 0 or 1.
Sat, 21 Apr 2007 08:23:57 +0000 KUDr (svn r9708) [cpp_gui] -Sync with trunk (r9633:9707) cpp_gui
Sun, 15 Apr 2007 17:04:44 +0000 KUDr (svn r9639) [cpp_gui] -Sync with trunk (r9476:9633) cpp_gui
Sun, 15 Apr 2007 14:39:58 +0000 KUDr (svn r9637) [cpp_gui] -Fix: property svn:keywords=Id on newly added file cpp_gui
Sun, 15 Apr 2007 14:20:35 +0000 KUDr (svn r9636) [cpp_gui] -Add: Table widget (another widget container besides Panel). cpp_gui
Sun, 15 Apr 2007 14:17:40 +0000 KUDr (svn r9635) [cpp_gui] -Codechange: use proper array item pointer arithmetics (pointer + index) instead of &pointer[index] since they can differ in C++ cpp_gui
Mon, 26 Mar 2007 22:15:38 +0000 KUDr (svn r9486) [cpp_gui] -Sync with trunk (r9100:9476) cpp_gui
Mon, 26 Mar 2007 21:31:37 +0000 KUDr (svn r9485) [cpp_gui] -Fix: g++ warnings/errors (glx) cpp_gui
Mon, 26 Mar 2007 21:00:16 +0000 KUDr (svn r9484) [cpp_gui] -Add: Auto layout/resize ability of widgets. cpp_gui
Mon, 26 Mar 2007 20:50:18 +0000 KUDr (svn r9483) [cpp_gui] -Fix: parent/transparent color values collided with IS_PALETTE_COLOR cpp_gui
Mon, 26 Mar 2007 20:47:18 +0000 KUDr (svn r9482) [cpp_gui] -Fix: missing return value cpp_gui
Sun, 11 Mar 2007 16:31:18 +0000 bjarni (svn r9119) [cpp_gui] -Sync with trunk (r9003:9100) cpp_gui