1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2024-12-29 03:19:44 +00:00
OpenMW/components/bsa
florent.teppe 4f832f479b Fixes compressed BSA loading
When creating the folders map, the folder name without / is hashed, but when trying to get a file record, when looking for a folder it was hashed wit the /
So now in getFileRecord parent_path is used instead
2022-07-02 15:37:26 +02:00
..
bsa_file.cpp Remove boost::filesystem from a couple of files 2022-05-24 21:18:21 +00:00
bsa_file.hpp Avoid redundant conversion to const char* and use make_shared 2022-04-10 22:33:08 +02:00
compressedbsafile.cpp Fixes compressed BSA loading 2022-07-02 15:37:26 +02:00
compressedbsafile.hpp
memorystream.hpp