1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-06 00:55:50 +00:00
OpenMW/components/vfs
Bo Svensson 7c50f823d8
devirtualises BSAFile (#3161)
Currently, Open MW's basic file access speed is limited by a peculiar layer of virtualisation in BSAFile's interface. This PR removes such virtualisation by properly separating BSAFile from CompressedBSAFile in low level contexts.
2021-10-11 10:09:48 +02:00
..
archive.hpp Show mesh origin 2020-12-29 21:45:59 +01:00
bsaarchive.cpp devirtualises BSAFile (#3161) 2021-10-11 10:09:48 +02:00
bsaarchive.hpp devirtualises BSAFile (#3161) 2021-10-11 10:09:48 +02:00
filesystemarchive.cpp Minor optimisation in VFS::FileSystemArchive::listResources 2021-06-23 12:46:44 +02:00
filesystemarchive.hpp Show mesh origin 2020-12-29 21:45:59 +01:00
manager.cpp Use a pair of iterator to represents a range for directory listing 2021-09-24 14:17:34 +02:00
manager.hpp Use a pair of iterator to represents a range for directory listing 2021-09-24 14:17:34 +02:00
registerarchives.cpp devirtualises BSAFile (#3161) 2021-10-11 10:09:48 +02:00
registerarchives.hpp