From: Mario Date: Thu, 16 Jul 2020 08:09:48 +0000 (+1000) Subject: Increase net_slist_queriespersecond to 60 and fix compilation unit test X-Git-Tag: xonotic-v0.8.5~863 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=c5a6677ed91d740063a36f0def631e9058b7ac66 Increase net_slist_queriespersecond to 60 and fix compilation unit test --- diff --git a/qcsrc/common/gamemodes/gamemode/ctf/sv_ctf.qh b/qcsrc/common/gamemodes/gamemode/ctf/sv_ctf.qh index b1518bd4fc..4cffb0c488 100644 --- a/qcsrc/common/gamemodes/gamemode/ctf/sv_ctf.qh +++ b/qcsrc/common/gamemodes/gamemode/ctf/sv_ctf.qh @@ -2,6 +2,8 @@ #include "ctf.qh" +#include + void ctf_Initialize(); REGISTER_MUTATOR(ctf, false) diff --git a/xonotic-client.cfg b/xonotic-client.cfg index cab4d561f2..17224b2220 100644 --- a/xonotic-client.cfg +++ b/xonotic-client.cfg @@ -171,6 +171,7 @@ v_kicktime 0 // how long damage kicks of the view last, default is 0 seconds gl_polyblend 0 // whether to use screen tints, this has now been replaced by a better system in CSQC r_motionblur 0 // motion blur value, default is 0 r_damageblur 0 // motion blur when damaged, default is 0 (removed in Xonotic) +net_slist_queriespersecond 60 // to be reduced if any major issues arise (ping times increased etc.) r_bloom_blur 4 r_bloom_brighten 2