]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menuqc/progs.src
Revert first change in the trunk.
[divverent/nexuiz.git] / data / menuqc / 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 // Source Files
71
72 // custom (game specific)
73 custom/quit.qm
74 custom/option.qm
75 custom/globalkey.qm
76 custom/stresstest.qm
77 custom/visible.qm
78 custom/color.qm
79 custom/player.qm
80 custom/util.qm
81 custom/creategame.qm
82 custom/key.qm
83 custom/video.qm
84 custom/joingame.qm
85 custom/credits.qm
86
87 custom/player/avatar.qc
88 custom/player/color.qc
89
90 custom/creategame/maps.qc
91 custom/creategame/mods.qc
92 custom/creategame/filelist.qc
93
94 custom/visible.qc
95 custom/key.qc
96 custom/video.qc
97 custom/joingame.qc
98 custom/credits.qc
99 custom/messagebox.qc
100
101 // controls
102 control/automation/automation.qc
103 control/automation/foreach.qc
104 control/automation/job.qc
105
106 control/data/base.qc
107 control/data/container.qc
108 control/data/cvar.qc
109 control/data/text.qc
110 control/data/value.qc
111 control/data/textswitch.qc
112 control/data/valueswitch.qc
113 control/data/fastresync.qc
114 control/data/textvalue.qc
115 control/data/texttime.qc
116 control/data/altstring.qc
117 control/data/router.qc
118
119 control/window/window.qc
120 control/window/reference.qc
121 control/window/layout.qc
122 control/window/arrangement.qc
123 control/window/scroll.qc
124 control/window/eventwindow.qc
125 control/window/frame.qc
126
127 control/visual/list.qc
128 control/visual/button.qc
129 control/visual/editbox.qc
130 control/visual/label.qc
131 control/visual/multilabel.qc
132 control/visual/picture.qc
133 control/visual/rect.qc
134 control/visual/slider.qc
135 control/visual/valuebutton.qc
136 control/visual/floating.qc
137 control/visual/switchbutton.qc
138 control/visual/scrollbar.qc
139
140 //control/fx/vector.qc
141 //control/fx/float.qc
142 //control/fx/interpol.qc
143
144 control/cinematic.qc
145 control/container.qc
146 control/custom.qc
147 control/link.qc
148
149 // main system
150 system/history.qc
151 system/events.qc
152 //system/events_.qc
153 system/event_helper.qc
154 system/structure.qc
155 system/mgfx.qc
156 system/isframe.qc
157 system/debug.qc
158 system/parser.qc
159 system/gc.qc
160
161 // base systems
162 base/key.qc
163 base/cursor.qc
164 base/snd.qc
165 base/gfx.qc
166 base/timer.qc
167 base/hostcache.qc
168
169 // util functions
170 util/property.qc
171 util/text.qc
172 util/uid.qc
173 util/string.qc
174 util/rect.qc
175 util/altstring.qc
176 util/nfunction.qc
177
178 menu.qc
179