]> icculus.org git repositories - divverent/nexuiz.git/blob - scmenu/source/progs.src
Change 'cd volume' to 'music volume'
[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
89 custom/creategame/maps.qc
90 custom/creategame/mods.qc
91
92 custom/visible.qc
93 custom/key.qc
94 custom/video.qc
95 custom/joingame.qc
96 custom/credits.qc
97
98 // controls
99 control/automation/automation.qc
100 control/automation/foreach.qc
101 control/automation/job.qc
102
103 control/data/base.qc
104 control/data/container.qc
105 control/data/cvar.qc
106 control/data/text.qc
107 control/data/value.qc
108 control/data/textswitch.qc
109 control/data/valueswitch.qc
110 control/data/fastresync.qc
111 control/data/textvalue.qc
112 control/data/texttime.qc
113 control/data/altstring.qc
114 control/data/router.qc
115
116 control/window/window.qc
117 control/window/reference.qc
118 control/window/layout.qc
119 control/window/arrangement.qc
120 control/window/scroll.qc
121 control/window/eventwindow.qc
122 control/window/frame.qc
123
124 control/visual/button.qc
125 control/visual/editbox.qc
126 control/visual/label.qc
127 control/visual/multilabel.qc
128 control/visual/picture.qc
129 control/visual/rect.qc
130 control/visual/slider.qc
131 control/visual/valuebutton.qc
132 control/visual/floating.qc
133 control/visual/switchbutton.qc
134
135 //control/fx/vector.qc
136 //control/fx/float.qc
137 //control/fx/interpol.qc
138
139 control/cinematic.qc
140 control/container.qc
141 control/custom.qc
142 control/link.qc
143
144 // main system
145 system/history.qc
146 system/events.qc
147 //system/events_.qc
148 system/event_helper.qc
149 system/structure.qc
150 system/mgfx.qc
151 system/isframe.qc
152 system/debug.qc
153 system/parser.qc
154 system/gc.qc
155
156 // base systems
157 base/key.qc
158 base/cursor.qc
159 base/snd.qc
160 base/gfx.qc
161 base/timer.qc
162 base/hostcache.qc
163
164 // util functions
165 util/property.qc
166 util/text.qc
167 util/uid.qc
168 util/string.qc
169 util/rect.qc
170 util/altstring.qc
171 util/nfunction.qc
172
173 menu.qc
174