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