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.cpp
Age
Commit message (
Expand
)
Author
2021-01-08
Codechange: Remove min/max functions in favour of STL variants (#8502)
Charles Pigott
2020-12-27
Codechange: Replace assert_compile macro with static_assert
Charles Pigott
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-09-29
Fix: Some typos found using codespell
JMcKiern
2019-05-01
Feature: Add NotRoadTypes (NRT)
peter1138
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2018-09-30
Fix #6920: Make 9.8m/s^2 a common constant for TE-calculation
Johannes E. Krause
2018-05-19
Fix: Tractive effort was slightly too high as per NewGRF spec. (#6785)
PeterN
2014-07-22
(svn r26702) -Fix [FS#6067]: integer overflows in acceleration code causing e...
rubidium
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2012-07-07
(svn r24384) -Fix [FS#5188-ish]: Make IsInDepot() functions behave consistent...
frosch
2012-01-03
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
rubidium
2011-12-16
(svn r23540) -Codechange: unify and document vehicle widgets
rubidium
2011-02-06
(svn r21997) -Fix [FS#4473]: when the difference between force and resistance...
rubidium
2011-01-04
(svn r21712) -Change: Tune 'realistic' acceleration even more to make more tr...
michi_cc
2010-12-14
(svn r21518) -Codechange: Rename AccelerationCache to GroundVehicleCache.
terkhen
2010-11-07
(svn r21107) -Fix: Don't use the maximum track speed where the maximum vehicl...
michi_cc
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-26
(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some...
rubidium
2010-08-02
(svn r20303) -Feature: [NewGRF] Air drag property support for trains and road...
terkhen
2010-08-02
(svn r20299) -Add: Make trains and road vehicles use a different area value t...
terkhen
2010-04-10
(svn r19599) -Fix [FS#3751]: Vehicles with a weight of zero crashed the game ...
terkhen
2010-03-06
(svn r19343) -Codechange: Make RoadVehicle a child class of 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