From b50ff29e4f6879b286d3c2bc14a0f78e5458ec97 Mon Sep 17 00:00:00 2001 From: Samual Date: Tue, 18 Jan 2011 19:56:32 -0500 Subject: [PATCH] Update some cvars and comments --- defaultXonotic.cfg | 4 ++-- qcsrc/client/View.qc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index b7461bd6a..d2e91235e 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -1428,7 +1428,7 @@ seta hud_showbinds_limit 2 "maximum number of bound keys to show for a command. seta hud_colorflash_alpha 0.5 "starting alpha of the color flash" -seta hud_damage 0.55 "an improved version of gl_polyblend for damage, draw an image or blur instead when hurt" +seta hud_damage 0.55 "an improved version of gl_polyblend for damage, draw an image instead when hurt" seta hud_damage_gentle_alpha_multiplier 0.10 "how much to multiply alpha of flash when using the cl_gentle version, it's much more opaque than the non-gentle version" seta hud_damage_gentle_color "1 0.7 1" "color of flash for cl_gentle version" seta hud_damage_color "1 0 0" "color of flash" @@ -1441,7 +1441,7 @@ seta hud_damage_pain_threshold_lower_health 50 "at which health we start lowerin seta hud_damage_pain_threshold_pulsating_min 0.6 "minimum value when calculating the pulse: max(pulsating_min, fabs(sin(PI * time / period))" seta hud_damage_pain_threshold_pulsating_period 0.8 "one pulse every X seconds" -seta hud_contents 1 "an improved version of gl_polyblend for liquids such as water/lava/slime, draw a filler or blur when inside the liquid" +seta hud_contents 1 "an improved version of gl_polyblend for liquids such as water/lava/slime, draw a filler when inside the liquid" seta hud_contents_factor 1 "factor at which to multiply the current faded value." seta hud_contents_fadeintime 0.02 "factor of time it takes for the alpha level to reach normal value when entering the liquid" seta hud_contents_fadeouttime 0.1 "factor of time it takes for the alpha level to reach normal value when leaving the liquid" diff --git a/qcsrc/client/View.qc b/qcsrc/client/View.qc index 8a479a992..d3bbf79cb 100644 --- a/qcsrc/client/View.qc +++ b/qcsrc/client/View.qc @@ -673,7 +673,7 @@ void CSQC_UpdateView(float w, float h) } - // improved polyblend with post processing effects + // improved polyblend vector rgb; if(autocvar_hud_contents) { -- 2.39.2