]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fixed compilation units
authorz411 <z411@omaera.org>
Fri, 14 Jan 2022 03:46:27 +0000 (00:46 -0300)
committerz411 <z411@omaera.org>
Fri, 14 Jan 2022 03:46:27 +0000 (00:46 -0300)
12 files changed:
qcsrc/client/hud/panel/score.qc
qcsrc/client/hud/panel/scoreboard.qc
qcsrc/client/hud/panel/spect.qc
qcsrc/server/client.qh
qcsrc/server/command/common.qc
qcsrc/server/ipban.qc
qcsrc/server/ipban.qh
qcsrc/server/items/items.qc
qcsrc/server/round_handler.qc
qcsrc/server/weapons/accuracy.qc
qcsrc/server/weapons/tracing.qc
qcsrc/server/weapons/weaponsystem.qc

index dca00c4cb015aa4e8e6245dbc7bcf02a776779ed..b6a60cddd0b53b1865e01f211195a46a3dd5c4bb 100644 (file)
@@ -2,6 +2,7 @@
 
 #include <client/draw.qh>
 #include <client/hud/panel/scoreboard.qh>
+#include <common/mapinfo.qh>
 #include <common/ent_cs.qh>
 #include <common/scores.qh>
 
index dd57fa0e366a14342edcd2282b5a3f54670114c6..ba223d9af38d5290e45da9efb6cfd0eea3739379 100644 (file)
@@ -9,6 +9,7 @@
 #include <common/constants.qh>
 #include <common/ent_cs.qh>
 #include <common/mapinfo.qh>
+#include <common/gamemodes/gamemode/duel/duel.qh>
 #include <common/minigames/cl_minigames.qh>
 #include <common/net_linked.qh>
 #include <common/scores.qh>
index 6867accfb23bc44ccbff0999e47d7f71b704ca38..491e30a6c5b56129c5b35d4a86a438b930dfc7f3 100644 (file)
@@ -2,6 +2,12 @@
 
 #include <client/hud/hud.qh>
 #include <client/view.qh>
+#include <client/draw.qh>
+#include <client/shownames.qh>
+#include <client/resources.qh>
+#include <client/hud/panel/healtharmor.qh>
+#include <common/ent_cs.qh>
+#include <common/gamemodes/gamemode/duel/duel.qh>
 
 vector teamscore_size;
 vector teamscore_fontsize;
index 9c927ba46729eaec8aefeed5e288d95356712463..d72da7a8c73f29060ea9ec8de8f5067a49410ad8 100644 (file)
@@ -63,6 +63,8 @@ string autocvar_g_teamnames_blue;
 string autocvar_g_teamnames_yellow;
 string autocvar_g_teamnames_pink;
 
+void send_TeamNames(int channel, entity to);
+
 // Medals
 float autocvar_g_medals_excellent_time = 2;
 
index b96d966c8e1a1e333c5e1675b815cd45a2296aed..30fe59d3a3477dc327dfdec789f9cbccfca953b5 100644 (file)
@@ -13,6 +13,7 @@
 #include <server/client.qh>
 #include <server/command/common.qh>
 #include <server/mutators/_mod.qh>
+#include <server/round_handler.qh>
 #include <server/scores.qh>
 #include <server/world.qh>
 
index a889e6b929368e535169fff52ec7d9b00f973f03..3635c7f1d1f5a49c92125a2add1b183d28b8fccd 100644 (file)
@@ -6,6 +6,7 @@
 #include <common/weapons/_all.qh>
 #include <server/command/banning.qh>
 #include <server/main.qh>
+#include <common/notifications/all.qh>
 
 /*
  * Protocol of online ban list:
index 330d8b7dff1e8c509ee6b419fddc14442423ec2e..0e9dff87acaaf59f902db6d03b9607382b0619d9 100644 (file)
@@ -7,6 +7,7 @@ float Ban_MaybeEnforceBanOnce(entity client);
 float BanCommand(string command);
 
 float Ban_Insert(string ip, float bantime, string reason, float dosync);
+void Ban_KickClient(entity client, string reason);
 void Ban_KickBanClient(entity client, float bantime, float masksize, string reason);
 void Ban_View();
 float Ban_Delete(float i);
index 18d326559fbb078ff8ed85835797e4f6d47e8ec1..3e958ec2db8125f248458eba07ac98da71dc8603 100644 (file)
@@ -11,6 +11,7 @@
 #include <common/mutators/mutator/buffs/sv_buffs.qh>
 #include <common/mutators/mutator/powerups/_mod.qh>
 #include <common/mutators/mutator/status_effects/_mod.qh>
+#include <common/net_linked.qh>
 #include <common/notifications/all.qh>
 #include <common/util.qh>
 #include <common/weapons/_all.qh>
index d744bd04288728d87b11c7ebdc2d79623ea7cacb..9c0431a5248ddef62f408e6c0c9e2ce6798837c3 100644 (file)
@@ -4,6 +4,7 @@
 #include <common/util.qh>
 #include <server/campaign.qh>
 #include <server/command/vote.qh>
+#include <server/weapons/accuracy.qh>
 #include <server/world.qh>
 
 void round_handler_Think(entity this)
index 8005506179bbae8ae813bfbe14fd819f5ed488e6..19dd311f22994bb3900c2bca35aab5ed9fedb83a 100644 (file)
@@ -3,6 +3,7 @@
 #include <common/constants.qh>
 #include <common/net_linked.qh>
 #include <common/teams.qh>
+#include <common/gamemodes/gamemode/duel/duel.qh>
 #include <common/util.qh>
 #include <common/weapons/_all.qh>
 #include <server/client.qh>
index 2618b9f23c13a63628ca9afa8dc1bbff2ec0b606..6070177a9f1af832faac5bd52fa7c5e27a75a73f 100644 (file)
@@ -5,6 +5,7 @@
 #include <common/effects/all.qh>
 #include <common/net_linked.qh>
 #include <common/state.qh>
+#include <common/scores.qh>
 #include <common/util.qh>
 #include <common/weapons/_all.qh>
 #include <common/wepent.qh>
index be8c447d008fa968fef83f472fed6f42db77b88c..ecdd0f9a13e85f436fe55bf27cce9aabf530822b 100644 (file)
@@ -6,6 +6,7 @@
 #include <common/mapobjects/platforms.qh>
 #include <common/monsters/_mod.qh>
 #include <common/mutators/mutator/status_effects/_mod.qh>
+#include <common/ent_cs.qh>
 #include <common/net_linked.qh>
 #include <common/notifications/all.qh>
 #include <common/state.qh>