X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fautocvars.qh;h=919cf031ebed7ab7b412eb2b54e623500d5ac7e9;hb=b9d31ef4dc4c897713b9b7bd211b04142353a091;hp=9f769cc282b1864e59618b860dd1548f45e1a8fa;hpb=81eb9e150cf5398ec70c90e1248fc3c24dee3639;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/autocvars.qh b/qcsrc/client/autocvars.qh index 9f769cc28..919cf031e 100644 --- a/qcsrc/client/autocvars.qh +++ b/qcsrc/client/autocvars.qh @@ -246,16 +246,6 @@ float autocvar_hud_panel_healtharmor_progressbar_gfx_damage; float autocvar_hud_panel_healtharmor_progressbar_gfx_lowhealth; float autocvar_hud_panel_healtharmor_progressbar_gfx_smooth; int autocvar_hud_panel_healtharmor_text; -int autocvar_hud_panel_itemstime = 2; -float autocvar_hud_panel_itemstime_dynamicsize = 1; -float autocvar_hud_panel_itemstime_ratio = 2; -int autocvar_hud_panel_itemstime_iconalign; -bool autocvar_hud_panel_itemstime_progressbar = 0; -float autocvar_hud_panel_itemstime_progressbar_maxtime = 30; -string autocvar_hud_panel_itemstime_progressbar_name = "progressbar"; -float autocvar_hud_panel_itemstime_progressbar_reduced; -bool autocvar_hud_panel_itemstime_hidespawned = 1; -int autocvar_hud_panel_itemstime_text = 1; bool autocvar_hud_panel_infomessages; bool autocvar_hud_panel_infomessages_flip; bool autocvar_hud_panel_modicons; @@ -295,6 +285,9 @@ bool autocvar_hud_panel_powerups_text; int autocvar_hud_panel_pressedkeys; float autocvar_hud_panel_pressedkeys_aspect; bool autocvar_hud_panel_pressedkeys_attack; +float autocvar_hud_panel_quickmenu_translatecommands; +string autocvar_hud_panel_quickmenu_file; +float autocvar_hud_panel_quickmenu_time; bool autocvar_hud_panel_racetimer; int autocvar_hud_panel_radar; float autocvar_hud_panel_radar_foreground_alpha; @@ -343,6 +336,8 @@ float autocvar_hud_panel_weapons_timeout_fadebgmin; float autocvar_hud_panel_weapons_timeout_fadefgmin; float autocvar_hud_panel_weapons_timeout_speed_in = 0.25; float autocvar_hud_panel_weapons_timeout_speed_out = 0.75; +//float autocvar_hud_panel_quickmenu; +float autocvar_hud_panel_quickmenu_align; vector autocvar_hud_progressbar_acceleration_color; vector autocvar_hud_progressbar_acceleration_neg_color; float autocvar_hud_progressbar_alpha; @@ -461,4 +456,5 @@ vector autocvar_crosshair_rpc_color = '0.2 1.0 0.2'; float autocvar_crosshair_rpc_alpha = 1; float autocvar_crosshair_rpc_size = 1; int autocvar_cl_nade_timer; +bool autocvar_cl_items_nofade; #endif