X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fprogs.inc;h=5c79a0d88429e478effa0bbd766e66b83e2d5d6a;hb=8880863d2196c49dfb92035b3b45a7c2e6ebd1c2;hp=ab94c42bdd4d6215daef510455181d1ac5a8116f;hpb=0141e404f85cd34e2394beb4c8651566cc291063;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/progs.inc b/qcsrc/server/progs.inc index ab94c42bd..5c79a0d88 100644 --- a/qcsrc/server/progs.inc +++ b/qcsrc/server/progs.inc @@ -1,6 +1,8 @@ #include "../lib/_all.inc" #include "_all.qh" +#include "../common/effects/qc/all.qc" + #include "anticheat.qc" #include "antilag.qc" #include "campaign.qc" @@ -8,17 +10,12 @@ #include "cl_client.qc" #include "cl_impulse.qc" #include "cl_player.qc" -#include "controlpoint.qc" -#include "csqceffects.qc" -#include "ent_cs.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_violence.qc" #include "g_world.qc" -#include "generator.qc" #include "ipban.qc" #include "item_key.qc" #include "mapvoting.qc" @@ -43,8 +40,6 @@ #include "command/all.qc" -#include "mutators/all.qc" - #include "pathlib/_all.inc" #include "weapons/accuracy.qc" @@ -58,35 +53,36 @@ #include "weapons/weaponstats.qc" #include "weapons/weaponsystem.qc" +#include "../common/anim.qc" #include "../common/animdecide.qc" #include "../common/campaign_file.qc" #include "../common/campaign_setup.qc" #include "../common/effects/effectinfo.qc" +#include "../common/ent_cs.qc" #include "../common/mapinfo.qc" -#include "../common/monsters/spawn.qc" -#include "../common/monsters/sv_monsters.qc" #include "../common/minigames/minigames.qc" #include "../common/minigames/sv_minigames.qc" +#include "../common/monsters/spawn.qc" +#include "../common/monsters/sv_monsters.qc" #include "../common/movetypes/include.qc" #include "../common/net_notice.qc" #include "../common/notifications.qc" #include "../common/physics.qc" #include "../common/playerstats.qc" -#include "../common/viewloc.qc" #include "../common/triggers/include.qc" #include "../common/util.qc" +#include "../common/viewloc.qc" #include "../common/deathtypes/all.qc" -#include "../common/buffs/all.qc" #include "../common/effects/all.qc" #include "../common/gamemodes/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" +#include "../common/mutators/all.qc" +#include "mutators/all.qc" #include "../common/turrets/sv_turrets.qc" #include "../common/turrets/config.qc"