]> icculus.org git repositories - divverent/nexuiz.git/blob - data/qcsrc/menu/progs.src
Add a gecko control to the scmenu, too.
[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/gecko.qm
95
96 custom/player/avatar.qc
97 custom/player/color.qc
98
99 custom/creategame/maps.qc
100 custom/creategame/mods.qc
101 custom/creategame/filelist.qc
102
103 custom/visible.qc
104 custom/key.qc
105 custom/video.qc
106 custom/joingame.qc
107 custom/credits.qc
108 custom/messagebox.qc
109 custom/extresponse.qc
110
111 // controls
112 control/automation/automation.qc
113 control/automation/foreach.qc
114 control/automation/job.qc
115
116 control/data/base.qc
117 control/data/container.qc
118 control/data/cvar.qc
119 control/data/text.qc
120 control/data/value.qc
121 control/data/textswitch.qc
122 control/data/valueswitch.qc
123 control/data/fastresync.qc
124 control/data/textvalue.qc
125 control/data/texttime.qc
126 control/data/altstring.qc
127 control/data/router.qc
128
129 control/window/window.qc
130 control/window/reference.qc
131 control/window/layout.qc
132 control/window/arrangement.qc
133 control/window/scroll.qc
134 control/window/eventwindow.qc
135 control/window/frame.qc
136
137 control/visual/list.qc
138 control/visual/button.qc
139 control/visual/editbox.qc
140 control/visual/label.qc
141 control/visual/multilabel.qc
142 control/visual/picture.qc
143 control/visual/rect.qc
144 control/visual/slider.qc
145 control/visual/valuebutton.qc
146 control/visual/floating.qc
147 control/visual/switchbutton.qc
148 control/visual/scrollbar.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 ../common/util.qc
177 util/property.qc
178 util/text.qc
179 util/uid.qc
180 util/string.qc
181 util/rect.qc
182 util/altstring.qc
183 util/nfunction.qc
184
185 // Singleplayer campaign
186 custom/campaign.qc
187 ../common/campaign_setup.qc
188 ../common/campaign_file.qc
189
190 // GameCommand() extension
191 ../common/gamecommand.qc
192 gamecommand.qc
193
194 menu.qc