Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-04 | + Optimized loading listfile | unknown | |
2015-05-04 | + Fixed bug in defragmenting block table | unknown | |
2015-05-01 | + Re-added | unknown | |
2015-05-01 | Merge branch 'master' of https://github.com/ladislav-zezula/StormLib | unknown | |
Conflicts: src/SBaseFileTable.cpp | |||
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-04-22 | + PDWORD -> LPDWORD | unknown | |
2015-04-21 | + Defragmenting file table fixed | unknown | |
2015-04-18 | + SFileGetFileInfo(SFileMpqHashTable) now returns updated hash table instead ↵ | unknown | |
of raw table loaded from the file | |||
2015-03-13 | + Support for MPQ.KangTooJee map protector | unknown | |
+ Compacting optimized | |||
2014-12-23 | + Adding files into MPQs that have BlockTableSize > HashTableSize is not allowed | Ladislav Zezula | |
+ Compacting MPQs that have BlockTableSize > HashTableSize is allowed | |||
2014-11-25 | + Fixed bug in processing HET table | Ladislav Zezula | |
2014-08-27 | + Added support for signing MPQ archive (weak signature).v9.10 | Ladislav Zezula | |
+ Added test cases for signature support + Release 9.10 | |||
2014-08-25 | + Added support for newest Spazzler protector | Ladislav Zezula | |
2014-03-27 | + Fixed crash when adding file after an empty archive has been flushed | Ladislav | |
2014-03-14 | + Improved key detection for archives with large sector sizes | Ladislav Zezula | |
2014-03-05 | + Fixed ASSERT when opening a protected map with MPQ_OPEN_FORCE_MPQ_V1 | Ladislav Zezula | |
2014-01-14 | + Fixed cases with invalid block table size | Ladislav Zezula | |
2014-01-13 | + Support for BOBA map protector | Ladislav Zezula | |
2014-01-13 | + Support for MPQs locked by the Spazzler protector | Ladislav Zezula | |
2014-01-04 | + Minor fix | Ladislav | |
2014-01-03 | + Version 9.00 released | Ladislav | |
2013-12-27 | + Support for master-mirror pairsv9.00 | Ladislav | |
+ Support for streaming MPQs + Bug fixes | |||
2013-12-19 | + Bitmap support was moved from archive functions to FileStream functions, ↵ | Ladislav Zezula | |
where are more appropriate + Added support for master-mirror streams (like Blizzard games do) + SFileGetArchiveBitmap was moved into SFileGetFileInfo + Fixed bug in SFileCompactArchive + Removed classes SFileMpqBitmapXXX from SFileGetFileInfo | |||
2013-12-15 | + static analysis issues fixed | Ladislav | |
2013-12-12 | + Fixed warnings | Ladislav Zezula | |
+ Added SBaseDumpData to the makefiles | |||
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-13 | + Support for SQP and MPK archives | Ladislav Zezula | |
+ Makefiles fixed | |||
2013-10-11 | + Support for SQP files | Ladislav 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-09-15 | + Fixed possible division by zero in LoadMpqDataBitmap | Ladislav | |
+ Updated zlib to version 1.2.5 (the same like current WoW build uses) | |||
2013-03-13 | + Fixed loading of MPQ bitmap if the MPQ has overlay data | Ladislav Zezula | |
2013-01-11 | Initial creation | Ladislav Zezula | |