]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commit
Implement teamplay-based variant of keepaway
authorMario <mario.mario@y7mail.com>
Sat, 18 Apr 2020 14:00:26 +0000 (00:00 +1000)
committerMario <mario.mario@y7mail.com>
Sat, 18 Apr 2020 14:00:26 +0000 (00:00 +1000)
commit6c9238ad8aaf48ab28624d27c2e8fb881bd39043
tree2355e4aba0715c484476d74a37ee9b836637a9b5
parentb2108fdf144cd75a50be6fba1d68a642f41a1531
Implement teamplay-based variant of keepaway
29 files changed:
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/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/mapinfo.qh
qcsrc/common/mutators/mutator/waypoints/all.inc
qcsrc/common/scores.qh
qcsrc/common/stats.qh
qcsrc/server/g_world.qc