log src/train_cmd.cpp @ 17693:cdeed5a57cdb draft

age author description
Wed, 18 May 2011 12:19:58 +0000 planetmaker (svn r22473) -Codechange: Automatic orders are better called implicit orders as no real order influencing path finding is added draft
Sat, 16 Apr 2011 16:45:35 +0000 frosch (svn r22328) -Add: a flag to GroundVehicles to disable insertion and removal of automatic orders until the next real order is reached. draft
Sun, 13 Mar 2011 21:33:02 +0000 frosch (svn r22244) -Codechange: Make vehicle windows handle command-/GUI-scope invalidations themself (from autoreplace and refitting). draft
Sun, 06 Mar 2011 09:22:11 +0000 rubidium (svn r22206) -Revert-ish (r14526) / Unfix-ish [FS#3569] / Fix [FS#4545]: the "center" (for movement) of vehicles is (currently still) always at 4/8th original vehicle length from the front, so trains should stop at the same location regardless of the length of the front engine draft
Sat, 05 Mar 2011 21:52:45 +0000 rubidium (svn r22205) -Codechange: replace magic number with constant draft
Fri, 25 Feb 2011 22:04:38 +0000 alberth (svn r22145) -Codechange: Do explicit test for non-bool values. draft
Thu, 24 Feb 2011 21:48:06 +0000 frosch (svn r22140) -Fix (r22135): I like the letter 'l' nevertheless. (Alberth) draft
Wed, 23 Feb 2011 20:54:55 +0000 frosch (svn r22135) -Fix [FS#4523]: When commands need to invalidate windows, process these events asynchronously before the next redraw. Calling window code directly from command scope uses wrong _current_company and might issue nested DoCommands() which interfer with the running command. draft
Wed, 09 Feb 2011 20:45:40 +0000 rubidium (svn r22044) -Fix [FS#4493]: update the consist cache when a part of a train is flipped in the depot draft
Wed, 09 Feb 2011 20:45:07 +0000 rubidium (svn r22043) -Fix: invalidate the right windows when a part of a train is flipped in the depot draft
Tue, 08 Feb 2011 18:29:30 +0000 smatz (svn r22024) -Fix [FS#4468]: verify we can allocate an OrderList before we actually try to do so (Rubidium) draft
Mon, 07 Feb 2011 22:29:47 +0000 rubidium (svn r22017) -Codechange: move MarkTileDirtyByTile to viewport_func.h draft
Sat, 05 Feb 2011 16:20:55 +0000 alberth (svn r21976) -Doc: Document several crash handling functions. draft
Fri, 04 Feb 2011 19:20:47 +0000 rubidium (svn r21966) -Change [FS#4462]: [NewGRF] Disable the flipping of train engines/wagons in the depot by default for NewGRFs draft
Fri, 04 Feb 2011 16:40:38 +0000 rubidium (svn r21962) -Feature-ish: GUI setting to disable reversing at signals draft
Fri, 04 Feb 2011 15:40:35 +0000 rubidium (svn r21960) -Change: show the length of vehicles in tiles, instead of half tiles in the depot draft
Mon, 31 Jan 2011 20:44:15 +0000 frosch (svn r21933) -Codechange: Split cur_order_index into cur_auto_order_index and cur_real_order_index to keep track of the current real order in an unambiguous way. draft
Wed, 26 Jan 2011 17:34:07 +0000 rubidium (svn r21914) -Codechange: move the algorithmic part of Train::UpdateSpeed to a function in GroundVehicle draft
Wed, 26 Jan 2011 17:31:07 +0000 rubidium (svn r21911) -Codechange: move tcache.last_speed to gcache.last_speed and make SetLastSpeed a function of GroundVehicle draft
Sun, 23 Jan 2011 17:50:24 +0000 smatz (svn r21903) -Codechange: warn only once for a train that has invalid length, not for each its wagon with invalid length draft
Fri, 21 Jan 2011 16:35:12 +0000 smatz (svn r21880) -Fix: when a train after reversing ended at the last bit of a bridge ramp and directed outside the bridge, it could still have track set to TRACK_BIT_WORMHOLE draft
Fri, 21 Jan 2011 16:20:55 +0000 smatz (svn r21879) -Codechange: reset vehicle's GOINGUP/DOWN bits when it crashes draft
Fri, 21 Jan 2011 01:38:30 +0000 smatz (svn r21875) -Codechange: indentation of some comments was wrong draft
Fri, 21 Jan 2011 00:11:13 +0000 smatz (svn r21874) -Fix: when a single-vehicle train was reversed while on a slope, its GOINGUP/DOWN weren't swapped draft
Wed, 19 Jan 2011 08:24:38 +0000 rubidium (svn r21847) -Fix [FS#4423]: slowing down of trains was done by reducing the speed by 10%, but also when you're just 1% too fast, so limit the slowdown till the new maximum speed draft
Tue, 18 Jan 2011 20:40:36 +0000 smatz (svn r21836) -Fix: when a train was reversed while inside a tunnel/bridge, it wouldn't have (re)set the GOINGUP/DOWN bits after leaving the tunnel/bridge draft
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
Sat, 28 Aug 2010 14:14:37 +0000 rubidium (svn r20645) -Codechange [FS#4086]: unify the code for checking for breakdown handling as well (Hirundo) draft
Sat, 28 Aug 2010 14:01:50 +0000 rubidium (svn r20644) -Codechange [FS#4086]: unify the vehicle breakdown code (Hirundo) draft
Thu, 26 Aug 2010 22:01:16 +0000 rubidium (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers draft
Thu, 26 Aug 2010 15:31:40 +0000 rubidium (svn r20623) -Codechange: unify the storing of animation related information draft