From: bones_was_here Date: Mon, 17 Jul 2023 09:45:23 +0000 (+1000) Subject: mod_bsp_portalize: remove from dedicated server, update description X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=5b815920a001de04c6f17caf512814f9914375b5;p=xonotic%2Fdarkplaces.git mod_bsp_portalize: remove from dedicated server, update description sv_cullentities_portal was removed in d3b158411b1d81181e05f750d9a7b0b2268438e2 so the server has no use for it now. --- diff --git a/model_brush.c b/model_brush.c index e03c2b58..bfed5571 100644 --- a/model_brush.c +++ b/model_brush.c @@ -27,7 +27,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. //cvar_t r_subdivide_size = {CF_CLIENT | CF_ARCHIVE, "r_subdivide_size", "128", "how large water polygons should be (smaller values produce more polygons which give better warping effects)"}; -cvar_t mod_bsp_portalize = {CF_CLIENT | CF_SERVER, "mod_bsp_portalize", "1", "enables portal generation from BSP tree (may take several seconds per map), used by r_drawportals, r_useportalculling, r_shadow_realtime_world_compileportalculling, sv_cullentities_portal"}; +cvar_t mod_bsp_portalize = {CF_CLIENT, "mod_bsp_portalize", "1", "enables portal generation from BSP tree (may take several seconds per map), used by r_drawportals, r_useportalculling, r_shadow_realtime_dlight_portalculling, r_shadow_realtime_world_compileportalculling"}; cvar_t r_novis = {CF_CLIENT, "r_novis", "0", "draws whole level, see also sv_cullentities_pvs 0"}; cvar_t r_nosurftextures = {CF_CLIENT, "r_nosurftextures", "0", "pretends there was no texture lump found in the q1bsp/hlbsp loading (useful for debugging this rare case)"}; cvar_t r_subdivisions_tolerance = {CF_CLIENT, "r_subdivisions_tolerance", "4", "maximum error tolerance on curve subdivision for rendering purposes (in other words, the curves will be given as many polygons as necessary to represent curves at this quality)"};