X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fprogs.src;h=5ebd833f8f1d8d311756762ddc60b4064aedd63f;hb=9226d2a17f8329b6964cf4be5c5433e7e763c240;hp=71f088ba5aef0c7538300f2e10c2b096af5405d6;hpb=cfc97de2f89e06a0dd538202d4073c4aed16173e;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/progs.src b/qcsrc/server/progs.src index 71f088ba5..5ebd833f8 100644 --- a/qcsrc/server/progs.src +++ b/qcsrc/server/progs.src @@ -15,9 +15,8 @@ sys-post.qh ../common/constants.qh ../common/teams.qh ../common/util.qh +../common/counting.qh ../common/items.qh -../common/deathtypes.qh -../common/notifications.qh ../common/explosion_equation.qh ../common/urllib.qh ../common/command/markup.qh @@ -25,18 +24,26 @@ sys-post.qh ../common/command/generic.qh ../common/command/shared_defs.qh ../common/net_notice.qh +../common/animdecide.qh autocvars.qh constants.qh defs.qh // Should rename this, it has fields and globals +../common/notifications.qh // must be after autocvars +../common/deathtypes.qh // must be after notifications + mutators/base.qh mutators/mutators.qh +mutators/gamemode_assault.qh +mutators/gamemode_arena.qh +mutators/gamemode_ca.qh mutators/gamemode_ctf.qh mutators/gamemode_domination.qh mutators/gamemode_keyhunt.qh // TODO fix this mutators/gamemode_keepaway.qh mutators/gamemode_nexball.qh +mutators/gamemode_lms.qh mutators/mutator_dodging.qh //// tZork Turrets //// @@ -70,10 +77,13 @@ portals.qh g_hook.qh w_electro.qh +w_lightning.qh w_laser.qh scores.qh +spawnpoints.qh + ipban.qh race.qh @@ -82,6 +92,8 @@ antilag.qh playerdemo.qh +round_handler.qh + // singleplayer stuff item_key.qh secret.qh @@ -98,8 +110,7 @@ g_subs.qc g_tetris.qc -runematch.qc -arena.qc +//runematch.qc g_violence.qc g_damage.qc @@ -170,7 +181,7 @@ command/getreplies.qc command/cmd.qc command/sv_cmd.qc -assault.qc +//assault.qc ipban.qc @@ -189,6 +200,8 @@ vehicles/vehicles.qh scores.qc +spawnpoints.qc + portals.qc target_spawn.qc @@ -208,9 +221,14 @@ anticheat.qc cheats.qc playerstats.qc +round_handler.qc + ../common/explosion_equation.qc mutators/base.qc +mutators/gamemode_assault.qc +mutators/gamemode_arena.qc +mutators/gamemode_ca.qc mutators/gamemode_ctf.qc mutators/gamemode_domination.qc mutators/gamemode_freezetag.qc @@ -218,6 +236,7 @@ mutators/gamemode_keyhunt.qc mutators/gamemode_keepaway.qc mutators/gamemode_nexball.qc mutators/gamemode_onslaught.qc +mutators/gamemode_lms.qc mutators/mutator_invincibleproj.qc mutators/mutator_new_toys.qc mutators/mutator_nix.qc @@ -228,6 +247,8 @@ mutators/mutator_spawn_near_teammate.qc mutators/mutator_physical_items.qc mutators/sandbox.qc mutators/mutator_superspec.qc +mutators/mutator_minstagib.qc +mutators/mutator_touchexplode.qc ../warpzonelib/anglestransform.qc ../warpzonelib/mathlib.qc @@ -235,6 +256,7 @@ mutators/mutator_superspec.qc ../warpzonelib/util_server.qc ../warpzonelib/server.qc +../common/animdecide.qc ../common/util.qc ../common/notifications.qc