X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fprogs.inc;h=163b1667449eb239bf20e392d828b8a263589eef;hb=2300937585fd409c578a516ed5e051ba389646d4;hp=f0c13be6427b2663d2cfbc313038c908d7668081;hpb=f2741730af3cbdb03dc3a3e1bd10c1b881f5a75d;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/progs.inc b/qcsrc/server/progs.inc index f0c13be64..163b16674 100644 --- a/qcsrc/server/progs.inc +++ b/qcsrc/server/progs.inc @@ -1,66 +1,34 @@ -#include "../lib/_all.inc" -#include "_all.qh" - -#include "../common/effects/qc/all.qc" +#ifndef DEBUGPATHING + #define DEBUGPATHING 0 +#endif -#include "anticheat.qc" -#include "antilag.qc" -#include "campaign.qc" -#include "cheats.qc" -#include "cl_client.qc" -#include "cl_impulse.qc" -#include "cl_player.qc" -#include "g_damage.qc" -#include "g_hook.qc" -// #include "g_lights.qc" // TODO: was never used -#include "g_models.qc" -#include "g_subs.qc" -#include "g_world.qc" -#include "ipban.qc" -#include "item_key.qc" -#include "mapvoting.qc" -#include "miscfunctions.qc" -#include "playerdemo.qc" -#include "portals.qc" -#include "race.qc" -#include "round_handler.qc" -#include "scores.qc" -#include "scores_rules.qc" -#include "spawnpoints.qc" -#include "steerlib.qc" -#include "sv_main.qc" -#include "teamplay.qc" -#include "t_halflife.qc" -#include "t_items.qc" -#include "t_quake3.qc" -#include "t_quake.qc" +#include -#include "bot/_all.inc" +#if XONOTIC -#include "command/all.qc" +#include "_all.qh" +#include "../server/_mod.inc" +#include "bot/_mod.inc" +#include "bot/havocbot/_mod.inc" +#include "command/_mod.inc" +#include "mutators/_mod.inc" #include "pathlib/_all.inc" +#include "weapons/_mod.inc" + +#include +#include -#include "weapons/accuracy.qc" -#include "weapons/common.qc" -#include "weapons/csqcprojectile.qc" // TODO -#include "weapons/hitplot.qc" -#include "weapons/selection.qc" -#include "weapons/spawning.qc" -#include "weapons/throwing.qc" -#include "weapons/tracing.qc" -#include "weapons/weaponstats.qc" -#include "weapons/weaponsystem.qc" +#include -#include "../common/_all.inc" -#include "mutators/all.qc" +#include +#include +#include +#include -#include "../lib/csqcmodel/sv_model.qc" +#endif -#include "../lib/warpzone/anglestransform.qc" -#include "../lib/warpzone/common.qc" -#include "../lib/warpzone/server.qc" -#include "../lib/warpzone/util_server.qc" +#include #if BUILD_MOD #include "../../mod/server/progs.inc"