Searched refs:UpdateAirPhysics (Results 1 – 4 of 4) sorted by relevance
/dports/games/spring/spring_98.0/rts/Sim/MoveTypes/ |
H A D | HoverAirMoveType.cpp | 343 UpdateAirPhysics(); in UpdateTakeoff() 393 UpdateAirPhysics(); in UpdateHovering() 404 UpdateAirPhysics(); in UpdateHovering() 558 UpdateAirPhysics(); in UpdateFlying() 592 UpdateAirPhysics(); in UpdateLanding() 624 UpdateAirPhysics(); in UpdateLanding() 641 UpdateAirPhysics(); in UpdateLanding() 797 void CHoverAirMoveType::UpdateAirPhysics() in UpdateAirPhysics() function in CHoverAirMoveType 902 UpdateAirPhysics(); in Update() 937 UpdateAirPhysics(); in Update() [all …]
|
H A D | StrafeAirMoveType.cpp | 432 UpdateAirPhysics(0.0f * lastRudderPos, lastAileronPos, lastElevatorPos, 0.0f, ZeroVector); in Update() 456 UpdateAirPhysics(0.0f, aileron, elevator, 1.0f, owner->frontdir); in Update() 540 UpdateAirPhysics(crashRudder, crashAileron, crashElevator, 0.0f, owner->frontdir); in Update() 695 UpdateAirPhysics(0.0f, aileron, elevator, 1.0f, owner->frontdir); in UpdateManeuver() 724 UpdateAirPhysics(0.0f, aileron, elevator, 1.0f, owner->frontdir); in UpdateManeuver() 732 UpdateAirPhysics(0.0f, 0.0f, 0.0f, 1.0f, owner->frontdir); in UpdateManeuver() 755 UpdateAirPhysics(0.0f, 0.0f, 0.0f, 1.0f, owner->frontdir); in UpdateAttack() 792 UpdateAirPhysics(rudder, aileron, elevator, engine, owner->frontdir); in UpdateAttack() 887 …UpdateAirPhysics(rudder * yprMults.x, aileron * yprMults.z, elevator * yprMults.y, engine, owner->… in UpdateFlying() 1065 void CStrafeAirMoveType::UpdateAirPhysics(float rudder, float aileron, float elevator, float engine… in UpdateAirPhysics() function in CStrafeAirMoveType
|
H A D | StrafeAirMoveType.h | 36 void UpdateAirPhysics(
|
H A D | HoverAirMoveType.h | 52 void UpdateAirPhysics();
|