]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/progs.src
Working on cleaning up weapon spawn functions
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / progs.src
index df5623f0535a42bd3c5b1a4b04baa0b516aa57b8..037e10449c9aaa3b9e86e1beb285bd09aa2b6ddf 100644 (file)
@@ -16,8 +16,8 @@ sys-post.qh
 ../common/teams.qh
 ../common/util.qh
 ../common/counting.qh
-../common/items.qh
-../common/explosion_equation.qh
+weapons/cl_weapons.qh
+../common/weapons/weapons.qh // WEAPONTODO
 ../common/urllib.qh
 ../common/command/markup.qh
 ../common/command/rpn.qh
@@ -62,8 +62,8 @@ command/getreplies.qh
 command/cmd.qh
 command/sv_cmd.qh
 
-accuracy.qh
-csqcprojectile.qh
+weapons/accuracy.qh
+weapons/csqcprojectile.qh // TODO
 ../common/csqcmodel_settings.qh
 ../csqcmodellib/common.qh
 ../csqcmodellib/sv_model.qh
@@ -75,9 +75,7 @@ playerstats.qh
 
 portals.qh
 
-g_hook.qh
-w_electro.qh
-w_laser.qh
+g_hook.qh // TODO
 
 scores.qh
 
@@ -138,13 +136,13 @@ g_models.qc
 item_key.qc
 secret.qc
 
-cl_weaponsystem.qc
-w_common.qc
-
-w_all.qc
+weapons/main.qc
+weapons/common.qc
+weapons/csqcprojectile.qc // TODO
+../common/weapons/weapons.qc // TODO
 
 t_items.qc
-cl_weapons.qc
+weapons/cl_weapons.qc // TODO
 cl_impulse.qc
 
 ent_cs.qc
@@ -154,6 +152,8 @@ cl_client.qc
 t_plats.qc
 antilag.qc
 
+weapons/accuracy.qc // TODO
+
 //ctf.qc
 //domination.qc
 //mode_onslaught.qc
@@ -207,12 +207,7 @@ target_spawn.qc
 func_breakable.qc
 target_music.qc
 
-../common/items.qc
-
-
-accuracy.qc
 ../csqcmodellib/sv_model.qc
-csqcprojectile.qc
 
 playerdemo.qc
 
@@ -222,8 +217,6 @@ playerstats.qc
 
 round_handler.qc
 
-../common/explosion_equation.qc
-
 mutators/base.qc
 mutators/gamemode_assault.qc
 mutators/gamemode_arena.qc