X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fworld.qh;h=ff799e64cc529d7d406aebd5d929d12cb25b4766;hb=de73cb2cbef247dc616e02166e3b686f2d4a934b;hp=48c0e38d4966bc0232567f2b1f3b3ed6bf766775;hpb=92817ce5c199e88e5f82ca81c4a4fe24c078638e;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/world.qh b/qcsrc/server/world.qh index 48c0e38d4..ff799e64c 100644 --- a/qcsrc/server/world.qh +++ b/qcsrc/server/world.qh @@ -6,6 +6,7 @@ bool autocvar__sv_init; bool autocvar__endmatch; bool autocvar_g_use_ammunition; bool autocvar_g_jetpack; +int autocvar_g_warmup; bool autocvar_g_warmup_allguns; bool autocvar_g_warmup_allow_timeout; #define autocvar_g_weaponarena cvar_string("g_weaponarena") @@ -28,6 +29,10 @@ float autocvar_timelimit_overtime; int autocvar_timelimit_overtimes; float autocvar_timelimit_suddendeath; bool autocvar_sv_gameplayfix_droptofloorstartsolid; +bool autocvar_sv_gameplayfix_droptofloorstartsolid_nudgetocorrect; + +bool autocvar_sv_mapformat_is_quake3; +bool autocvar_sv_mapformat_is_quake2; float checkrules_equality; float checkrules_suddendeathwarning; @@ -164,3 +169,5 @@ void droptofloor(entity this); IntrusiveList g_moveables; STATIC_INIT(g_moveables) { g_moveables = IL_NEW(); } + +bool observe_blocked_if_eliminated = false; // forbids eliminated players from observing