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