1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-01 08:15:54 +00:00
openmw/components/bsa
cc9cii 3982573035 BSA enhancements.
* Implement hash based lookup for TES3 BSA files.
* Added TES4/TES5 BSA support.
* Implemented a hack (non-portable code) in an attempt to reduce startup time under Windows because  Boost::filesystem seems to take forever on GetFileAttributeW.  This implementation uses FindFirstFile/FindNextFile/FindClose instead.
2018-10-06 13:35:51 +10:00
..
bsa_archive.cpp BSA enhancements. 2018-10-06 13:35:51 +10:00
bsa_archive.hpp BSA enhancements. 2018-10-06 13:35:51 +10:00
bsa_file.cpp BSA enhancements. 2018-10-06 13:35:51 +10:00
bsa_file.hpp BSA enhancements. 2018-10-06 13:35:51 +10:00
resources.cpp BSA enhancements. 2018-10-06 13:35:51 +10:00
resources.hpp BSA enhancements. 2018-10-06 13:35:51 +10:00
tes4bsa_file.cpp BSA enhancements. 2018-10-06 13:35:51 +10:00
tes4bsa_file.hpp BSA enhancements. 2018-10-06 13:35:51 +10:00