Xonotic
|
#include "../panel.qh"
Go to the source code of this file.
Functions | |
string | GetLengthUnit (int) |
float | GetLengthUnitFactor (int) |
void | HUD_Panel_DrawStrafeHUD (float, float, vector, float, int, int) |
void | StrafeHUD_drawGradient (vector, vector, vector, float, float, float, float, int) |
vector | StrafeHUD_mixColors (vector, vector, float) |
Definition at line 873 of file strafehud.qc.
References strcat().
Referenced by HUD_StrafeHUD().
Definition at line 860 of file strafehud.qc.
Referenced by HUD_StrafeHUD().
Definition at line 749 of file strafehud.qc.
References autocvar_hud_panel_strafehud_bar_neutral_color, direction, drawfill(), DRAWFLAG_NORMAL, eX, fabs(), hidden_width, HUD_Panel_DrawProgressBar(), max(), min(), panel_pos, panel_size, size, StrafeHUD_drawGradient(), and vector().
Referenced by HUD_StrafeHUD().
Definition at line 836 of file strafehud.qc.
References autocvar_hud_panel_strafehud_bar_neutral_alpha, bound(), drawfill(), DRAWFLAG_NORMAL, eX, panel_pos, size, StrafeHUD_mixColors(), and vector().
Referenced by HUD_Panel_DrawStrafeHUD().
Definition at line 825 of file strafehud.qc.
References vector().
Referenced by HUD_StrafeHUD(), and StrafeHUD_drawGradient().
Definition at line 5 of file strafehud.qh.
Referenced by HUD_StrafeHUD().
int autocvar_hud_panel_strafehud = 3 |
Definition at line 4 of file strafehud.qh.
Referenced by HUD_StrafeHUD().
vector autocvar_hud_panel_strafehud_angle_accel_color = '0 1 1' |
Definition at line 22 of file strafehud.qh.
Referenced by HUD_StrafeHUD().
float autocvar_hud_panel_strafehud_angle_alpha = 0.8 |
Definition at line 18 of file strafehud.qh.
Referenced by HUD_StrafeHUD().
float autocvar_hud_panel_strafehud_angle_height = 1.5 |
Definition at line 19 of file strafehud.qh.
Referenced by HUD_StrafeHUD().
vector autocvar_hud_panel_strafehud_angle_neutral_color = '1 1 0' |
Definition at line 21 of file strafehud.qh.
Referenced by HUD_StrafeHUD().
vector autocvar_hud_panel_strafehud_angle_overturn_color = '1 0 1' |
Definition at line 23 of file strafehud.qh.
Referenced by HUD_StrafeHUD().
float autocvar_hud_panel_strafehud_angle_width = 0.005 |
Definition at line 20 of file strafehud.qh.
Referenced by HUD_StrafeHUD().
float autocvar_hud_panel_strafehud_antiflicker_angle = 0.01 |
Definition at line 50 of file strafehud.qh.
Referenced by HUD_StrafeHUD().
float autocvar_hud_panel_strafehud_antiflicker_speed = 0.0001 |
Definition at line 51 of file strafehud.qh.
Referenced by HUD_StrafeHUD().
float autocvar_hud_panel_strafehud_bar_accel_alpha = 0.3 |
Definition at line 15 of file strafehud.qh.
Referenced by HUD_StrafeHUD().
vector autocvar_hud_panel_strafehud_bar_accel_color = '0 1 0' |
Definition at line 14 of file strafehud.qh.
Referenced by HUD_StrafeHUD().
float autocvar_hud_panel_strafehud_bar_neutral_alpha = 0.3 |
Definition at line 13 of file strafehud.qh.
Referenced by HUD_StrafeHUD(), and StrafeHUD_drawGradient().
vector autocvar_hud_panel_strafehud_bar_neutral_color = '1 1 1' |
Definition at line 12 of file strafehud.qh.
Referenced by HUD_Panel_DrawStrafeHUD(), and HUD_StrafeHUD().
float autocvar_hud_panel_strafehud_bar_overturn_alpha = 0.3 |
Definition at line 17 of file strafehud.qh.
Referenced by HUD_StrafeHUD().
vector autocvar_hud_panel_strafehud_bar_overturn_color = '1 0 1' |
Definition at line 16 of file strafehud.qh.
Referenced by HUD_StrafeHUD().
float autocvar_hud_panel_strafehud_direction_alpha = 1 |
Definition at line 31 of file strafehud.qh.
Referenced by HUD_StrafeHUD().
vector autocvar_hud_panel_strafehud_direction_color = '0 0.5 1' |
Definition at line 30 of file strafehud.qh.
Referenced by HUD_StrafeHUD().
float autocvar_hud_panel_strafehud_direction_length = 0.02 |
Definition at line 33 of file strafehud.qh.
Referenced by HUD_StrafeHUD().
float autocvar_hud_panel_strafehud_direction_width = 0.25 |
Definition at line 32 of file strafehud.qh.
Referenced by HUD_StrafeHUD().
Definition at line 6 of file strafehud.qh.
Referenced by HUD_StrafeHUD().
vector autocvar_hud_panel_strafehud_jumpheight_color = '0 1 0.75' |
Definition at line 44 of file strafehud.qh.
Referenced by HUD_StrafeHUD().
float autocvar_hud_panel_strafehud_jumpheight_fade = 0 |
Definition at line 42 of file strafehud.qh.
Referenced by HUD_StrafeHUD().
float autocvar_hud_panel_strafehud_jumpheight_min = 50 |
Definition at line 43 of file strafehud.qh.
Referenced by HUD_StrafeHUD().
float autocvar_hud_panel_strafehud_jumpheight_size = 1.5 |
Definition at line 45 of file strafehud.qh.
Referenced by HUD_StrafeHUD().
int autocvar_hud_panel_strafehud_mode = 0 |
Definition at line 7 of file strafehud.qh.
Referenced by HUD_StrafeHUD().
float autocvar_hud_panel_strafehud_range = 0 |
Definition at line 8 of file strafehud.qh.
Referenced by HUD_StrafeHUD().
float autocvar_hud_panel_strafehud_slickdetector_alpha = 0.5 |
Definition at line 37 of file strafehud.qh.
Referenced by HUD_StrafeHUD().
vector autocvar_hud_panel_strafehud_slickdetector_color = '0 1 1' |
Definition at line 36 of file strafehud.qh.
Referenced by HUD_StrafeHUD().
int autocvar_hud_panel_strafehud_slickdetector_granularity = 2 |
Definition at line 35 of file strafehud.qh.
Referenced by HUD_StrafeHUD().
float autocvar_hud_panel_strafehud_slickdetector_height = 0.125 |
Definition at line 38 of file strafehud.qh.
Referenced by HUD_StrafeHUD().
float autocvar_hud_panel_strafehud_slickdetector_range = 0 |
Definition at line 34 of file strafehud.qh.
Referenced by HUD_StrafeHUD().
vector autocvar_hud_panel_strafehud_startspeed_color = '1 0.75 0' |
Definition at line 40 of file strafehud.qh.
Referenced by HUD_StrafeHUD().
float autocvar_hud_panel_strafehud_startspeed_fade = 0 |
Definition at line 39 of file strafehud.qh.
Referenced by HUD_StrafeHUD().
float autocvar_hud_panel_strafehud_startspeed_size = 1.5 |
Definition at line 41 of file strafehud.qh.
Referenced by HUD_StrafeHUD().
int autocvar_hud_panel_strafehud_style = 1 |
Definition at line 9 of file strafehud.qh.
Referenced by HUD_StrafeHUD().
float autocvar_hud_panel_strafehud_switch_active_alpha = 1 |
Definition at line 26 of file strafehud.qh.
Referenced by HUD_StrafeHUD().
vector autocvar_hud_panel_strafehud_switch_active_color = '0 1 0' |
Definition at line 25 of file strafehud.qh.
Referenced by HUD_StrafeHUD().
float autocvar_hud_panel_strafehud_switch_inactive_alpha = 1 |
Definition at line 28 of file strafehud.qh.
Referenced by HUD_StrafeHUD().
vector autocvar_hud_panel_strafehud_switch_inactive_color = '1 1 0' |
Definition at line 27 of file strafehud.qh.
Referenced by HUD_StrafeHUD().
float autocvar_hud_panel_strafehud_switch_minspeed = -1 |
Definition at line 24 of file strafehud.qh.
Referenced by HUD_StrafeHUD().
float autocvar_hud_panel_strafehud_switch_width = 0.0075 |
Definition at line 29 of file strafehud.qh.
Referenced by HUD_StrafeHUD().
float autocvar_hud_panel_strafehud_timeout_air = 0.1 |
Definition at line 46 of file strafehud.qh.
Referenced by HUD_StrafeHUD().
float autocvar_hud_panel_strafehud_timeout_direction = 0.5 |
Definition at line 49 of file strafehud.qh.
Referenced by HUD_StrafeHUD().
float autocvar_hud_panel_strafehud_timeout_ground = 0.03333333 |
Definition at line 47 of file strafehud.qh.
Referenced by HUD_StrafeHUD().
float autocvar_hud_panel_strafehud_timeout_turn = 0.1 |
Definition at line 48 of file strafehud.qh.
Referenced by HUD_StrafeHUD().
int autocvar_hud_panel_strafehud_unit = 1 |
Definition at line 10 of file strafehud.qh.
Referenced by HUD_StrafeHUD().
Definition at line 11 of file strafehud.qh.
Referenced by HUD_StrafeHUD().