|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "../panel.qh"Go to the source code of this file.
| const float ACCEL2GRAV = 0.00259007918096393775 |
Definition at line 54 of file physics.qh.
Referenced by HUD_Physics().
| bool autocvar_hud_panel_physics |
Definition at line 4 of file physics.qh.
Referenced by HUD_Physics().
| float autocvar_hud_panel_physics_acceleration_max |
Definition at line 9 of file physics.qh.
Referenced by HUD_Physics().
| float autocvar_hud_panel_physics_acceleration_max_slick = -1 |
Definition at line 10 of file physics.qh.
Referenced by HUD_Physics().
| float autocvar_hud_panel_physics_acceleration_movingaverage = 1 |
Definition at line 5 of file physics.qh.
Referenced by HUD_Physics().
| int autocvar_hud_panel_physics_acceleration_progressbar_mode |
Definition at line 6 of file physics.qh.
Referenced by HUD_Physics().
| bool autocvar_hud_panel_physics_acceleration_progressbar_nonlinear |
Definition at line 8 of file physics.qh.
Referenced by HUD_Physics().
| float autocvar_hud_panel_physics_acceleration_progressbar_scale |
Definition at line 7 of file physics.qh.
Referenced by HUD_Physics().
| bool autocvar_hud_panel_physics_acceleration_vertical |
Definition at line 13 of file physics.qh.
Referenced by HUD_Physics().
| int autocvar_hud_panel_physics_baralign |
Definition at line 14 of file physics.qh.
Referenced by HUD_Physics().
Definition at line 16 of file physics.qh.
Referenced by HUD_Physics().
| bool autocvar_hud_panel_physics_flip |
Definition at line 15 of file physics.qh.
Referenced by HUD_Physics().
| int autocvar_hud_panel_physics_force_layout |
Definition at line 27 of file physics.qh.
Referenced by HUD_Physics().
| bool autocvar_hud_panel_physics_jumpspeed |
Definition at line 25 of file physics.qh.
Referenced by HUD_Physics().
| float autocvar_hud_panel_physics_jumpspeed_time = 1 |
Definition at line 26 of file physics.qh.
Referenced by HUD_Physics().
| int autocvar_hud_panel_physics_progressbar |
Definition at line 12 of file physics.qh.
Referenced by HUD_Physics().
| bool autocvar_hud_panel_physics_speed_colored |
Definition at line 20 of file physics.qh.
Referenced by HUD_Physics().
| float autocvar_hud_panel_physics_speed_max |
Definition at line 17 of file physics.qh.
Referenced by HUD_Physics().
| bool autocvar_hud_panel_physics_speed_unit_show |
Definition at line 18 of file physics.qh.
Referenced by HUD_Physics().
| bool autocvar_hud_panel_physics_speed_vertical |
Definition at line 19 of file physics.qh.
Referenced by HUD_Physics().
| int autocvar_hud_panel_physics_text |
Definition at line 21 of file physics.qh.
Referenced by HUD_Physics().
| float autocvar_hud_panel_physics_text_scale |
Definition at line 22 of file physics.qh.
Referenced by HUD_Physics().
| bool autocvar_hud_panel_physics_topspeed |
Definition at line 23 of file physics.qh.
Referenced by HUD_Physics().
| float autocvar_hud_panel_physics_topspeed_time |
Definition at line 24 of file physics.qh.
Referenced by HUD_Physics().
| float autocvar_hud_panel_physics_update_interval |
Definition at line 11 of file physics.qh.
Referenced by HUD_Physics().
| vector autocvar_hud_progressbar_acceleration_color |
Definition at line 29 of file physics.qh.
Referenced by HUD_Checkpoints(), HUD_Physics(), and HUD_RaceTimer().
| vector autocvar_hud_progressbar_acceleration_neg_color |
Definition at line 30 of file physics.qh.
Referenced by HUD_Checkpoints(), HUD_Physics(), and HUD_RaceTimer().
| vector autocvar_hud_progressbar_speed_color |
Definition at line 31 of file physics.qh.
Referenced by HUD_Physics().
| const int PHYSICS_BARALIGN_CENTER = 4 |
Definition at line 37 of file physics.qh.
Referenced by HUD_Physics().
| const int PHYSICS_BARALIGN_LEFT = 0 |
Definition at line 33 of file physics.qh.
| const int PHYSICS_BARALIGN_ONLY_LEFT = 2 |
Definition at line 35 of file physics.qh.
Referenced by HUD_Physics().
| const int PHYSICS_BARALIGN_ONLY_RIGHT = 3 |
Definition at line 36 of file physics.qh.
Referenced by HUD_Physics().
| const int PHYSICS_BARALIGN_RIGHT = 1 |
Definition at line 34 of file physics.qh.
Referenced by HUD_Physics().
| const int PHYSICS_LAYOUT_AUTOMATIC = 0 |
Definition at line 49 of file physics.qh.
| const int PHYSICS_LAYOUT_HORIZONTAL = 1 |
Definition at line 50 of file physics.qh.
Referenced by HUD_Physics().
| const int PHYSICS_LAYOUT_VERTICAL = 2 |
Definition at line 51 of file physics.qh.
Referenced by HUD_Physics().
| const int PHYSICS_PROGRESSBAR_ACCEL = 3 |
Definition at line 42 of file physics.qh.
Referenced by HUD_Physics().
| const int PHYSICS_PROGRESSBAR_BOTH = 1 |
Definition at line 40 of file physics.qh.
Referenced by HUD_Physics().
| const int PHYSICS_PROGRESSBAR_NONE = 0 |
Definition at line 39 of file physics.qh.
| const int PHYSICS_PROGRESSBAR_SPEED = 2 |
Definition at line 41 of file physics.qh.
Referenced by HUD_Physics().
| const int PHYSICS_TEXT_ACCEL = 3 |
Definition at line 47 of file physics.qh.
Referenced by HUD_Physics().
| const int PHYSICS_TEXT_BOTH = 1 |
Definition at line 45 of file physics.qh.
Referenced by HUD_Physics().
| const int PHYSICS_TEXT_NONE = 0 |
Definition at line 44 of file physics.qh.
| const int PHYSICS_TEXT_SPEED = 2 |
Definition at line 46 of file physics.qh.
Referenced by HUD_Physics().