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