]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commit
initial CTS Cup commit
authordrjaska <drjaska83@gmail.com>
Thu, 5 May 2022 10:58:15 +0000 (13:58 +0300)
committerdrjaska <drjaska83@gmail.com>
Thu, 5 May 2022 10:58:15 +0000 (13:58 +0300)
commitafc76d1e18ae5aebb9051a4c33b84a6f2c55dc26
tree7e26317dca104dd6356a09f4ca65e2a435d10687
parent0accece6024e8461485970785036b30a9319e5c3
initial CTS Cup commit
copypasted CTS files, made a few cts functions and autocvar's public so they can be used by cts cup to avoid duplication
13 files changed:
qcsrc/common/gamemodes/gamemode/_mod.inc
qcsrc/common/gamemodes/gamemode/_mod.qh
qcsrc/common/gamemodes/gamemode/cts/sv_cts.qc
qcsrc/common/gamemodes/gamemode/cts/sv_cts.qh
qcsrc/common/gamemodes/gamemode/ctscup/TODO.txt [new file with mode: 0644]
qcsrc/common/gamemodes/gamemode/ctscup/_mod.inc [new file with mode: 0644]
qcsrc/common/gamemodes/gamemode/ctscup/_mod.qh [new file with mode: 0644]
qcsrc/common/gamemodes/gamemode/ctscup/cl_ctscup.qc [new file with mode: 0644]
qcsrc/common/gamemodes/gamemode/ctscup/cl_ctscup.qh [new file with mode: 0644]
qcsrc/common/gamemodes/gamemode/ctscup/ctscup.qc [new file with mode: 0644]
qcsrc/common/gamemodes/gamemode/ctscup/ctscup.qh [new file with mode: 0644]
qcsrc/common/gamemodes/gamemode/ctscup/sv_ctscup.qc [new file with mode: 0644]
qcsrc/common/gamemodes/gamemode/ctscup/sv_ctscup.qh [new file with mode: 0644]