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