]> icculus.org git repositories - divverent/nexuiz.git/blob - data/qcsrc/server/progs.src
Added simple support for bots scripting. It features basic movements and actions...
[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_roles.qc
57
58 g_subs.qc
59
60
61 runematch.qc
62 arena.qc
63
64 g_violence.qc
65 g_damage.qc
66
67 teamplay.qc
68
69 cl_physics.qc
70
71 // tZork's libs
72 verbstack.qc
73 movelib.qc
74 steerlib.qc
75 pathlib.qc
76
77 g_world.qc
78 g_casings.qc
79
80 t_jumppads.qc
81 t_teleporters.qc
82
83 sv_main.qc
84 sv_stats.qc
85
86 g_triggers.qc
87 g_models.qc
88
89 cl_weaponsystem.qc
90 w_common.qc
91
92 w_laser.qc
93 w_shotgun.qc
94 w_uzi.qc
95 w_grenadelauncher.qc
96 w_electro.qc
97 w_crylink.qc
98 w_nex.qc
99 w_minstanex.qc
100 w_hagar.qc
101 w_rocketlauncher.qc
102 w_porto.qc
103 w_hook.qc
104 w_hlac.qc
105 w_seeker.qc
106 w_campingrifle.qc
107
108 t_items.qc
109 cl_weapons.qc
110 //g_tetris.qc
111 cl_impulse.qc
112
113 ent_cs.qc
114
115 cl_player.qc
116 cl_client.qc
117 t_plats.qc
118 antilag.qc
119
120 ctf.qc
121 domination.qc
122 mode_onslaught.qc
123 g_hook.qc
124
125 t_swamp.qc
126
127 clientcommands.qc
128
129 vote.qc
130
131 campaign.qc
132 ../common/campaign_file.qc
133 ../common/campaign_setup.qc
134
135 ../common/gamecommand.qc
136 gamecommand.qc
137
138 keyhunt.qc
139
140 assault.qc
141
142 ipban.qc
143
144 ../common/mapinfo.qc
145
146
147
148
149 t_quake3.qc
150 t_halflife.qc
151 t_quake.qc
152
153 race.qc
154
155
156 //// tZork Turrets ////
157 tturrets/include/turrets.qh
158
159 scores.qc
160
161 portals.qc
162
163 target_spawn.qc
164 func_breakable.qc
165
166 ../common/items.qc
167
168 monsters/defs.qc
169 monsters/fight.qc
170 monsters/ai.qc
171 monsters/m_monsters.qc
172
173 csqcprojectile.qc