]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commit
implement battle royale gamemode in xonotic
authorJuhu <5894800-Juhu_@users.noreply.gitlab.com>
Mon, 17 Jan 2022 02:35:04 +0000 (03:35 +0100)
committerJuhu <5894800-Juhu_@users.noreply.gitlab.com>
Mon, 17 Jan 2022 02:35:04 +0000 (03:35 +0100)
commit7f0fc99c65ee9e5df7c293c7fb58464ff488aa98
tree7bfae8a2cb1c2fc8c3c809c437e096382bab0f6e
parent0186db45dc96a0dd45058b259e2f38f5468d3ce6
implement battle royale gamemode in xonotic
50 files changed:
_hud_descriptions.cfg
balance-mario.cfg
balance-nexuiz25.cfg
balance-overkill.cfg
balance-samual.cfg
balance-xdf.cfg
balance-xonotic.cfg
balance-xpm.cfg
gamemodes-client.cfg
gamemodes-server.cfg
hud_luma.cfg
hud_luminos.cfg
hud_luminos_minimal.cfg
hud_luminos_minimal_xhair.cfg
hud_luminos_old.cfg
hud_nexuiz.cfg
qcsrc/client/hud/panel/scoreboard.qc
qcsrc/common/deathtypes/all.inc
qcsrc/common/ent_cs.qc
qcsrc/common/gamemodes/gamemode/_mod.inc
qcsrc/common/gamemodes/gamemode/_mod.qh
qcsrc/common/gamemodes/gamemode/br/_mod.inc [new file with mode: 0644]
qcsrc/common/gamemodes/gamemode/br/_mod.qh [new file with mode: 0644]
qcsrc/common/gamemodes/gamemode/br/br.qc [new file with mode: 0644]
qcsrc/common/gamemodes/gamemode/br/br.qh [new file with mode: 0644]
qcsrc/common/gamemodes/gamemode/br/cl_br.qc [new file with mode: 0644]
qcsrc/common/gamemodes/gamemode/br/cl_br.qh [new file with mode: 0644]
qcsrc/common/gamemodes/gamemode/br/cl_ring.qc [new file with mode: 0644]
qcsrc/common/gamemodes/gamemode/br/cl_ring.qh [new file with mode: 0644]
qcsrc/common/gamemodes/gamemode/br/ring.qc [new file with mode: 0644]
qcsrc/common/gamemodes/gamemode/br/ring.qh [new file with mode: 0644]
qcsrc/common/gamemodes/gamemode/br/sv_br.qc [new file with mode: 0644]
qcsrc/common/gamemodes/gamemode/br/sv_br.qh [new file with mode: 0644]
qcsrc/common/gamemodes/gamemode/br/sv_dropship.qc [new file with mode: 0644]
qcsrc/common/gamemodes/gamemode/br/sv_dropship.qh [new file with mode: 0644]
qcsrc/common/gamemodes/gamemode/br/sv_ring.qc [new file with mode: 0644]
qcsrc/common/gamemodes/gamemode/br/sv_ring.qh [new file with mode: 0644]
qcsrc/common/gamemodes/gamemode/br/sv_squad.qc [new file with mode: 0644]
qcsrc/common/gamemodes/gamemode/br/sv_squad.qh [new file with mode: 0644]
qcsrc/common/mapinfo.qc
qcsrc/common/mutators/mutator/waypoints/all.inc
qcsrc/common/notifications/all.inc
qcsrc/common/notifications/all.qh
qcsrc/common/scores.qh
qcsrc/common/stats.qh
qcsrc/lib/csqcmodel/cl_player.qc
qcsrc/menu/xonotic/util.qc
qcsrc/server/command/cmd.qc
qcsrc/server/damage.qc
qcsrc/server/world.qc