]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove cl_cubemaps_extra
authorMario <zacjardine@y7mail.com>
Sat, 20 Dec 2014 06:22:21 +0000 (17:22 +1100)
committerMario <zacjardine@y7mail.com>
Sat, 20 Dec 2014 06:22:21 +0000 (17:22 +1100)
defaultXonotic.cfg
effects-high.cfg
effects-low.cfg
effects-med.cfg
effects-normal.cfg
effects-omg.cfg
effects-ultimate.cfg
effects-ultra.cfg
qcsrc/menu/xonotic/dialog_settings_effects.c

index 2939ddf98df7f07340feac19c4d481ed1c320e9a..7984a29d63082b767c7f5121c41031035201198d 100644 (file)
@@ -1224,8 +1224,6 @@ volume 1
 // sucks less than the old one
 cl_decals_newsystem 1
 
-seta cl_cubemaps_extra 1
-
 set sv_q3acompat_machineshotgunswap 0 "shorthand for swapping machinegun and shotgun (for Q3A map compatibility in mapinfo files)"
 
 set g_movement_highspeed 1 "movement speed modification factor (only changes movement when above maxspeed)"
index e8b15b429044a51a763aa5e719dae53ee36af06f..a514ce5cb67d9f2eb563ff8d4220d3a510ee61f7 100644 (file)
@@ -6,7 +6,6 @@ cl_particles_quality 1.0
 cl_damageeffect 1
 cl_spawn_point_particles 1
 cl_playerdetailreduction 4.0
-cl_cubemaps_extra 1
 gl_flashblend 0
 gl_picmip -1
 mod_q3bsp_nolightmaps 0
index d079d5fc44ddc8f97e37f6206aaf293d5cc2e5a9..b7e9a98a3a7a78fa396023d1f3fe615cd4cb4c4a 100644 (file)
@@ -6,7 +6,6 @@ cl_particles_quality 0.4
 cl_damageeffect 0
 cl_spawn_point_particles 0
 cl_playerdetailreduction 4
-cl_cubemaps_extra 0
 gl_flashblend 1
 gl_picmip 1
 mod_q3bsp_nolightmaps 1
index 84df44948e2e4b602f96c4db88e07c60fefb1b3f..66eed5aa5d55dc897c6cd748848cd5ed82cb3efe 100644 (file)
@@ -6,7 +6,6 @@ cl_particles_quality 0.8
 cl_damageeffect 0
 cl_spawn_point_particles 0
 cl_playerdetailreduction 4
-cl_cubemaps_extra 0
 gl_flashblend 0
 gl_picmip 0
 mod_q3bsp_nolightmaps 0
index 27756437effdb9292acc2b070a844a6f6deea0f5..63dcd134a066f0c4255c4ad380f085249e177d0a 100644 (file)
@@ -6,7 +6,6 @@ cl_particles_quality 1.0
 cl_damageeffect 1
 cl_spawn_point_particles 1
 cl_playerdetailreduction 4
-cl_cubemaps_extra 0
 gl_flashblend 0
 gl_picmip 0
 mod_q3bsp_nolightmaps 0
index 79f2b6f1794318f208a39f0ab1a57bc51a6b6019..9018ee2c94375ba8740fa35f3357f55ff1d3cf15 100644 (file)
@@ -6,7 +6,6 @@ cl_particles_quality 0.4
 cl_damageeffect 0
 cl_spawn_point_particles 0
 cl_playerdetailreduction 4
-cl_cubemaps_extra 0
 gl_flashblend 1
 gl_picmip 1337
 mod_q3bsp_nolightmaps 1
index bbe0fcc611887c89216813ac4ff4cf18a56778f8..0cf3a899cbcebf5fa385a66ffd3fc07f326ca3c0 100644 (file)
@@ -6,7 +6,6 @@ cl_particles_quality 1.0
 cl_damageeffect 2
 cl_spawn_point_particles 1
 cl_playerdetailreduction 0
-cl_cubemaps_extra 1
 gl_flashblend 0
 gl_picmip -1
 mod_q3bsp_nolightmaps 0
index 249a13447cdcfa3a3b03e25561956701e28f3c50..5909f3b83dc956b18141d4c0111b251c60080813 100644 (file)
@@ -6,7 +6,6 @@ cl_particles_quality 1.0
 cl_damageeffect 2
 cl_spawn_point_particles 1
 cl_playerdetailreduction 0
-cl_cubemaps_extra 1
 gl_flashblend 0
 gl_picmip -1
 mod_q3bsp_nolightmaps 0
index 0fccda074996a1d02bfced56c83d9cd466c36dcf..59b4860af4c88c1051eaafc5d238b9af7e3572bb 100644 (file)
@@ -129,8 +129,6 @@ void XonoticEffectsSettingsTab_fill(entity me)
                        e.addValue(e, _("Sharp"), "1");
                        e.configureXonoticTextSliderValues(e);
                        setDependentAND(e, "vid_gl20", 1, 1, "r_water", 1, 1);
-       me.TR(me);
-               me.TD(me, 1, 2, e = makeXonoticCheckBox(0, "cl_cubemaps_extra", _("Extra reflective effects")));
        me.TR(me);
                me.TD(me, 1, 1, e = makeXonoticCheckBox(0, "cl_decals", _("Decals")));
                me.TD(me, 1, 2, e = makeXonoticCheckBox(0, "cl_decals_models", _("Decals on models")));