]> icculus.org git repositories - divverent/nexuiz.git/blob - data/qcsrc/menu/progs.src
Test.
[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
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/cinematic.qc
147 control/container.qc
148 control/custom.qc
149 control/link.qc
150
151 // main system
152 system/history.qc
153 system/events.qc
154 //system/events_.qc
155 system/event_helper.qc
156 system/structure.qc
157 system/mgfx.qc
158 system/isframe.qc
159 system/debug.qc
160 system/parser.qc
161 system/gc.qc
162
163 // base systems
164 base/key.qc
165 base/cursor.qc
166 base/snd.qc
167 base/gfx.qc
168 base/timer.qc
169 base/hostcache.qc
170
171 // util functions
172 ../common/util.qc
173 util/property.qc
174 util/text.qc
175 util/uid.qc
176 util/string.qc
177 util/rect.qc
178 util/altstring.qc
179 util/nfunction.qc
180
181 // Singleplayer campaign
182 custom/campaign.qc
183 ../common/campaign_setup.qc
184 ../common/campaign_file.qc
185
186 menu.qc