Age | Commit 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 directories | Ladislav Zezula | |
2016-11-05 | fix cmake dependency and move headers to include | Lectem | |
2016-07-14 | + Fixed bug in opening SQP archives | Ladislav Zezula | |
+ More efficient version of GetNearestPowerOfTwo | |||
2015-05-28 | + Fixed bug in SFileReadFile | unknown | |
2015-05-28 | + Fixed defects found by Coverity (well, most of them) | Ladislav Zezula | |
2015-05-06 | + Fixed possible stack overflow in HashStringJenkins | unknown | |
+ StormLib now creates a listfile even for empty archives to make sure it will be maintained at later point when files are added to it + Bug fixes in listfile loading | |||
2015-05-01 | + Removed back reference of FileTable -> HashTable, as it is logically incorrect | unknown | |
+ Optimized patching process so it consimes less memory + Added hash table and block table defragmenting for malformed War3 maps | |||
2015-03-13 | + Support for MPQ.KangTooJee map protector | unknown | |
+ Compacting optimized | |||
2014-12-02 | + Files with zero size are now processed properly during archive compacting | Ladislav Zezula | |
+ Fixed few memory leaks | |||
2014-03-14 | + Improved key detection for archives with large sector sizes | Ladislav Zezula | |
2014-03-12 | + New error code returned when SFileCompactArchive finds at least one ↵ | Ladislav Zezula | |
unknown file name | |||
2013-12-27 | + Support for master-mirror pairsv9.00 | Ladislav | |
+ Support for streaming MPQs + Bug fixes | |||
2013-12-22 | + MPQ Bitmap processign was moved to TFileStream | Ladislav | |
+ Preparing for implementation of master-mirror streaming (like Blizzard games do) | |||
2013-12-15 | + static analysis issues fixed | Ladislav | |
2013-12-09 | + Bugfixes | Ladislav Zezula | |
2013-12-05 | + StormLib 9.0 BETA | Ladislav Zezula | |
2013-11-18 | + Adding files to MPQ no longer removes (listfile) and (attributes) when not ↵v8.99 | Ladislav | |
enough space in the hash table + Fixes in deletion of files from MPQs v 4.0 | |||
2013-11-15 | + Support for compile-time messages for deprecated symbols | Ladislav | |
+ Replaced MPQ_FILE_COMPRESSED with more descriptive MPQ_FILE_COMPRESS_MASK | |||
2013-11-13 | + Support for SQP and MPK archives | Ladislav Zezula | |
+ Makefiles fixed | |||
2013-10-11 | + (Perhaps) finally updated ZLIB so the fucking GIT will not downgrade it on ↵ | Ladislav | |
next pull + Dmitry Vortex issues | |||
2013-07-25 | + Cosmetics | Ladislav Zezula | |
2013-04-23 | Compact callback now no longer uses global variables. You should be able to ↵ | Lukas Bagaric | |
compact different archives on different threads now. | |||
2013-04-22 | AddFile and Compact callback now part of TMPQArchive | Lukas Bagaric | |
Signed-off-by: Lukas Bagaric <deaeod@gmail.com> | |||
2013-01-11 | Initial creation | Ladislav Zezula | |