src/train.h
Sat, 23 Aug 2008 22:31:36 +0000 frosch (svn r14147) -Codechange: Allow passing 'const Vehicle *' to GetNextUnit() and GetPrevUnit().
Sat, 16 Aug 2008 14:02:20 +0000 frosch (svn r14083) -Fix [FS#1264, FS#2037, FS#2038, FS#2110]: Rewrite the autoreplace kernel.
Sat, 16 Aug 2008 13:52:44 +0000 frosch (svn r14082) -Codechange: Make 'GetNextUnit()' more fool-proof wrt. real dualheads.
Sat, 02 Aug 2008 22:54:38 +0000 rubidium (svn r13955) -Codechange [YAPP]: Try to extend the path of a stuck train so it is able to continue. (michi_cc)
Sat, 02 Aug 2008 22:53:51 +0000 rubidium (svn r13952) -Add [YAPP]: Trains now reserve paths trough PBS signals. Bump savegame version. (michi_cc)
Thu, 24 Jul 2008 15:19:26 +0000 smatz (svn r13816) -Fix [FS#2150]: check for vehicle length changes outside a depot (callback 0x11) and give a warning about that
Tue, 22 Jul 2008 15:02:18 +0000 glx (svn r13782) -Cleanup: removed a useless declaration
Tue, 06 May 2008 22:17:12 +0000 rubidium (svn r12977) -Codechange: remove quite some redundant (duplicate) function declarations.
Tue, 06 May 2008 15:11:33 +0000 rubidium (svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
Thu, 24 Apr 2008 09:55:20 +0000 smatz (svn r12862) -Codechange: reduce code duplication for VehicleType -> WindowClass lookup
Mon, 21 Apr 2008 20:50:58 +0000 peter1138 (svn r12824) -Codechange: Standardise routines for drawing vehicle images, using correct types and less duplication.
Fri, 11 Apr 2008 08:14:43 +0000 rubidium (svn r12657) -Codechange: add 'FindClosestDepot' to the vehicle class.
Mon, 07 Apr 2008 12:36:50 +0000 smatz (svn r12605) -Cleanup: variable scope and coding style in train*
Sat, 05 Apr 2008 10:55:50 +0000 rubidium (svn r12575) -Codechange: unduplicate Process*Orders for trains, ships and road vehicles.
Sat, 15 Mar 2008 19:24:13 +0000 smatz (svn r12369) -Fix (r1681): reset train speed limits when _patches.realistic_acceleration changes
Wed, 20 Feb 2008 15:18:35 +0000 smatz (svn r12194) -Codechange: apply coding style on enum TrainSubtype
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
Thu, 27 Dec 2007 13:35:39 +0000 rubidium (svn r11706) -Codechange: split vehicle.h and remove another bunch of useless includes.
Tue, 20 Nov 2007 13:35:54 +0000 skidd13 (svn r11484) -Codechange: Remove the doubled function SetBitT and rename the remaining to fit with the naming style
Mon, 19 Nov 2007 21:32:20 +0000 skidd13 (svn r11482) -Codechange: Remove the doubled function ClrBitT and rename the remaining to fit with the naming style
Mon, 19 Nov 2007 21:02:30 +0000 skidd13 (svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style
Sun, 09 Sep 2007 11:23:49 +0000 rubidium (svn r11068) -Codechange: remove Vehicle::HasFront as all vehicles have the Vehicle::first pointer correctly set.
Fri, 07 Sep 2007 21:09:37 +0000 rubidium (svn r11053) -Fix: train status bar flickering a lot when waiting at a signal.
Wed, 05 Sep 2007 10:33:42 +0000 bjarni (svn r11046) -Codechange: added function to get the next movable (non-articulated, non-read end of dualheaded engine) vehicle in a train
Wed, 05 Sep 2007 10:15:23 +0000 bjarni (svn r11045) -Codechange: added a function to tell if a vehicle is the rear part of a dualheaded train engine
Thu, 30 Aug 2007 13:03:56 +0000 rubidium (svn r11003) -Codechange: replace Vehicle->next to Vehicle->Next() and Vehicle->SetNext() so we can trap instances that change a next pointer and (in the future) update the first/previous pointers based on that.
Wed, 29 Aug 2007 21:49:08 +0000 rubidium (svn r11001) -Codechange: unify the way to determine whether a vehicle is in a depot.
Wed, 29 Aug 2007 21:27:16 +0000 rubidium (svn r10999) -Codechange: unify the way the running cost of a vehicle is determined. Patch by nycom.
Tue, 28 Aug 2007 06:46:33 +0000 rubidium (svn r10995) -Codechange: unify the way to get the displayed maxium speed of a vehicle. Patch by nycom.
Sun, 26 Aug 2007 21:21:59 +0000 rubidium (svn r10985) -Codechange: unify/remove duplicate CcClone(Aircraft|RoadVeh|Ship|Train) in favour of CcCloneVehicle.
Sun, 26 Aug 2007 20:43:22 +0000 rubidium (svn r10984) -Codechange: unify the way one can get the current speed in the same forwat so we can display it.
Sun, 05 Aug 2007 17:43:04 +0000 rubidium (svn r10798) -Fix [FS#1105]: virtual functions do not work in destructors :(.
Sun, 01 Jul 2007 19:24:54 +0000 rubidium (svn r10409) -Codechange: replace (Aircraft|RoadVeh|Ship|Train)_Tick with a Tick method in the Vehicle class.
Sun, 01 Jul 2007 19:11:47 +0000 rubidium (svn r10408) -Codechange: make GetImage a class method of Vehicle instead of Get(Aircraft|RoadVeh|Ship|Train)Image.
Fri, 01 Jun 2007 12:03:10 +0000 maedhros (svn r10009) -Codechange: Add and use Vehicle::IsPrimaryVehicle to replace individual checks depending on the vehicle type.
Fri, 01 Jun 2007 11:17:30 +0000 maedhros (svn r10007) -Codechange: Add some asserts to IsFrontEngine and friends to ensure that only trains use them.
Mon, 07 May 2007 15:58:05 +0000 rubidium (svn r9807) -Codechange: unify playing of sound when vehicle has been loaded and leaves the station.
Wed, 02 May 2007 09:39:11 +0000 rubidium (svn r9765) -Codechange: constify some class functions.
Wed, 02 May 2007 09:29:41 +0000 rubidium (svn r9764) -Codechange: replace some lookup tables by functions.
Tue, 01 May 2007 16:35:14 +0000 rubidium (svn r9760) -Codechange: remove the need for saving some vehicle variables.
Sun, 29 Apr 2007 22:33:51 +0000 rubidium (svn r9755) -Codechange: refactor some more of the begin loading stuff.
Sun, 29 Apr 2007 21:24:08 +0000 rubidium (svn r9754) -Codechange: make classes for all vehicle types, so we can make nicer/better maintainable code, i.e. virtual methods instead of switches.
Wed, 04 Apr 2007 03:21:14 +0000 belugas (svn r9558) -Documentation: doxygen and comment changes: 'T' now. Almost done
Wed, 07 Mar 2007 12:11:48 +0000 rubidium (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
Wed, 07 Mar 2007 11:47:46 +0000 rubidium (svn r9050) -Codechange: Foo(void) -> Foo()
Sun, 21 Jan 2007 22:50:43 +0000 bjarni (svn r8331) -Feature: the train and aircraft build windows are now resizable in horizontal direction as well
Tue, 02 Jan 2007 19:19:48 +0000 rubidium (svn r7759) -Merge: makefile rewrite. This merge features: