]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commit
Add Survival, a gamemode where randomly selected hunters must frag all the survivors...
authorMario <mario.mario@y7mail.com>
Tue, 9 May 2023 09:12:52 +0000 (09:12 +0000)
committerbones_was_here <bones_was_here@xonotic.au>
Tue, 9 May 2023 09:12:52 +0000 (09:12 +0000)
commit55c19e57538b8309b80e536bec1e5e0e7953b616
tree79575e76146173bb5a7307b71c204ba9f69a5694
parent7138c2f85adeba2714c6a96c085f6acb9548d795
Add Survival, a gamemode where randomly selected hunters must frag all the survivors without being caught
23 files changed:
.gitlab-ci.yml
gamemodes-client.cfg
gamemodes-server.cfg
gfx/menu/luma/gametype_sv.tga [new file with mode: 0644]
gfx/menu/luminos/gametype_sv.tga [new file with mode: 0644]
gfx/menu/wickedx/gametype_sv.tga [new file with mode: 0644]
gfx/menu/xaw/gametype_sv.tga [new file with mode: 0644]
notifications.cfg
qcsrc/common/ent_cs.qc
qcsrc/common/gamemodes/gamemode/_mod.inc
qcsrc/common/gamemodes/gamemode/_mod.qh
qcsrc/common/gamemodes/gamemode/survival/_mod.inc [new file with mode: 0644]
qcsrc/common/gamemodes/gamemode/survival/_mod.qh [new file with mode: 0644]
qcsrc/common/gamemodes/gamemode/survival/cl_survival.qc [new file with mode: 0644]
qcsrc/common/gamemodes/gamemode/survival/cl_survival.qh [new file with mode: 0644]
qcsrc/common/gamemodes/gamemode/survival/survival.qc [new file with mode: 0644]
qcsrc/common/gamemodes/gamemode/survival/survival.qh [new file with mode: 0644]
qcsrc/common/gamemodes/gamemode/survival/sv_survival.qc [new file with mode: 0644]
qcsrc/common/gamemodes/gamemode/survival/sv_survival.qh [new file with mode: 0644]
qcsrc/common/notifications/all.inc
qcsrc/common/notifications/all.qh
qcsrc/common/scores.qh
qcsrc/menu/xonotic/util.qc