]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commit - qcsrc/common/gamemodes/gamemode/clanarena/sv_clanarena.qc
Add API to handle in-game status for game modes that temporarily turn players into...
authorterencehill <piuntn@gmail.com>
Tue, 4 Jan 2022 00:27:48 +0000 (01:27 +0100)
committerterencehill <piuntn@gmail.com>
Tue, 4 Jan 2022 00:28:49 +0000 (01:28 +0100)
commit682a8916075a54a070e6e2da21278bd578de400c
tree70c1406ecedb0075fbd603220c9a421ad8078256
parent3e6905a36d1f6320a5543efe8e2e7e6b0c069cef
Add API to handle in-game status for game modes that temporarily turn players into spectators/observers when they are eliminated but keeping them "in game". Replaces caplayer and lmsplayer and the GetPlayerStatus mutator hook
14 files changed:
qcsrc/common/ent_cs.qc
qcsrc/common/gamemodes/gamemode/clanarena/sv_clanarena.qc
qcsrc/common/gamemodes/gamemode/clanarena/sv_clanarena.qh
qcsrc/common/gamemodes/gamemode/lms/sv_lms.qc
qcsrc/common/gamemodes/gamemode/lms/sv_lms.qh
qcsrc/common/gamemodes/sv_rules.qh
qcsrc/server/chat.qc
qcsrc/server/client.qc
qcsrc/server/command/cmd.qc
qcsrc/server/command/sv_cmd.qc
qcsrc/server/command/vote.qc
qcsrc/server/scores.qc
qcsrc/server/teamplay.qc
qcsrc/server/world.qc