X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fprogs.src;h=28736e6cdb279f2ff0ee8762b8520f18cc7018ba;hp=59b8f5260de6635e6301a9297c21fad06f151bee;hb=94a967120c8bfe0d4ffd95690b97e5af297dfc05;hpb=3b8ace6c8441fe98d468b9fcfab94c05f09ae3c2 diff --git a/qcsrc/server/progs.src b/qcsrc/server/progs.src index 59b8f5260d..28736e6cdb 100644 --- a/qcsrc/server/progs.src +++ b/qcsrc/server/progs.src @@ -35,6 +35,8 @@ defs.qh // Should rename this, it has fields and globals mutators/base.qh mutators/mutators.qh +mutators/gamemode_arena.qh +mutators/gamemode_ca.qh mutators/gamemode_ctf.qh mutators/gamemode_domination.qh mutators/gamemode_keyhunt.qh // TODO fix this @@ -86,6 +88,8 @@ antilag.qh playerdemo.qh +round_handler.qh + // singleplayer stuff item_key.qh secret.qh @@ -103,7 +107,6 @@ g_subs.qc g_tetris.qc //runematch.qc -arena.qc g_violence.qc g_damage.qc @@ -212,9 +215,13 @@ anticheat.qc cheats.qc playerstats.qc +round_handler.qc + ../common/explosion_equation.qc mutators/base.qc +mutators/gamemode_arena.qc +mutators/gamemode_ca.qc mutators/gamemode_ctf.qc mutators/gamemode_domination.qc mutators/gamemode_freezetag.qc