X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2Fprogs.inc;h=2727db46e62707596a130f14ec7c8e177c5148ac;hp=4a10ef1969fe7d3544e77164db584e9f72ad79cc;hb=64b8409b2d6fb93dc51ba24a82d219c8cd56a907;hpb=a39af09cb4b15ec94461af2c1f314098ffe7ce0c diff --git a/qcsrc/client/progs.inc b/qcsrc/client/progs.inc index 4a10ef1969..2727db46e6 100644 --- a/qcsrc/client/progs.inc +++ b/qcsrc/client/progs.inc @@ -1,27 +1,18 @@ -#include "../common/util-pre.qh" -#include "../dpdefs/csprogsdefs.qh" -#include "../common/util-post.qh" - #include "../lib/_all.inc" +#include "_all.qh" + +#include "../common/effects/qc/all.qc" #include "announcer.qc" #include "bgmscript.qc" -#include "controlpoint.qc" #include "csqcmodel_hooks.qc" -#include "damage.qc" -#include "effects.qc" -#include "generator.qc" -#include "gibs.qc" #include "hook.qc" -#include "hud.qc" -#include "hud_config.qc" +#include "hud/all.qc" #include "main.qc" #include "mapvoting.qc" #include "miscfunctions.qc" -#include "modeleffects.qc" -#include "particles.qc" +#include "movelib.qc" #include "player_skeleton.qc" -#include "rubble.qc" #include "scoreboard.qc" #include "shownames.qc" #include "teamradar.qc" @@ -30,13 +21,14 @@ #include "view.qc" #include "wall.qc" -#include "command/all.qc" +#include "commands/all.qc" #include "weapons/projectile.qc" // TODO +#include "../common/anim.qc" #include "../common/animdecide.qc" -#include "../common/effects/effects.qc" #include "../common/effects/effectinfo.qc" +#include "../common/ent_cs.qc" #include "../common/mapinfo.qc" #include "../common/movetypes/include.qc" #include "../common/net_notice.qc" @@ -50,13 +42,13 @@ #include "../common/minigames/minigames.qc" #include "../common/minigames/cl_minigames.qc" -#include "../server/bot/lib/all.inc" - -#include "../common/buffs/all.qc" +#include "../common/deathtypes/all.qc" +#include "../common/effects/all.qc" +#include "../common/gamemodes/all.qc" +#include "../common/impulses/all.qc" #include "../common/items/all.qc" #include "../common/monsters/all.qc" #include "../common/mutators/all.qc" -#include "../common/nades/all.qc" #include "../common/turrets/all.qc" #include "../common/vehicles/all.qc" #include "../common/weapons/all.qc" @@ -65,16 +57,15 @@ #include "../common/triggers/include.qc" -#include "../csqcmodellib/cl_model.qc" -#include "../csqcmodellib/cl_player.qc" -#include "../csqcmodellib/interpolate.qc" - -#include "../server/mutators/mutator_multijump.qc" +#include "../lib/csqcmodel/cl_model.qc" +#include "../lib/csqcmodel/cl_player.qc" +#include "../lib/csqcmodel/interpolate.qc" -#include "../warpzonelib/anglestransform.qc" -#include "../warpzonelib/client.qc" -#include "../warpzonelib/common.qc" -#include "../warpzonelib/util_server.qc" +#include "../lib/warpzone/anglestransform.qc" +#include "../lib/warpzone/client.qc" +#include "../lib/warpzone/common.qc" +#include "../lib/warpzone/server.qc" +#include "../lib/warpzone/util_server.qc" #if BUILD_MOD #include "../../mod/client/progs.inc"