Ticket #5955: a24.txt

File a24.txt, 11.9 KB (added by Stan, 3 years ago)

A24 contents

Line 
1C:.
2| 0 A.D..lnk
3| file.txt
4| LICENSE.txt
5| license_dbghelp.txt
6| license_gpl-2.0.txt
7| license_lgpl-2.1.txt
8| license_mit.txt
9| Map editor.lnk
10| OpenLogsFolder.bat
11| OpenLogsFolder.vbs
12| README.txt
13| Uninstall.exe
14| Web site.url
15|
16\---binaries
17 +---data
18 | +---config
19 | | default.cfg
20 | | keys.txt
21 | |
22 | +---l10n
23 | | | ast.engine.po
24 | | | bg.engine.po
25 | | | ca.engine.po
26 | | | cs.engine.po
27 | | | de.engine.po
28 | | | el.engine.po
29 | | | engine.pot
30 | | | en_GB.engine.po
31 | | | es.engine.po
32 | | | eu.engine.po
33 | | | fr.engine.po
34 | | | gd.engine.po
35 | | | gl.engine.po
36 | | | hu.engine.po
37 | | | id.engine.po
38 | | | it.engine.po
39 | | | messages.json
40 | | | ms.engine.po
41 | | | nb.engine.po
42 | | | nl.engine.po
43 | | | pl.engine.po
44 | | | pt_BR.engine.po
45 | | | pt_PT.engine.po
46 | | | ru.engine.po
47 | | | sk.engine.po
48 | | | sv.engine.po
49 | | | tr.engine.po
50 | | | uk.engine.po
51 | | |
52 | | \---.tx
53 | | config
54 | |
55 | +---mods
56 | | +---mod
57 | | | mod.zip
58 | | |
59 | | +---public
60 | | | mod.json
61 | | | public.zip
62 | | |
63 | | +---_test.dae
64 | | | \---art
65 | | | +---actors
66 | | | | jav2.xml
67 | | | |
68 | | | +---animation
69 | | | | jav2.dae
70 | | | |
71 | | | \---meshes
72 | | | jav2.dae
73 | | |
74 | | +---_test.gui
75 | | | \---gui
76 | | | | gui.rng
77 | | | | gui_page.rng
78 | | | |
79 | | | +---common
80 | | | | styles.xml
81 | | | |
82 | | | +---event
83 | | | | event.js
84 | | | | event.xml
85 | | | | page_event.xml
86 | | | |
87 | | | \---hotkey
88 | | | hotkey.js
89 | | | hotkey.xml
90 | | | page_hotkey.xml
91 | | |
92 | | +---_test.minimal
93 | | | +---art
94 | | | | +---actors
95 | | | | +---meshes
96 | | | | \---textures
97 | | | | +---particles
98 | | | | | sprite.tga
99 | | | | |
100 | | | | +---skins
101 | | | | | male.dds
102 | | | | |
103 | | | | \---terrain
104 | | | | +---alphamaps
105 | | | | | \---special
106 | | | | | blendbad.dds
107 | | | | | blendcircle.dds
108 | | | | | blendcorner.dds
109 | | | | | blendedge.dds
110 | | | | | blendedgecorner.dds
111 | | | | | blendedgetwocorners.dds
112 | | | | | blendfourcorners.dds
113 | | | | | blendlshape.dds
114 | | | | | blendlshapecorner.dds
115 | | | | | blendthreecorners.dds
116 | | | | | blendtwocorners.dds
117 | | | | | blendtwoedges.dds
118 | | | | | blendtwooppositecorners.dds
119 | | | | | blendushape.dds
120 | | | | |
121 | | | | \---types
122 | | | | whiteness.dds
123 | | | |
124 | | | +---fonts
125 | | | | console.fnt
126 | | | | console.tga
127 | | | |
128 | | | \---shaders
129 | | | globallight.vs
130 | | | instancing.vs
131 | | | instancing.xml
132 | | | instancingp.vs
133 | | | instancingp.xml
134 | | | instancing_base.vs
135 | | | instancing_light.vs
136 | | | instancing_light.xml
137 | | | instancing_lightp.vs
138 | | | instancing_lightp.xml
139 | | | model_light.vs
140 | | | model_light.xml
141 | | | model_lightp.vs
142 | | | model_lightp.xml
143 | | | postouv1.vs
144 | | | water_high.fs
145 | | | water_high.vs
146 | | | water_high.xml
147 | | |
148 | | +---_test.sim
149 | | | +---globalscripts
150 | | | | test-global-helper.js
151 | | | |
152 | | | \---simulation
153 | | | +---components
154 | | | | | error.js
155 | | | | | test-addentity.js
156 | | | | | test-destroyentity.js
157 | | | | | test-entityid.js
158 | | | | | test-global-helper.js
159 | | | | | test-helper.js
160 | | | | | test-hotload1.js
161 | | | | | test-hotload2.js
162 | | | | | test-interface.js
163 | | | | | test-modding1.js
164 | | | | | test-modding2.js
165 | | | | | test-msg.js
166 | | | | | test-param.js
167 | | | | | test-query.js
168 | | | | | test-serialize.js
169 | | | | | test.js
170 | | | | |
171 | | | | +---addentity
172 | | | | | test-addentity.js
173 | | | | |
174 | | | | \---interfaces
175 | | | | test-interface.js
176 | | | |
177 | | | +---data
178 | | | | pathfinder.rng
179 | | | | pathfinder.xml
180 | | | | territorymanager.rng
181 | | | | territorymanager.xml
182 | | | |
183 | | | +---helpers
184 | | | | test-helper.js
185 | | | |
186 | | | \---templates
187 | | | | basic.xml
188 | | | | hotload.xml
189 | | | | illformed.xml
190 | | | | inherit-broken.xml
191 | | | | inherit-loop-2.xml
192 | | | | inherit-loop.xml
193 | | | | inherit-special.xml
194 | | | | inherit1.xml
195 | | | | inherit2.xml
196 | | | | inherit_a.xml
197 | | | | inherit_b.xml
198 | | | | inherit_c.xml
199 | | | | inherit_d.xml
200 | | | | invalid.xml
201 | | | | template-serialize.xml
202 | | | | test1-inherit.xml
203 | | | | test1.xml
204 | | | |
205 | | | \---special
206 | | | | actor.xml
207 | | | |
208 | | | \---filter
209 | | | foundation.xml
210 | | |
211 | | +---_test.tex
212 | | | \---art
213 | | | \---textures
214 | | | +---a
215 | | | | demo-abgr.dds
216 | | | | demo-dxt1.dds
217 | | | | demo-dxt5.dds
218 | | | | demo.png
219 | | | | demo.tga
220 | | | |
221 | | | \---b
222 | | | test.png
223 | | |
224 | | \---_test.xero
225 | | | test1.xml
226 | | |
227 | | \---a
228 | | \---b
229 | | test1.xml
230 | |
231 | +---tests
232 | | | test_setup.js
233 | | |
234 | | \---collada
235 | | bogus_material_target.dae
236 | | skeletons.xml
237 | | sphere.dae
238 | | sphere.pmd
239 | |
240 | \---tools
241 | +---atlas
242 | | | help.json
243 | | | lists.xml
244 | | |
245 | | +---buttons
246 | | | next_s.bmp
247 | | | pause_s.bmp
248 | | | play_s.bmp
249 | | | previous_s.bmp
250 | | | record_s.bmp
251 | | | stop_s.bmp
252 | | |
253 | | +---icons
254 | | | ScenarioEditor.ico
255 | | |
256 | | \---toolbar
257 | | alterelevation.png
258 | | alterelevation_s.png
259 | | cinematic.png
260 | | default.png
261 | | default_s.png
262 | | environment.png
263 | | flattenelevation.png
264 | | flattenelevation_s.png
265 | | map.png
266 | | mapsettings.png
267 | | moveobject.png
268 | | moveobject_s.png
269 | | movepath.png
270 | | object.png
271 | | objects.png
272 | | paintterrain.png
273 | | paintterrain_s.png
274 | | player.png
275 | | redo.png
276 | | smoothelevation.png
277 | | terrain.png
278 | | trigger.png
279 | | undo.png
280 | |
281 | \---fontbuilder
282 | \---fonts
283 | DejaVu-LICENSE.txt
284 | DejaVuSansMono.ttf
285 | FreeFont-LICENSE.txt
286 | FreeMono.ttf
287 | FreeSans.ttf
288 | FreeSansBold.ttf
289 | FreeSansOblique.ttf
290 | FreeSerif.ttf
291 | FreeSerifBold.ttf
292 | GUST-FONT-LICENSE.txt
293 | LibBiolinum-LICENSE.txt
294 | LICENSE.txt
295 | LinBiolinum_Kah.ttf
296 | LinBiolinum_Rah.ttf
297 | LinBiolinum_RBah.ttf
298 | LinBiolinum_RIah.ttf
299 | texgyrepagella-bold.otf
300 | texgyrepagella-regular.otf
301 |
302 \---system
303 ActorEditor.exe
304 Atlas.bat
305 AtlasUI.dll
306 Collada.dll
307 concrt140.dll
308 dbgcore.dll
309 dbghelp.dll
310 enet.dll
311 FCollada.dll
312 FCollada.pdb
313 gloox-1.0.dll
314 gloox-1.0.pdb
315 glooxwrapper.dll
316 glooxwrapper.pdb
317 icudt68.dll
318 icuin68.dll
319 icuio68.dll
320 icutu68.dll
321 icuuc68.dll
322 libcurl.dll
323 libcurl.pdb
324 libiconv.dll
325 libiconv.pdb
326 libogg.dll
327 libpng16.dll
328 libsodium.dll
329 libvorbis.dll
330 libvorbisfile.dll
331 libxml2.dll
332 miniupnpc.dll
333 miniupnpc.pdb
334 mozjs78-ps-release.dll
335 mozjs78-ps-release.pdb
336 msvcp120.dll
337 msvcp140.dll
338 msvcr120.dll
339 msvcrt.dll
340 nvcore.dll
341 nvimage.dll
342 nvmath.dll
343 nvtt.dll
344 nvtt.pdb
345 OpenAL32.dll
346 pyrogenesis.exe
347 pyrogenesis.pdb
348 Quickstart.bat
349 readme.txt
350 SDL2.dll
351 vcruntime140.dll
352 zlib1.dll
353