src/train_cmd.cpp
Mon, 07 Apr 2008 12:36:50 +0000 smatz (svn r12605) -Cleanup: variable scope and coding style in train*
Sun, 06 Apr 2008 15:09:45 +0000 rubidium (svn r12593) -Codechange: hide Order's flags in most of the code.
Sun, 06 Apr 2008 07:48:51 +0000 rubidium (svn r12588) -Codechange: do not access the destination of an order directly.
Sat, 05 Apr 2008 23:36:54 +0000 rubidium (svn r12584) -Codechange: do not access the order type directly.
Sat, 05 Apr 2008 15:30:15 +0000 rubidium (svn r12580) -Codechange: merge some logical related to non-stop orders.
Sat, 05 Apr 2008 12:01:34 +0000 rubidium (svn r12578) -Codechange: merge the aircrafts ProcessOrder too into the 'unified' ProcessOrder.
Sat, 05 Apr 2008 10:55:50 +0000 rubidium (svn r12575) -Codechange: unduplicate Process*Orders for trains, ships and road vehicles.
Tue, 01 Apr 2008 14:47:57 +0000 frosch (svn r12532) -Cleanup: Replace two tables of magic values with already existing functions.
Tue, 01 Apr 2008 14:03:20 +0000 frosch (svn r12531) -Codechange: Rename some variables for consistency.
Mon, 31 Mar 2008 00:17:39 +0000 rubidium (svn r12490) -Codechange: rename engine.h to engine_func.h and remove unneeded inclusions of engine.h and/or replace them with engine_type.h.
Mon, 31 Mar 2008 00:06:17 +0000 rubidium (svn r12489) -Codechange: split station.h into station_base.h and station_func.h.
Sun, 30 Mar 2008 23:24:18 +0000 rubidium (svn r12488) -Codechange: split order.h into order_base.h and order_func.h.
Fri, 28 Mar 2008 22:59:43 +0000 bjarni (svn r12482) -Fix: [build train] we don't need to have a depot in order to just check the price of a rail vehicle so don't check for compatible rails on the tile either
Fri, 28 Mar 2008 08:53:36 +0000 rubidium (svn r12459) -Codechange: split news.h into news_type.h and news_func.h.
Wed, 19 Mar 2008 20:50:19 +0000 smatz (svn r12386) -Fix [FS#1841](r2428): train could break apart when reversed while partially in a depot
Wed, 19 Mar 2008 20:42:05 +0000 smatz (svn r12384) -Fix (r2428): do not disconnect train when reversing, it may 'think' it is whole in a depot
Mon, 17 Mar 2008 22:13:00 +0000 glx (svn r12380) -Fix: update train acceleration and max speed after setting cached value to ensure the correct max speed is used with disabled real acceleration
Mon, 17 Mar 2008 22:04:15 +0000 glx (svn r12379) -Codechange: removed now redondant InvalidateWindow() calls
Mon, 17 Mar 2008 21:50:53 +0000 glx (svn r12378) -Fix: refresh vehicle details window when cached values are updated
Mon, 17 Mar 2008 21:49:14 +0000 glx (svn r12377) -Fix [FS#1854]: set cached value for vehicle property 25 before other cached values
Sat, 15 Mar 2008 19:24:13 +0000 smatz (svn r12369) -Fix (r1681): reset train speed limits when _patches.realistic_acceleration changes
Sat, 15 Mar 2008 13:21:31 +0000 smatz (svn r12368) -Codechange: use explicit body for loops and conditions and remove -Wno-empty-body from the configure script
Mon, 03 Mar 2008 21:42:37 +0000 peter1138 (svn r12332) -Fix (r12331): Invalidate cached data and update image after setting flag.
Mon, 03 Mar 2008 20:56:30 +0000 glx (svn r12331) -Feature: [NewGRF] vehicle variable FE bit 8
Thu, 21 Feb 2008 19:09:10 +0000 peter1138 (svn r12209) -Fix: [NewGRF] Support using any base price for rail and road vehicles' running cost, and show running cost of wagons if they have it.
Wed, 20 Feb 2008 20:56:54 +0000 peter1138 (svn r12205) -Codechange: rename RailVehicleInfo::running_cost_base to running_cost, inline with other vehicle types (It is the factor, not the base)
Wed, 20 Feb 2008 19:37:46 +0000 frosch (svn r12203) -Fix (r12199): Make trains pay attention to signals again.
Wed, 20 Feb 2008 17:49:50 +0000 frosch (svn r12199) -Codechange: Remove magic around the results of GetTileTrackStatus().
Wed, 20 Feb 2008 17:06:58 +0000 smatz (svn r12197) -Fix [FS#1788](r12134): show correct last year profit when the train had negative income
Wed, 20 Feb 2008 15:18:35 +0000 smatz (svn r12194) -Codechange: apply coding style on enum TrainSubtype
Wed, 20 Feb 2008 12:07:22 +0000 smatz (svn r12189) -Codechange: mark some functions in train_cmd.cpp inline (called once or very short)
Wed, 20 Feb 2008 11:00:17 +0000 smatz (svn r12188) -Codechange [FS#1782]: do not check twice for correct rail owner (patch by Vikthor)
Mon, 18 Feb 2008 18:35:36 +0000 smatz (svn r12179) -Codechange: use GetCrossingRailTrack() and GetCrossingRailAxis() to improve code readability
Mon, 18 Feb 2008 16:35:38 +0000 smatz (svn r12178) -Codechange: use the 'side' parameter in TrainController and TrainCheckIfLineEnds to simplify the code
Wed, 13 Feb 2008 19:24:40 +0000 smatz (svn r12134) -Change: count the number of ticks a vehicle was running this day to calculate running cost
Wed, 13 Feb 2008 17:54:11 +0000 smatz (svn r12132) -Cleanup: convert pathfinder selection from if/else to switch/case at many places
Wed, 13 Feb 2008 16:49:25 +0000 smatz (svn r12131) -Fix (r3374): with mammoth trains disabled, maximum train length was limited to 9
Wed, 13 Feb 2008 14:21:36 +0000 smatz (svn r12129) -Change [FS#1759]: simplified patch settings for pathfinders (Yorick)
Wed, 13 Feb 2008 09:34:56 +0000 peter1138 (svn r12128) -Codechange: Replace last use of TrainPlayLeaveStationSound(v) with v->PlayLeaveStationSound(), and remove wrapper function.
Fri, 08 Feb 2008 16:25:55 +0000 frosch (svn r12085) -Fix(r12058): Road vehicles could get stuck, when NPF told them to reverse on junction tiles. (spotted by SmatZ)
Tue, 05 Feb 2008 05:21:02 +0000 belugas (svn r12066) -Codechange: Rename GetBridge for the more common GetBridgeSpec
Mon, 04 Feb 2008 15:56:39 +0000 smatz (svn r12057) -Fix: slowdown train when approaching 90deg turn when 90deg turns are forbidden
Fri, 01 Feb 2008 22:02:14 +0000 glx (svn r12037) -Codechange: replace OnNewDay_(Aircraft|RoadVeh|Ship|Train) with an OnNewDay method in the Vehicle class
Sun, 27 Jan 2008 20:20:53 +0000 smatz (svn r11996) -Fix [FS#1706]: update train statusbar when stopping from zero speed
Wed, 23 Jan 2008 14:51:36 +0000 smatz (svn r11960) -Cleanup: simplify some IsTunnel(Tile) / IsBridge(Tile) conditions
Fri, 18 Jan 2008 21:44:20 +0000 smatz (svn r11922) -Codechange: use MaybeBarCrossingWithSound() to bar crossing with sound
Fri, 18 Jan 2008 13:02:47 +0000 smatz (svn r11916) -Codechange: use enums from VehicleViewWindowWidgets instead of constants
Thu, 17 Jan 2008 20:41:33 +0000 smatz (svn r11910) -Fix: play 'ding-ding' crossing sound in more cases (except gameload and crossing construction)
Thu, 17 Jan 2008 19:49:06 +0000 smatz (svn r11908) -Fix: update crossing when merging a company, when building a crossing and after loading older savegame
Thu, 17 Jan 2008 17:57:39 +0000 smatz (svn r11900) -Fix: set correctly crossing state after train reversal, train leaving crossing, train crash
Wed, 16 Jan 2008 21:17:31 +0000 smatz (svn r11882) -Codechange: introduce MarkSingleVehicleDirty() and simplify the code at some places
Wed, 16 Jan 2008 15:48:36 +0000 smatz (svn r11877) -Fix: another way to crash competitors' train in a station
Wed, 16 Jan 2008 00:33:28 +0000 smatz (svn r11870) -Fix: slow down train when approaching tile we can't enter in more cases
Tue, 15 Jan 2008 18:44:22 +0000 rubidium (svn r11866) -Codechange: swap OFB_* and OF_* so it conceptually in sync with other cases of *B_* vs *_* like VETSB_* and VETS_*.
Tue, 15 Jan 2008 15:00:01 +0000 smatz (svn r11864) -Codechange: pass owner whose signals we will update instead of complex detection later
Mon, 14 Jan 2008 14:46:09 +0000 smatz (svn r11847) -Fix: do not affect the speed a train is entering a depot by trackbits behind it
Sun, 13 Jan 2008 23:53:33 +0000 smatz (svn r11845) -Codechange: simplify train collision detection a bit
Sun, 13 Jan 2008 14:42:28 +0000 smatz (svn r11835) -Fix: mark depot, viewports, vehicle lists and vehicle details dirty when a train crashes
Sun, 13 Jan 2008 14:37:30 +0000 rubidium (svn r11834) -Codechange: only include settings_type.h if needed.
Sun, 13 Jan 2008 13:11:59 +0000 smatz (svn r11831) -Fix: call TrainConsistChanged() when removing crashed train part to be consistent with saveload process