]> icculus.org git repositories - divverent/nexuiz.git/blob - data/qcsrc/menu/progs.src
moved common campaign code into a common directory
[divverent/nexuiz.git] / data / qcsrc / menu / progs.src
1 ///////////////////////////////////////////////
2 // Progs file
3 ///////////////////////
4 // This file belongs to dpmod/darkplaces
5 // AK contains all file names which should be included into menu.dat
6 // this is absolutly beta
7 ///////////////////////////////////////////////
8 // menu.dat destination path
9 ../../menu.dat
10
11 // these are the default qc header files
12 msys.qc
13 mbuiltin.qc
14
15 ////////////////////////////
16 // dpmod-specific menu files
17 ///
18
19 // Header Files
20
21 menu.qh
22
23 // util functions
24 util/util.qh
25 util/altstring.qh
26 util/rect.qh
27 util/string.qh
28 util/text.qh
29 util/uid.qh
30 util/property.qh
31
32 // base system
33 base/timer.qh
34 base/gfx.qh
35 base/snd.qh
36 base/cursor.qh
37 base/key.qh
38 base/hostcache.qh
39
40 // main system
41 system/parser.qh
42 system/debug.qh
43 system/isframe.qh
44 system/mgfx.qh
45 system/item.qh
46 system/structure.qh
47 system/events.qh
48 system/history.qh
49 system/gc.qh
50
51 // controls
52 control/items.qh
53 control/constants.qh
54 control/data/data.qh
55 control/window/windows.qh
56 control/visual/visual.qh
57 control/automation/automation.qh
58 //control/fx/fx.qh
59
60 // custom (game specific)
61 custom/custom.qh
62 custom/player/player.qh
63 custom/creategame/creategame.qh
64 custom/joingame.qh
65 custom/key.qh
66 custom/video.qh
67 custom/credits.qh
68 custom/messagebox.qh
69
70 // Singleplayer campaign
71 custom/campaign.qh
72 ../common/campaign_common.qh
73
74 // Source Files
75
76 // custom (game specific)
77 custom/quit.qm
78 custom/option.qm
79 custom/globalkey.qm
80 custom/stresstest.qm
81 custom/visible.qm
82 custom/color.qm
83 custom/player.qm
84 custom/util.qm
85 custom/creategame.qm
86 custom/demos.qm
87 custom/key.qm
88 custom/video.qm
89 custom/sound.qm
90 custom/joingame.qm
91 custom/credits.qm
92
93 custom/player/avatar.qc
94 custom/player/color.qc
95
96 custom/creategame/maps.qc
97 custom/creategame/mods.qc
98 custom/creategame/filelist.qc
99
100 custom/visible.qc
101 custom/key.qc
102 custom/video.qc
103 custom/joingame.qc
104 custom/credits.qc
105 custom/messagebox.qc
106
107 // controls
108 control/automation/automation.qc
109 control/automation/foreach.qc
110 control/automation/job.qc
111
112 control/data/base.qc
113 control/data/container.qc
114 control/data/cvar.qc
115 control/data/text.qc
116 control/data/value.qc
117 control/data/textswitch.qc
118 control/data/valueswitch.qc
119 control/data/fastresync.qc
120 control/data/textvalue.qc
121 control/data/texttime.qc
122 control/data/altstring.qc
123 control/data/router.qc
124
125 control/window/window.qc
126 control/window/reference.qc
127 control/window/layout.qc
128 control/window/arrangement.qc
129 control/window/scroll.qc
130 control/window/eventwindow.qc
131 control/window/frame.qc
132
133 control/visual/list.qc
134 control/visual/button.qc
135 control/visual/editbox.qc
136 control/visual/label.qc
137 control/visual/multilabel.qc
138 control/visual/picture.qc
139 control/visual/rect.qc
140 control/visual/slider.qc
141 control/visual/valuebutton.qc
142 control/visual/floating.qc
143 control/visual/switchbutton.qc
144 control/visual/scrollbar.qc
145
146 //control/fx/vector.qc
147 //control/fx/float.qc
148 //control/fx/interpol.qc
149
150 control/cinematic.qc
151 control/container.qc
152 control/custom.qc
153 control/link.qc
154
155 // main system
156 system/history.qc
157 system/events.qc
158 //system/events_.qc
159 system/event_helper.qc
160 system/structure.qc
161 system/mgfx.qc
162 system/isframe.qc
163 system/debug.qc
164 system/parser.qc
165 system/gc.qc
166
167 // base systems
168 base/key.qc
169 base/cursor.qc
170 base/snd.qc
171 base/gfx.qc
172 base/timer.qc
173 base/hostcache.qc
174
175 // util functions
176 util/property.qc
177 util/text.qc
178 util/uid.qc
179 util/string.qc
180 util/rect.qc
181 util/altstring.qc
182 util/nfunction.qc
183
184 // Singleplayer campaign
185 custom/campaign.qc
186 ../common/campaign_setup.qc
187 ../common/campaign_file.qc
188
189 menu.qc