index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
train.h
Age
Commit message (
Expand
)
Author
2019-12-21
Codechange: Replace vehicle related FOR_ALL with range-based for loops
glx
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-04-29
Codechange: Remove Track{dir,}{Bits,}Byte types
Charles Pigott
2019-04-29
Codechange: Remove RailTypeByte type
Charles Pigott
2019-04-29
Codechange: Remove TrainForceProceedingByte type
Charles Pigott
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2018-05-22
Change: Remove direction parameter from Vehicle::UpdateDeltaXY. (#6792)
PeterN
2017-03-20
(svn r27811) -Change: Remove unused parameters in FreeTrainTrackReservation
peter1138
2016-10-16
(svn r27666) -Codechange: Pass vehicle sprites around using a struct VehicleS...
frosch
2014-02-07
(svn r26317) -Fix [FS#5897]: Check whether NewGRF change vehicle capacity whe...
frosch
2013-04-13
(svn r25185) -Fix [FS#5508]: Remove ambivalent functions CargoList::Empty() a...
frosch
2013-01-08
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...
planetmaker
2012-12-23
(svn r24839) -Feature [FS#5271]: [NewGRF] Support oversized purchase list spr...
michi_cc
2012-07-07
(svn r24384) -Fix [FS#5188-ish]: Make IsInDepot() functions behave consistent...
frosch
2012-01-08
(svn r23773) -Change: [NewGRF] Update all cached train properties if a train ...
michi_cc
2011-12-20
(svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the o...
truebrain
2011-12-18
(svn r23588) -Codechange: use the 'final' keyword so compiler can optimise ou...
smatz
2011-11-21
(svn r23290) -Fix [FS#2379,FS#3569]: Change the centre of train vehicles to d...
michi_cc
2011-11-04
(svn r23091) -Codechange: rename some Get*Z functions to Get*PixelZ functions...
rubidium
2011-11-01
(svn r23080) -Feature: [NewGRF] Use variable 10 to enable vehicle GRFs to dra...
frosch
2011-02-05
(svn r21976) -Doc: Document several crash handling functions.
alberth
2011-01-30
(svn r21930) -Codechange: Remove unused vehicle GetTypeString() functions.
alberth
2011-01-29
(svn r21925) -Doc: Doxygen additions and markup corrections to vehicle-relate...
alberth
2011-01-29
(svn r21923) -Codechange: Unify articulated vehicle iteration functions.
terkhen
2011-01-26
(svn r21911) -Codechange: move tcache.last_speed to gcache.last_speed and mak...
rubidium
2011-01-21
(svn r21883) -Codechange: make UpdateZPosition() faster by not calling GetSlo...
smatz
2011-01-21
(svn r21876) -Codechange: typedef SpecializedVehicleBase and GroundVehicleBas...
smatz
2011-01-19
(svn r21862) -Codechange: Unify subtype handling between road vehicles and tr...
terkhen
2011-01-19
(svn r21859) -Codechange: Move train subtype flags to GroundVehicle.
terkhen
2011-01-19
(svn r21858) -Codechange: Give more similar names to ArticulatedPart functions.
terkhen
2011-01-04
(svn r21712) -Change: Tune 'realistic' acceleration even more to make more tr...
michi_cc
2010-12-14
(svn r21521) -Codechange: Unify some cached values that were present in both ...
terkhen
2010-12-13
(svn r21504) -Codechange: move the "lost" bit from the train's flags to vehic...
rubidium
2010-11-18
(svn r21235) -Codechange: Move Train::UpdateVisualEffect to the Vehicle class...
rubidium
2010-11-18
(svn r21232) -Codechange: Move cached_vis_effect from the TrainCache to the V...
rubidium
2010-11-07
(svn r21106) -Change: Tuned realistic acceleration to be a bit more realistic...
michi_cc
2010-11-06
(svn r21097) -Codechange: Unify cached max speed for all vehicle types.
terkhen
2010-11-06
(svn r21092) -Codechange: Merge max speed functions.
terkhen
2010-10-30
(svn r21060) -Doc: Improved wording of comments (mostly by __ln__)
alberth
2010-08-15
(svn r20505) -Feature [FS#3978]: Allow changing visual effect when changing r...
frosch
2010-08-15
(svn r20504) -Codechange: Move updating of train's visual effect to separate ...
frosch
2010-08-15
(svn r20503) -Fix (r18838): Powered wagons should check the railtype of the t...
frosch
2010-08-02
(svn r20302) -Add: Method for getting the air drag of a ground vehicle.
terkhen
2010-08-02
(svn r20299) -Add: Make trains and road vehicles use a different area value t...
terkhen
2010-07-09
(svn r20098) -Fix [FS#3898]: A train reversing in a station would sometimes f...
michi_cc
2010-06-21
(svn r20005) -Codechange: Enumify force_proceed.
frosch
2010-03-06
(svn r19342) -Codechange: Move inclination update functions to GroundVehicle.
terkhen
2010-03-06
(svn r19341) -Codechange: Move GOINGUP/GOINGDOWN flags to GroundVehicle.
terkhen
2010-03-06
(svn r19339) -Codechange: Move acceleration functions to GroundVehicle.
terkhen
2010-03-06
(svn r19338) -Codechange: Move the acceleration cache to GroundVehicle.
terkhen
[next]