]> icculus.org git repositories - divverent/nexuiz.git/blob - data/qcsrc/menu/progs.src
ext response system added; NOTE: two outstanding things:
[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
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 custom/extresponse.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 custom/extresponse.qc
108
109 // controls
110 control/automation/automation.qc
111 control/automation/foreach.qc
112 control/automation/job.qc
113
114 control/data/base.qc
115 control/data/container.qc
116 control/data/cvar.qc
117 control/data/text.qc
118 control/data/value.qc
119 control/data/textswitch.qc
120 control/data/valueswitch.qc
121 control/data/fastresync.qc
122 control/data/textvalue.qc
123 control/data/texttime.qc
124 control/data/altstring.qc
125 control/data/router.qc
126
127 control/window/window.qc
128 control/window/reference.qc
129 control/window/layout.qc
130 control/window/arrangement.qc
131 control/window/scroll.qc
132 control/window/eventwindow.qc
133 control/window/frame.qc
134
135 control/visual/list.qc
136 control/visual/button.qc
137 control/visual/editbox.qc
138 control/visual/label.qc
139 control/visual/multilabel.qc
140 control/visual/picture.qc
141 control/visual/rect.qc
142 control/visual/slider.qc
143 control/visual/valuebutton.qc
144 control/visual/floating.qc
145 control/visual/switchbutton.qc
146 control/visual/scrollbar.qc
147
148 control/cinematic.qc
149 control/container.qc
150 control/custom.qc
151 control/link.qc
152
153 // main system
154 system/history.qc
155 system/events.qc
156 //system/events_.qc
157 system/event_helper.qc
158 system/structure.qc
159 system/mgfx.qc
160 system/isframe.qc
161 system/debug.qc
162 system/parser.qc
163 system/gc.qc
164
165 // base systems
166 base/key.qc
167 base/cursor.qc
168 base/snd.qc
169 base/gfx.qc
170 base/timer.qc
171 base/hostcache.qc
172
173 // util functions
174 ../common/util.qc
175 util/property.qc
176 util/text.qc
177 util/uid.qc
178 util/string.qc
179 util/rect.qc
180 util/altstring.qc
181 util/nfunction.qc
182
183 // Singleplayer campaign
184 custom/campaign.qc
185 ../common/campaign_setup.qc
186 ../common/campaign_file.qc
187
188 menu.qc