aboutsummaryrefslogtreecommitdiff
path: root/src/SFileOpenFileEx.cpp
AgeCommit message (Collapse)Author
2024-12-04Changed behavior of patched files with MPQ_FLAG_DELETE_MARKERLadislav Zezula
2024-02-11The flag MPQ_OPEN_NO_LISTFILE is now propagated by SFileOpenPatchArchiveLadislav Zezula
2023-12-27Improved retrieving the hash entry indexLadislav Zezula
2023-12-21Fixed https://github.com/ladislav-zezula/StormLib/issues/311Ladislav Zezula
2023-06-07BeautifyingLadislav Zezula
2022-10-31Build toolset updatedLadislav Zezula
2022-09-28lcLocale -> lcFileLocale. Now also contains platformLadislav Zezula
2022-06-12FixedLadislav Zezula
2021-05-17nError -> dwErrCodeLadislav Zezula
2020-12-13Added support for amternative MPQ markersLadislav Zezula
2020-11-23Removed trailing whitespaceLadislav Zezula
2020-05-10* ZLIB updatedLadislav Zezula
* Minor fixes
2020-03-25Added checks for obviously fake filesLadislav Zezula
2018-10-15+ Fixed arbitrarily large allocations caused by TQMPHeader::dwBlockTableSizeZezula Ladislav
2018-06-13+ When opening a file by special name, the file is first checked whether ↵Ladislav Zezula
that file is there.
2017-11-08+ SFileAddListFile and SFileCompactArchive now take "const TCHAR *" instead ↵Zezula Ladislav
of "const char *" + Fixed some bugs
2016-11-06+ Reverted include directoriesLadislav Zezula
2016-11-05fix cmake dependency and move headers to includeLectem
2016-07-11+ Yet another protector solvedLadislav Zezula
2016-05-27+ Support for MPQs that have invalid (and ignored) flags in the block tableLadislav Zezula
+ Support for MPQs that have malformed block indexes (0x8000xxxx or 0x4000xxxx)
2015-05-01+ Removed back reference of FileTable -> HashTable, as it is logically incorrectunknown
+ Optimized patching process so it consimes less memory + Added hash table and block table defragmenting for malformed War3 maps
2014-10-07+ Improved patching process so that it works for Starcraft II patchesLadislav Zezula
+ Removed memory leaks in file search
2014-03-14+ Improved key detection for archives with large sector sizesLadislav Zezula
2013-12-27+ Support for master-mirror pairsv9.00Ladislav
+ Support for streaming MPQs + Bug fixes
2013-12-05+ StormLib 9.0 BETALadislav Zezula
2013-11-13+ Support for SQP and MPK archivesLadislav Zezula
+ Makefiles fixed
2013-10-11+ Support for SQP filesLadislav Zezula
+ Several checks added (thanks Dmitry "Vortex" Koteroff) + Fixed zlib + StormLib no longer changes "/" to "\". Hopefully this won't be problem for Linux and Mac people
2013-01-28+ Fixed double-free for list file cacheLadislav Zezula
+ Fixed bug with patch prefixes + Fixed bug in SFileDecompression2
2013-01-11Initial creationLadislav Zezula