summaryrefslogtreecommitdiffhomepage
path: root/data
AgeCommit message (Collapse)Author
2022-09-17Changed to install ogg files directly into the file systemAki
The current implementation of ogg loaded uses exclusively ov_open. The loader will need to be switched to ov_open_callbacks to support loading from the memory.
2022-09-16Added vox datafileAki
2022-08-17Added some utility scripts I used for some datafiles inspectionsAki
2022-02-14Fixed localization in second training missionAki
2022-02-09Added simplistic install-time configurationAki
2022-02-09Somewhat finalized AddDatafile and AddDownloadableResourceAki
Ready-to-distribute datafiles can now be produced by the build chain. This is already done for shatter.dat, content.dat, and start.dat
2022-02-09Implemented initial downloadable binary resources for building datafilesAki
2022-02-07Added start.dat from one of the distributions of the gameAki
2022-02-06Added datafiles to the repositoryAki
This includes only text files from the most common distribution of content.dat and shatter.dat.