Age | Commit message (Collapse) | Author |
|
|
|
|
|
vehicle view
|
|
|
|
needed by some Vehicle functions.
|
|
acceleration to work properly can sometimes be more than the (temporary) maximum speed causing Clamp to "fail". Make sure that the minimum speed always overrules the maximum speed
|
|
a function in GroundVehicle
|
|
make SetLastSpeed a function of GroundVehicle
|
|
GetSlopeZ() when not needed
|
|
change only if it has GVF_GOINGUP_BIT or GVF_GOINGDOWN_BIT set
|
|
|
|
functions
|
|
|
|
GroundVehicleBase to reduce typing
|
|
trains.
|
|
|
|
on a flat tile
|
|
road vehicles and trains.
|
|
|
|
|
|
realistic in order to make acceleration "slower", which highlights the differences between vehicle types more.
|
|
|
|
|
|
to calculate air drag.
|
|
|
|
|
|
-Codechange: Move GetSlopeResistance to GroundVehicle.
|
|
|
|
|
|
|
|
|