]> icculus.org git repositories - divverent/nexuiz.git/blob - data/qcsrc/server/progs.src
Make multiple turrets a bit less of a cpuhog by spreading the thinks over different...
[divverent/nexuiz.git] / data / 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 constants.qh
10 ../common/constants.qh
11 ../common/util.qh
12 ../common/items.qh
13
14 defs.qh         // Should rename this, it has fields and globals
15
16 //// tZork Turrets ////
17 tturrets/include/turrets_early.qh
18
19 campaign.qh
20 ../common/campaign_common.qh
21 ../common/mapinfo.qh
22 ../common/util.qc
23
24 csqcprojectile.qh
25 csqceffects.qc
26
27 portals.qh
28
29 g_hook.qh
30
31 scores.qh
32
33 ipban.qh
34
35 race.qh
36
37 keyhunt.qh
38
39 antilag.qh
40
41 vote.qh
42
43 scores_rules.qc
44
45 miscfunctions.qc
46
47 waypointsprites.qc
48
49
50 // general bot utility functions and management
51 bots.qc
52 bots_scripting.qc
53
54 // LordHavoc's bots
55 havocbot.qc
56 havocbot_ctf.qc
57 havocbot_ons.qc
58 havocbot_roles.qc
59
60 g_subs.qc
61
62 g_tetris.qc
63
64 runematch.qc
65 arena.qc
66
67 g_violence.qc
68 g_damage.qc
69
70 teamplay.qc
71
72 cl_physics.qc
73
74 // tZork's libs
75 verbstack.qc
76 movelib.qc
77 steerlib.qc
78 pathlib/pathlib.qh
79
80 g_world.qc
81 g_casings.qc
82
83 t_jumppads.qc
84 t_teleporters.qc
85
86 sv_main.qc
87 sv_stats.qc
88
89 g_triggers.qc
90 g_models.qc
91
92 cl_weaponsystem.qc
93 w_common.qc
94
95 w_laser.qc
96 w_shotgun.qc
97 w_uzi.qc
98 w_grenadelauncher.qc
99 w_electro.qc
100 w_crylink.qc
101 w_nex.qc
102 w_minstanex.qc
103 w_hagar.qc
104 w_rocketlauncher.qc
105 w_porto.qc
106 w_hook.qc
107 w_hlac.qc
108 w_campingrifle.qc
109 w_tuba.qc
110 w_fireball.qc
111
112 t_items.qc
113 cl_weapons.qc
114 cl_impulse.qc
115
116 ent_cs.qc
117
118 cl_player.qc
119 cl_client.qc
120 t_plats.qc
121 antilag.qc
122
123 ctf.qc
124 domination.qc
125 mode_onslaught.qc
126 nexball.qc
127 g_hook.qc
128
129 t_swamp.qc
130
131 clientcommands.qc
132
133 vote.qc
134
135 campaign.qc
136 ../common/campaign_file.qc
137 ../common/campaign_setup.qc
138
139 ../common/gamecommand.qc
140 gamecommand.qc
141
142 keyhunt.qc
143
144 assault.qc
145
146 ipban.qc
147
148 ../common/mapinfo.qc
149
150
151
152
153 t_quake3.qc
154 t_halflife.qc
155 t_quake.qc
156
157 race.qc
158
159
160 //// tZork Turrets ////
161 tturrets/include/turrets.qh
162 vehicles/vehicles.qh
163
164 scores.qc
165
166 portals.qc
167
168 target_spawn.qc
169 func_breakable.qc
170
171 ../common/items.qc
172
173 monsters/defs.qc
174 monsters/fight.qc
175 monsters/ai.qc
176 monsters/m_monsters.qc
177
178 csqcprojectile.qc