Xonotic
|
Go to the source code of this file.
Functions | |
void | HUD_Physics () |
void | HUD_Physics_Export (int fh) |
Variables | |
float | acc_avg |
vector | acc_prevspeed |
float | acc_prevtime |
float | discrete_acceleration |
float | discrete_speed |
float | physics_update_time |
float | top_speed |
float | top_speed_time |
void HUD_Physics | ( | ) |
Definition at line 31 of file physics.qc.
References acc_avg, acc_prevspeed, acc_prevtime, autocvar__hud_configure, autocvar_hud_panel_physics, autocvar_hud_panel_physics_acceleration_max, autocvar_hud_panel_physics_acceleration_movingaverage, autocvar_hud_panel_physics_acceleration_progressbar_mode, autocvar_hud_panel_physics_acceleration_progressbar_nonlinear, autocvar_hud_panel_physics_acceleration_progressbar_scale, autocvar_hud_panel_physics_acceleration_vertical, autocvar_hud_panel_physics_baralign, autocvar_hud_panel_physics_dynamichud, autocvar_hud_panel_physics_flip, autocvar_hud_panel_physics_progressbar, autocvar_hud_panel_physics_speed_max, autocvar_hud_panel_physics_speed_unit, autocvar_hud_panel_physics_speed_unit_show, autocvar_hud_panel_physics_speed_vertical, autocvar_hud_panel_physics_text, autocvar_hud_panel_physics_text_scale, autocvar_hud_panel_physics_topspeed, autocvar_hud_panel_physics_topspeed_time, autocvar_hud_panel_physics_update_interval, autocvar_hud_progressbar_acceleration_color, autocvar_hud_progressbar_acceleration_neg_color, autocvar_hud_progressbar_alpha, autocvar_hud_progressbar_speed_color, bound(), cos(), csqcplayer, discrete_acceleration, discrete_speed, draw_beginBoldFont, draw_endBoldFont, drawfill(), DRAWFLAG_NORMAL, drawstring_aspect(), eX, eY, floor(), ftos(), ftos_decimals(), GetSpeedUnit(), GetSpeedUnitFactor(), HUD_Panel_DrawBg, HUD_Panel_DrawProgressBar(), HUD_Panel_LoadCvars(), HUD_Scale_Disable(), HUD_Scale_Enable(), max(), min(), MUTATOR_CALLHOOK, panel_bg_padding, panel_fg_alpha, panel_pos, panel_size, physics_update_time, PI, pmove_vel, spectatee_status, speed, sqrt(), strcat(), time, top_speed, top_speed_time, vector(), and vlen().
float acc_avg |
Definition at line 29 of file physics.qc.
Referenced by HUD_Physics().
vector acc_prevspeed |
Definition at line 28 of file physics.qc.
Referenced by HUD_Physics().
float acc_prevtime |
Definition at line 29 of file physics.qc.
Referenced by HUD_Physics().
float discrete_acceleration |
Definition at line 30 of file physics.qc.
Referenced by HUD_Physics().
float discrete_speed |
Definition at line 30 of file physics.qc.
Referenced by HUD_Physics().
float physics_update_time |
Definition at line 30 of file physics.qc.
Referenced by HUD_Physics().
float top_speed |
Definition at line 29 of file physics.qc.
Referenced by HUD_Physics().
float top_speed_time |
Definition at line 29 of file physics.qc.
Referenced by HUD_Physics().