1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-12-13 06:13:06 +00:00
openmw/components/bsa
elsid 796202f435
Use fail function to verify stream state in BSA
If there is a failure to read the file like unexpected EOF, bad returns
false, but fail returns true. Important for reading number of items more
than the file actually has.
2025-10-06 00:02:32 +02:00
..
ba2dx10file.cpp Use std::string_view for BSA file name 2025-10-06 00:02:31 +02:00
ba2dx10file.hpp Use std::string_view for BSA file name 2025-10-06 00:02:31 +02:00
ba2file.cpp Make BA2 extension hash calculation safer (#7784) 2024-01-21 23:03:37 +03:00
ba2file.hpp Standardize components/bsa file include guards and order 2025-02-22 21:12:28 +03:00
ba2gnrlfile.cpp Use std::string_view for BSA file name 2025-10-06 00:02:31 +02:00
ba2gnrlfile.hpp Use std::string_view for BSA file name 2025-10-06 00:02:31 +02:00
bsafile.cpp Only reserve capacity when reading collections 2025-10-06 00:02:31 +02:00
bsafile.hpp Use std::string_view for BSA file name 2025-10-06 00:02:31 +02:00
compressedbsafile.cpp Use fail function to verify stream state in BSA 2025-10-06 00:02:32 +02:00
compressedbsafile.hpp Properly handle duplicated BSA folders 2025-10-06 00:02:31 +02:00
memorystream.hpp Standardize components/bsa file include guards and order 2025-02-22 21:12:28 +03:00