]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commit
Fix flags and naming of Q3BSP curve collision cvars, related tidying
authorbones_was_here <bones_was_here@xonotic.au>
Sat, 22 Jul 2023 06:12:52 +0000 (16:12 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Sat, 22 Jul 2023 06:12:52 +0000 (16:12 +1000)
commit958e7eae2b84003389fe14c1f81f9708c10b7400
tree2efefe1af46454f561489ff623afca60e128f2f2
parenta0529d85b0c364ef3e807675defb2036c0f3f837
Fix flags and naming of Q3BSP curve collision cvars, related tidying

r_subdivisions_collision* were marked as client-only, so not registering
them in the dedicated server in 3a58ad52e63635c93e95955f984fd6052156e56b
broke Q3BSP curve collisions.  Renamed to mod_q3bsp_curves_subdivisions*
for consistency.

Removed 3 obsolete mod_q3bsp cvars, moved r_fxaa to gl_rmain.c

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
gl_rmain.c
model_brush.c