From: z411 Date: Sun, 30 Oct 2022 16:48:47 +0000 (-0300) Subject: Merge branch 'z411/ca-prevent-observer' into z411/bai-server X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c1b31d302a7d08160615f9b2ebef2b4faa0a1f05;p=xonotic%2Fxonotic-data.pk3dir.git Merge branch 'z411/ca-prevent-observer' into z411/bai-server --- c1b31d302a7d08160615f9b2ebef2b4faa0a1f05 diff --cc qcsrc/server/world.qh index 1908c8d1f,57b240d2a..6ec6ccccc --- a/qcsrc/server/world.qh +++ b/qcsrc/server/world.qh @@@ -170,12 -162,7 +170,14 @@@ void readlevelcvars() .vector dropped_origin; void droptofloor(entity this); +/* z411 for RJZ */ +bool autocvar_rjz_count_shards = false; +bool autocvar_rjz_ranks = false; +int total_shards = 0; +void send_TotalShards(entity to); +void send_TotalShardsAll(); + IntrusiveList g_moveables; STATIC_INIT(g_moveables) { g_moveables = IL_NEW(); } + + bool observe_blocked_if_eliminated = false; // forbids eliminated players from observing