]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commit - qcsrc/server/world.qc
Add Team Keepaway, a teamplay variant of Keepaway where points are awarded for each...
authorMario <mario.mario@y7mail.com>
Tue, 23 May 2023 08:49:45 +0000 (08:49 +0000)
committerbones_was_here <bones_was_here@xonotic.au>
Tue, 23 May 2023 08:49:45 +0000 (08:49 +0000)
commita110ef05cf7a66dd38de4dd3b20e4ef29200c1bc
treef4664766c87430e6d1ed8cfda69b7b0a52856a9e
parent0da3e65330d39ceb70a18ac0a3767ff72124e3fa
Add Team Keepaway, a teamplay variant of Keepaway where points are awarded for each frag to the team in possession of the ball
31 files changed:
.gitlab-ci.yml
gamemodes-client.cfg
gamemodes-server.cfg
gfx/hud/default/tka_taken_blue.tga [new file with mode: 0644]
gfx/hud/default/tka_taken_pink.tga [new file with mode: 0644]
gfx/hud/default/tka_taken_red.tga [new file with mode: 0644]
gfx/hud/default/tka_taken_yellow.tga [new file with mode: 0644]
gfx/hud/luma/tka_taken_blue.tga [new file with mode: 0644]
gfx/hud/luma/tka_taken_pink.tga [new file with mode: 0644]
gfx/hud/luma/tka_taken_red.tga [new file with mode: 0644]
gfx/hud/luma/tka_taken_yellow.tga [new file with mode: 0644]
gfx/menu/luma/gametype_tka.tga [new file with mode: 0644]
gfx/menu/luminos/gametype_tka.tga [new file with mode: 0644]
gfx/menu/wickedx/gametype_tka.tga [new file with mode: 0644]
gfx/menu/xaw/gametype_tka.tga [new file with mode: 0644]
qcsrc/common/gamemodes/gamemode/_mod.inc
qcsrc/common/gamemodes/gamemode/_mod.qh
qcsrc/common/gamemodes/gamemode/keepaway/sv_keepaway.qc
qcsrc/common/gamemodes/gamemode/tka/_mod.inc [new file with mode: 0644]
qcsrc/common/gamemodes/gamemode/tka/_mod.qh [new file with mode: 0644]
qcsrc/common/gamemodes/gamemode/tka/cl_tka.qc [new file with mode: 0644]
qcsrc/common/gamemodes/gamemode/tka/cl_tka.qh [new file with mode: 0644]
qcsrc/common/gamemodes/gamemode/tka/sv_tka.qc [new file with mode: 0644]
qcsrc/common/gamemodes/gamemode/tka/sv_tka.qh [new file with mode: 0644]
qcsrc/common/gamemodes/gamemode/tka/tka.qc [new file with mode: 0644]
qcsrc/common/gamemodes/gamemode/tka/tka.qh [new file with mode: 0644]
qcsrc/common/mutators/mutator/waypoints/all.inc
qcsrc/common/scores.qh
qcsrc/common/stats.qh
qcsrc/menu/xonotic/util.qc
qcsrc/server/world.qc