]> icculus.org git repositories - divverent/nexuiz.git/blob - data/qcsrc/server/progs.src
moved common campaign code into a common directory
[divverent/nexuiz.git] / data / qcsrc / server / progs.src
1 ../../progs.dat // output filename
2
3 sys.qh
4 builtins.qh
5 constants.qh
6 defs.qh         // Should rename this, it has fields and globals
7
8 extensions.qh
9
10 campaign.qh
11 ../common/campaign_common.qh
12
13 miscfunctions.qc
14
15 // general bot utility functions and management
16 bots.qc
17
18 // LordHavoc's bots
19 havocbot_roles.qc
20 havocbot.qc
21
22 g_subs.qc
23
24 runematch.qc
25 arena.qc
26
27 g_violence.qc
28 g_damage.qc
29
30 teamplay.qc
31
32 cl_physics.qc
33
34 g_world.qc
35 g_decors.qc
36 g_casings.qc
37
38 t_jumppads.qc
39 t_teleporters.qc
40
41 sv_main.qc
42 sv_stats.qc
43
44 g_triggers.qc
45
46 cl_weaponsystem.qc
47 w_common.qc
48 w_laser.qc
49 w_shotgun.qc
50 w_uzi.qc
51 w_grenadelauncher.qc
52 w_electro.qc
53 w_crylink.qc
54 w_nex.qc
55 w_hagar.qc
56 w_rocketlauncher.qc
57
58 t_items.qc
59 t_halflife.qc
60 t_quake3.qc
61 t_quake.qc
62 cl_weapons.qc
63 //g_tetris.qc
64 cl_impulse.qc
65 cl_player.qc
66 cl_client.qc
67 t_plats.qc
68
69 ctf.qc
70 domination.qc
71 g_hook.qc
72
73 t_swamp.qc
74
75 clientcommands.qc
76
77 campaign.qc
78 ../common/campaign_file.qc
79 ../common/campaign_setup.qc