mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-06 17:58:05 +02:00
* Cleave the ACZ code into two parts * SSAZip - faster-performing than ZipArchive, very small codebase * OnDemandFile to reduce RAM usage of SSAZip * Modify OnDemandFile to be more amiable for replacing parts of ACManifest * Make the ACZ Manifest code a lot less reliant on an "internal zip file" for memory usage reasons * Finally allow disabling legacy client zip creation entirely * ZIP is now only an ingestion format for ACZ, not actually served anymore * We do a little renaming * We do a little namespace adjustment * We do a little ABOMINATION OF FILE MERGING