aboutsummaryrefslogtreecommitdiff
path: root/src/SFileOpenFileEx.cpp
AgeCommit message (Collapse)Author
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