|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "physics.qh"Go to the source code of this file.
Functions | |
| STATIC_INIT (sys_phys) | |
| void | sys_phys_ai (entity this) |
| void | sys_phys_fix (entity this, float dt) |
| void | sys_phys_fixspeed (entity this, float maxspeed_mod) |
| void | sys_phys_land (entity this) |
| void | sys_phys_monitor (entity this, float dt) |
| bool | sys_phys_override (entity this, float dt) |
| void | sys_phys_pregame_hold (entity this) |
| void | sys_phys_spectator_control (entity this) |
Variables | |
| float | autocvar_sv_spectator_speed_multiplier |
| float | autocvar_sv_spectator_speed_multiplier_max = 5 |
| float | autocvar_sv_spectator_speed_multiplier_min = 1 |
| STATIC_INIT | ( | sys_phys | ) |
Definition at line 142 of file sv_physics.qc.
References entity(), new_pure, subscribe, and sys_phys_land().
Definition at line 42 of file sv_physics.qc.
References bot_think(), entity(), and IS_BOT_CLIENT.
Definition at line 7 of file sv_physics.qc.
References entity(), Physics_UpdateStats(), PM_ClientMovement_UpdateStatus(), and WarpZone_PlayerPhysics_FixVAngle().
Definition at line 106 of file sv_physics.qc.
References autocvar_sv_jumpspeedcap_max, autocvar_sv_jumpspeedcap_min, entity(), ftos(), max(), PHYS_MAXAIRSPEED, PHYS_MAXSPEED, speed, strcat(), and stuffcmd.
Definition at line 131 of file sv_physics.qc.
References autocvar_speedmeter, entity(), jumppadcount, LOG_TRACEF, velocity, and vlen().
Referenced by STATIC_INIT().
Definition at line 27 of file sv_physics.qc.
References anticheat_physics(), buttons_old, CS(), entity(), movement, movement_old, PHYS_INPUT_BUTTON_CHAT, PHYS_INPUT_BUTTON_MASK, PM_check_punch(), time, v_angle, and v_angle_old.
Definition at line 14 of file sv_physics.qc.
References CS(), entity(), PHYS_INPUT_BUTTON_MASK, PM_check_specialcommand(), and time.
Definition at line 49 of file sv_physics.qc.
References disableclientprediction, entity(), game_starttime, game_stopped, IS_PLAYER, move_movetype, MOVETYPE_NONE, MOVETYPE_WALK, set_movetype(), time, and velocity.
Definition at line 68 of file sv_physics.qc.
References autocvar_sv_spectator_speed_multiplier, autocvar_sv_spectator_speed_multiplier_max, autocvar_sv_spectator_speed_multiplier_min, bound(), CS(), entity(), impulse, lastclassname, STAT, and STR_PLAYER.
| float autocvar_sv_spectator_speed_multiplier |
Definition at line 3 of file sv_physics.qc.
Referenced by sys_phys_spectator_control().
| float autocvar_sv_spectator_speed_multiplier_max = 5 |
Definition at line 5 of file sv_physics.qc.
Referenced by sys_phys_spectator_control().
| float autocvar_sv_spectator_speed_multiplier_min = 1 |
Definition at line 4 of file sv_physics.qc.
Referenced by sys_phys_spectator_control().