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