| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
grouped better in the log output.
|
|
|
|
| |
Bullet will scale the movement by the time slice. Restore LIMIT_MOTOR_UP to definitition of BOAT simce some vehicle engines use it even for land vehicles. Push vehicle parameter updates through the regular property update to solve vehicles floating off when they should be stopped.
|
|
|
|
| |
'using' requirements so testing framework is less complicated.
|
|
|
|
| |
friction.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Properly limit *_MOTOR_DECAY_TIMESCALE to 120 as per specs.
Invode BSDynamics.Refresh() when vehicle type is changed. Previously
the vehicle properties weren't getting set because the physical
properties were set before the vehicle type was set.
Add a "use name" to BSMotors for identification while debugging.
Correct current and target confusion in BSVMotor design.
Rename CurrentValueReductionTimescale to FrictionTimescale.
Event more detailed logging.
|
| |
|
|
manual code for vehicles and add PID functionality to avatar movement.
|