]> icculus.org git repositories - divverent/nexuiz.git/blob - data/qcsrc/server/progs.src
Redone campaign mode for better integration with the menu code.
[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_common.h
11 gamec/campaign.h
12
13 gamec/miscfunctions.c
14
15 gamec/bots.c            // definitions and shared stuff between both Urrebot and Mauvebot // Urre
16 gamec/mauvebot.c        // altered a tad to work together with Urrebots
17 gamec/urrebot_load.c
18 gamec/urrebot_nn_use.c
19 gamec/urrebot_nn_search.c
20 gamec/urrebot_ai_goals.c
21 gamec/urrebot_ai_main.c
22
23 gamec/g_subs.c
24
25 gamec/runematch.c
26 gamec/arena.c
27
28 gamec/g_violence.c
29 gamec/g_damage.c
30
31 gamec/teamplay.c
32
33 gamec/cl_physics.c
34
35 gamec/g_world.c
36 gamec/g_decors.c
37 gamec/g_casings.c
38
39 gamec/t_jumppads.c
40 gamec/t_teleporters.c
41
42 gamec/sv_main.c
43 gamec/sv_stats.c
44
45 gamec/g_triggers.c
46
47 gamec/cl_weaponsystem.c
48 gamec/cl_weaponanimations.c
49 gamec/w_common.c
50 gamec/w_laser.c
51 gamec/w_shotgun.c
52 gamec/w_uzi.c
53 gamec/w_grenadelauncher.c
54 gamec/w_electro.c
55 gamec/w_crylink.c
56 gamec/w_nex.c
57 gamec/w_hagar.c
58 gamec/w_rocketlauncher.c
59
60 gamec/t_items.c
61 gamec/t_halflife.c
62 gamec/t_quake3.c
63 gamec/t_quake.c
64 gamec/cl_weapons.c
65 //gamec/g_tetris.c
66 gamec/cl_impulse.c
67 gamec/cl_player.c
68 gamec/cl_client.c
69 gamec/t_plats.c
70
71 gamec/ctf.c
72 gamec/domination.c
73 gamec/g_hook.c
74
75 gamec/t_swamp.c
76
77 gamec/clientcommands.c
78
79 gamec/campaign.c
80 gamec/campaign_file.c
81 gamec/campaign_setup.c