Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 ↵ | terkhen | |
to calculate air drag. | |||
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 | |
-Codechange: Move GetSlopeResistance to GroundVehicle. | |||
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 | |