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