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
/
ground_vehicle.hpp
Age
Commit message (
Expand
)
Author
2011-03-05
(svn r22205) -Codechange: replace magic number with constant
rubidium
2011-02-05
(svn r21989) -Fix (r21954): Vehicle status bar glitches on speed changes.
frosch
2011-02-04
(svn r21954) -Cleanup: remove setting to not show the vehicle speed in the ve...
rubidium
2011-01-29
(svn r21922) -Codechange: Unify articulated vehicle checking functions.
terkhen
2011-01-29
(svn r21921) -Codechange: Move GroundVehicleSubtypeFlags as they will be need...
terkhen
2011-01-26
(svn r21916) -Fix [FS#4442]: the minimum speed needed for (realistic) acceler...
rubidium
2011-01-26
(svn r21914) -Codechange: move the algorithmic part of Train::UpdateSpeed to ...
rubidium
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 r21882) -Codechange: make use of the fact that vehicle's Z position can ...
smatz
2011-01-21
(svn r21879) -Codechange: reset vehicle's GOINGUP/DOWN bits when it crashes
smatz
2011-01-21
(svn r21878) -Codechange: move parts of UpdateInclination() to separate funct...
smatz
2011-01-21
(svn r21877) -Codechange: move definition of HALF_TILE_SIZE to tile_type.h
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-16
(svn r21824) -Codechange: don't call GetSlopeZ() when the ground vehicle is o...
smatz
2010-12-14
(svn r21521) -Codechange: Unify some cached values that were present in both ...
terkhen
2010-12-14
(svn r21520) -Document: Complete the comments of GroundVehicleCache.
terkhen
2010-12-14
(svn r21518) -Codechange: Rename AccelerationCache to GroundVehicleCache.
terkhen
2010-11-07
(svn r21106) -Change: Tuned realistic acceleration to be a bit more realistic...
michi_cc
2010-11-06
(svn r21092) -Codechange: Merge max speed functions.
terkhen
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-03-06
(svn r19356) -Fix: Whitespace.
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 r19340) -Documentation: Add a list of required functions 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
2010-03-06
(svn r19337) -Codechange: Create the GroundVehicle class.
terkhen