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.
|
changeset |
files
|
Thu, 15 Feb 2007 07:43:06 +0000 |
tron |
(svn r8743) -Fix
|
changeset |
files
|
Thu, 15 Feb 2007 07:08:22 +0000 |
miham |
(svn r8742) -Update: WebTranslator2 update to 2007-02-15 08:05:58
|
changeset |
files
|
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.
|
changeset |
files
|
Wed, 14 Feb 2007 20:48:00 +0000 |
Darkvater |
(svn r8740) -Fix (r8783): GCC warnings about not-handled MP_ values in switch case (glx)
|
changeset |
files
|
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.
|
changeset |
files
|
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.
|
changeset |
files
|
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
|
changeset |
files
|
Wed, 14 Feb 2007 18:54:46 +0000 |
miham |
(svn r8736) -Update: WebTranslator2 update to 2007-02-14 19:54:03
|
changeset |
files
|
Wed, 14 Feb 2007 16:37:16 +0000 |
rubidium |
(svn r8735) -Feature: drive-through road stops made possible by the hard work of mart3p.
|
changeset |
files
|
Wed, 14 Feb 2007 12:00:43 +0000 |
celestar |
(svn r8733) -Fix(r8705): Forgot to change some more places where airport blocks are stored
|
changeset |
files
|
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.
|
changeset |
files
|
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.
|
changeset |
files
|
Wed, 14 Feb 2007 10:22:00 +0000 |
miham |
(svn r8729) [Translations] -Fix: removed dead cases from czech language
|
changeset |
files
|
Wed, 14 Feb 2007 09:41:20 +0000 |
miham |
(svn r8728) -Update: WebTranslator2 update to 2007-02-14 10:40:39
|
changeset |
files
|
Wed, 14 Feb 2007 09:39:04 +0000 |
maedhros |
(svn r8727) -Cleanup (r8366): Remove BIGMULSS64 since it isn't used any more.
|
changeset |
files
|
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.
|
changeset |
files
|
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.
|
changeset |
files
|
Wed, 14 Feb 2007 01:00:57 +0000 |
rubidium |
(svn r8723) -Codechange: replace yet another couple of magic numbers with enums.
|
changeset |
files
|
Wed, 14 Feb 2007 00:50:34 +0000 |
rubidium |
(svn r8721) -Fix (8715): road vehicles could not turn around properly
|
changeset |
files
|
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.
|
changeset |
files
|
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.
|
changeset |
files
|
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.
|
changeset |
files
|
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.
|
changeset |
files
|
Tue, 13 Feb 2007 15:44:37 +0000 |
celestar |
(svn r8708) -Codechange(r8514): No need to use "this->" in methods
|
changeset |
files
|
Tue, 13 Feb 2007 15:42:52 +0000 |
celestar |
(svn r8707) -Codechange: Turn IsValidStation into a method of Station
|
changeset |
files
|
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
|
changeset |
files
|
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.
|
changeset |
files
|
Tue, 13 Feb 2007 10:46:45 +0000 |
rubidium |
(svn r8701) -Codechange: replace magic numbers with enums for u.rail.track.
|
changeset |
files
|
Tue, 13 Feb 2007 10:43:50 +0000 |
rubidium |
(svn r8700) -Fix (8698): replaced a magic number with the wrong enum :(
|
changeset |
files
|