log src/train_cmd.cpp @ 17098:5035955400bc draft

age author description
Tue, 18 Jan 2011 20:06:56 +0000 smatz (svn r21835) -Codechange: use UpdateStatusAfterSwap() instead of copying the same code three times draft
Sat, 15 Jan 2011 09:53:21 +0000 rubidium (svn r21800) -Fix [FS#3569]: under certain circumstances one could crash a competitor's train; take the lazy non-future proof version of the fix from the 1.0 branch as fixing the real bug is significantly more complex and might even break some backwards compatability if not done perfectly draft
Wed, 15 Dec 2010 23:23:30 +0000 rubidium (svn r21529) -Doc: update comment after function name change (Krille) draft
Tue, 14 Dec 2010 21:33:53 +0000 terkhen (svn r21521) -Codechange: Unify some cached values that were present in both road vehicles and trains. draft
Tue, 14 Dec 2010 21:28:45 +0000 terkhen (svn r21518) -Codechange: Rename AccelerationCache to GroundVehicleCache. draft
Mon, 13 Dec 2010 21:55:59 +0000 rubidium (svn r21509) -Codechange: rename the rail pathfinders "path_not_found" parameter to "path_found" and remove the ! where the variables are set / read draft
Mon, 13 Dec 2010 21:55:06 +0000 rubidium (svn r21508) -Codechange: move the code to handle the pathfinder's "path found" status to a separate function draft
Mon, 13 Dec 2010 21:53:54 +0000 rubidium (svn r21506) -Codechange: rename the train/vehicle lost warning strings to be more generic draft
Mon, 13 Dec 2010 21:53:23 +0000 rubidium (svn r21505) -Change: generalise the lost_train_warning setting to lost_vehicle_warning draft
Mon, 13 Dec 2010 21:52:39 +0000 rubidium (svn r21504) -Codechange: move the "lost" bit from the train's flags to vehicle flags draft
Mon, 13 Dec 2010 18:26:09 +0000 rubidium (svn r21502) -Change/Fix [FS#3991] (r150, r18402): before r18402 a train crash caused 2 "driver" deaths and a flooding 4 (added in r150). In r18402 the counting was merged and the flooding code was taken for counting drivers. Given those numbers were inconsistent (unlike for other vehicles) we better use the real original amount of driver deaths instead of the erroneous amount. draft
Sat, 20 Nov 2010 15:44:24 +0000 alberth (svn r21273) -Codechange: Return values should start at the same line. draft
Thu, 18 Nov 2010 14:15:27 +0000 rubidium (svn r21237) -Codechange: Move HandleLocomotiveSmokeCloud to Vehicle::ShowVisualEffect (Hirundo) draft
Thu, 18 Nov 2010 14:11:50 +0000 rubidium (svn r21236) -Codechange: Make the visual effects drawing routine work for all vehicle types (Hirundo) draft
Thu, 18 Nov 2010 14:09:39 +0000 rubidium (svn r21235) -Codechange: Move Train::UpdateVisualEffect to the Vehicle class (Hirundo) draft
Thu, 18 Nov 2010 14:07:48 +0000 rubidium (svn r21234) -Codechange: Make Train::UpdateVisualEffect work for all vehicle types (Hirundo) draft
Thu, 18 Nov 2010 14:04:36 +0000 rubidium (svn r21233) -Codechange: Introduce an enum to remove some magic numbers from the visual effect code (Hirundo) draft
Thu, 18 Nov 2010 14:03:12 +0000 rubidium (svn r21232) -Codechange: Move cached_vis_effect from the TrainCache to the VehicleCache (Hirundo) draft
Thu, 18 Nov 2010 14:01:20 +0000 rubidium (svn r21231) -Codechange: Generalize the naming of some settings and variables related to visual effects (Hirundo) draft
Thu, 18 Nov 2010 13:51:54 +0000 rubidium (svn r21230) -Fix/Change/Feature: [NewGRF] Make positioning of diesel fumes and electric sparks actually work (Hirundo). draft
Tue, 16 Nov 2010 23:38:05 +0000 yexo (svn r21218) -Fix (r21189)[FS#4236]: don't force a minimum speed when braking draft
Tue, 16 Nov 2010 12:05:41 +0000 terkhen (svn r21205) -Fix [FS#4207]: Under some conditions, group count would be wrong after moving train engines in the depot window. draft
Sun, 14 Nov 2010 15:48:24 +0000 terkhen (svn r21189) -Fix: Force a minimum speed for trains when using the realistic acceleration model. draft
Wed, 10 Nov 2010 20:15:48 +0000 rubidium (svn r21136) -Fix [FS#4213]: bridge speed limits should apply to all wagons of a vehicle, not just the head of the vehicle draft
Tue, 09 Nov 2010 17:43:05 +0000 terkhen (svn r21123) -Codechange: Remove max_speed from the Vehicle class. draft
Sat, 06 Nov 2010 12:53:31 +0000 terkhen (svn r21097) -Codechange: Unify cached max speed for all vehicle types. draft
Fri, 05 Nov 2010 16:34:22 +0000 alberth (svn r21088) -Doc: Additions/corrections of doxygen comments. draft
Sat, 30 Oct 2010 17:51:07 +0000 alberth (svn r21060) -Doc: Improved wording of comments (mostly by __ln__) draft
Fri, 22 Oct 2010 22:51:15 +0000 frosch (svn r21014) -Fix [FS#4179](r20098): Reversing of trains in stations while last wagon was in a depot or on a bridge-/tunnelhead caused trouble. draft
Wed, 08 Sep 2010 18:55:58 +0000 rubidium (svn r20768) -Codechange: unify send-to-depot commands draft