1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-13 08:32:57 +08:00
osu-lazer/osu.Game/IO/Archives
Bartłomiej Dach 57bfa18359 Filter out OS-generated files from archives
Add a filename ignore list to ZipArchiveReader to filter out superfluous
OS-generated files from archives during the import process. In addition
to decreasing the size of files imported this allows imports of some
incorrectly-constructed archives. An example is the case of having
a __MACOSX directory next to a single directory with the actual files -
filtering out the former at ZipArchiveReader allows the fallback added
in #6170 to work.
2019-10-10 23:54:23 +02:00
..
ArchiveReader.cs Update resource stores with GetAvailableResources 2019-05-31 14:33:18 +09:00
LegacyDirectoryArchiveReader.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
LegacyFileArchiveReader.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
ZipArchiveReader.cs Filter out OS-generated files from archives 2019-10-10 23:54:23 +02:00