]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Merge branch 'terencehill/hud_smooth_weapon_switch' into 'master'
authorMario <zacjardine@y7mail.com>
Wed, 8 Jun 2016 08:46:33 +0000 (08:46 +0000)
committerMario <zacjardine@y7mail.com>
Wed, 8 Jun 2016 08:46:33 +0000 (08:46 +0000)
Smooth selection change in the weapons panel, optionally with a nice lens effect

See merge request !321

1  2 
qcsrc/client/autocvars.qh

index 5b42978679d42b0dae2436762150c0c555cdcb5e,26834613cf1d7cc123d507c63f3eee3d77c72737..086dec33e0cf1eb3c51da170be52c366d736f6df
@@@ -327,6 -327,8 +327,8 @@@ float autocvar_hud_panel_weapons_label_
  bool autocvar_hud_panel_weapons_onlyowned;
  float autocvar_hud_panel_weapons_noncurrent_alpha = 1;
  float autocvar_hud_panel_weapons_noncurrent_scale = 1;
+ float autocvar_hud_panel_weapons_selection_radius = 0;
+ float autocvar_hud_panel_weapons_selection_speed = 10;
  float autocvar_hud_panel_weapons_timeout;
  int autocvar_hud_panel_weapons_timeout_effect;
  float autocvar_hud_panel_weapons_timeout_fadebgmin;
@@@ -412,6 -414,7 +414,6 @@@ float autocvar_cl_hitsound_max_pitch = 
  float autocvar_cl_hitsound_nom_damage = 25;
  float autocvar_cl_hitsound_antispam_time;
  int autocvar_cl_eventchase_death = 1;
 -int autocvar_cl_eventchase_nexball = 1;
  vector autocvar_cl_eventchase_generator_viewoffset = '0 0 80';
  float autocvar_cl_eventchase_generator_distance = 400;
  float autocvar_cl_eventchase_distance = 140;