summaryrefslogtreecommitdiff
path: root/src/train.h
AgeCommit message (Expand)Author
2010-01-17(svn r18854) -Codechange [FS#3539]: unconflict acceleration type as 'status' ...rubidium
2010-01-16(svn r18838) -Codechange [FS#3524]: reorganisation of the train acceleration ...rubidium
2010-01-16(svn r18836) -Codechange: make TrainUpdateSpeed a class function and update s...rubidium
2010-01-15(svn r18812) -Codechange: make some functions in train.h functions of Train.rubidium
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...rubidium
2010-01-11(svn r18781) -Codechange: pass the CommandCost to the callback instead of whe...rubidium
2010-01-11(svn r18779) -Codechange: merge the command callbacks of the primary vehicles...rubidium
2010-01-09(svn r18764) -Fix [FS#3422]: split the (un)load ticks counter and signal wait...rubidium
2009-12-13(svn r18484) -Codechange: simplify the Is(Stopped)InDepot functions for trainsrubidium
2009-12-11(svn r18465) -Codechange: simplify CheckTrainInDepot and remove some unneeded...rubidium
2009-12-04(svn r18402) -Codechange: unify/centralise the code for crashing vehiclesrubidium
2009-10-04(svn r17688) -Fix (r17684): incorrect commentssmatz
2009-10-03(svn r17684) -Fix: tcache.first_engine and rcache.first_engine need to be set...frosch
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-07-19(svn r16884) -Codechange: Add Train::GetFirstEnginePart() and use it.frosch
2009-07-17(svn r16867) -Feature(ette): Turn variable 0E/8E (vertical offset for trains ...frosch
2009-07-17(svn r16857) -Fix [FS#3036](r16652): crash when train partially in depot crashedsmatz
2009-07-02(svn r16723) -Codechange: make GetNextArticPart(), GetLastEnginePart(), GetNe...smatz
2009-07-02(svn r16722) -Codechange: unify the naming of the Is/Set/HasArticulatedPart f...rubidium
2009-07-02(svn r16720) -Codechange: make Set/ClearFrontEngine(), Set/ClearArticulatedPa...smatz
2009-07-01(svn r16719) -Codechange: make IsArticulatedPart(), IsTrainEngine(), IsTrainW...smatz
2009-07-01(svn r16718) -Codechange: make IsFreeWagon() member of Trainsmatz
2009-07-01(svn r16717) -Codechange: make IsFrontEngine() member of Trainsmatz
2009-06-02(svn r16505) -Fix [FS#2951] (r16472): since g++ 4.4 the implicit (default) co...rubidium
2009-06-01(svn r16494) -Codechange: cache train's speed limit caused by curvessmatz
2009-05-30(svn r16472) -Codechange: set vehicle type in SpecializedVehicle constructor ...smatz
2009-05-26(svn r16445) -Codechange: update old comments (Yexo)smatz
2009-05-26(svn r16441) -Codechange: new class SpecializedVehicle used as superclass for...smatz
2009-05-22(svn r16393) -Codechange: move VehicleRail to Train.rubidium
2009-05-22(svn r16392) -Codechange: move some variables (the ones that aren't caches) f...rubidium
2009-05-22(svn r16391) -Codechange: use Train instead of Vehicle where appropriate.rubidium
2009-05-22(svn r16382) -Codechange: make GetVehicleTrackdir a member function of Vehicle.rubidium
2009-05-22(svn r16376) -Codechange: Vehicle::Tick() now returns false if the vehicle wa...smatz
2009-04-12(svn r16037) -Feature: allow (per order) to let a train stop at the near end,...rubidium
2009-02-01(svn r15308) -Codechange: Deduplicate km-ish/h -> mph conversions.frosch
2009-01-10(svn r14949) -Cleanup: pointer coding stylerubidium
2009-01-04(svn r14828) -Codechange: move most of save/load-specific code to separate filessmatz
2008-08-23(svn r14147) -Codechange: Allow passing 'const Vehicle *' to GetNextUnit() an...frosch
2008-08-16(svn r14083) -Fix [FS#1264, FS#2037, FS#2038, FS#2110]: Rewrite the autorepla...frosch
2008-08-16(svn r14082) -Codechange: Make 'GetNextUnit()' more fool-proof wrt. real dual...frosch
2008-08-02(svn r13955) -Codechange [YAPP]: Try to extend the path of a stuck train so i...rubidium
2008-08-02(svn r13952) -Add [YAPP]: Trains now reserve paths trough PBS signals. Bump s...rubidium
2008-07-24(svn r13816) -Fix [FS#2150]: check for vehicle length changes outside a depot...smatz
2008-07-22(svn r13782) -Cleanup: removed a useless declarationglx
2008-05-06(svn r12977) -Codechange: remove quite some redundant (duplicate) function de...rubidium
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-04-24(svn r12862) -Codechange: reduce code duplication for VehicleType -> WindowCl...smatz
2008-04-21(svn r12824) -Codechange: Standardise routines for drawing vehicle images, us...peter1138
2008-04-11(svn r12657) -Codechange: add 'FindClosestDepot' to the vehicle class.rubidium
2008-04-07(svn r12605) -Cleanup: variable scope and coding style in train*smatz