]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/progs.src
turn NIX into a mutator; fix keyhunt
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / progs.src
1 ../../progs.dat // output filename
2
3 ../common/util-pre.qh
4 sys.qh
5 pre-builtins.qh
6 builtins.qh
7 extensions.qh
8 post-builtins.qh
9
10 ../warpzonelib/anglestransform.qh
11 ../warpzonelib/mathlib.qh
12 ../warpzonelib/common.qh
13 ../warpzonelib/util_server.qh
14 ../warpzonelib/server.qh
15
16 constants.qh
17 ../common/constants.qh
18 ../common/util.qh
19 ../common/items.qh
20
21 defs.qh         // Should rename this, it has fields and globals
22
23 mutators/base.qh
24 mutators/mutators.qh
25 mutators/gamemode_keyhunt.qh // TODO fix this
26
27 //// tZork Turrets ////
28 tturrets/include/turrets_early.qh
29
30 campaign.qh
31 ../common/campaign_common.qh
32 ../common/mapinfo.qh
33 ../common/util.qc
34
35 csqcprojectile.qh
36 csqceffects.qc
37
38 anticheat.qh
39 cheats.qh
40
41 portals.qh
42
43 g_hook.qh
44
45 scores.qh
46
47 ipban.qh
48
49 race.qh
50
51 antilag.qh
52
53 vote.qh
54
55 playerdemo.qh
56
57 scores_rules.qc
58
59 miscfunctions.qc
60
61 waypointsprites.qc
62
63 bot/bot.qc
64
65 g_subs.qc
66
67 g_tetris.qc
68
69 runematch.qc
70 arena.qc
71
72 g_violence.qc
73 g_damage.qc
74
75 teamplay.qc
76
77 cl_physics.qc
78
79 // tZork's libs
80 verbstack.qc
81 movelib.qc
82 steerlib.qc
83 pathlib/pathlib.qh
84
85 g_world.qc
86 g_casings.qc
87
88 t_jumppads.qc
89 t_teleporters.qc
90
91 sv_main.qc
92 sv_stats.qc
93
94 g_triggers.qc
95 g_models.qc
96
97 cl_weaponsystem.qc
98 w_common.qc
99
100 w_all.qc
101
102 t_items.qc
103 cl_weapons.qc
104 cl_impulse.qc
105
106 ent_cs.qc
107
108 cl_player.qc
109 cl_client.qc
110 t_plats.qc
111 antilag.qc
112
113 ctf.qc
114 domination.qc
115 mode_onslaught.qc
116 nexball.qc
117 g_hook.qc
118
119 t_swamp.qc
120
121 clientcommands.qc
122
123 vote.qc
124
125 campaign.qc
126 ../common/campaign_file.qc
127 ../common/campaign_setup.qc
128
129 ../common/gamecommand.qc
130 gamecommand.qc
131
132 assault.qc
133
134 ipban.qc
135
136 ../common/mapinfo.qc
137
138
139
140
141 t_quake3.qc
142 t_halflife.qc
143 t_quake.qc
144
145 race.qc
146
147
148 //// tZork Turrets ////
149 tturrets/include/turrets.qh
150 vehicles/vehicles.qh
151
152 scores.qc
153
154 portals.qc
155
156 target_spawn.qc
157 func_breakable.qc
158
159 ../common/items.qc
160
161 monsters/defs.qc
162 monsters/fight.qc
163 monsters/ai.qc
164 monsters/m_monsters.qc
165 monsters/monster_zombie.qc
166 csqcprojectile.qc
167
168 playerdemo.qc
169
170 anticheat.qc
171 cheats.qc
172
173 mutators/base.qc
174 mutators/gamemode_keyhunt.qc
175 mutators/mutator_nix.qc
176
177 ../warpzonelib/anglestransform.qc
178 ../warpzonelib/mathlib.qc
179 ../warpzonelib/common.qc
180 ../warpzonelib/util_server.qc
181 ../warpzonelib/server.qc