Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-28 | + Fixed bug when SFileAddFileEx could add a file with MPQ_FILE_SINGLE_UNIT ↵ | Zezula Ladislav | |
to a Warcraft III map | |||
2017-07-26 | Added support for PG1.11.973 protector | Ladislav Zezula | |
2016-11-06 | + Reverted include directories | Ladislav Zezula | |
2016-11-05 | fix cmake dependency and move headers to include | Lectem | |
2016-06-18 | + Updated for protectors fiddling with too big block table index | Ladislav Zezula | |
2016-05-27 | + Support for MPQs that have invalid (and ignored) flags in the block table | Ladislav Zezula | |
+ Support for MPQs that have malformed block indexes (0x8000xxxx or 0x4000xxxx) | |||
2016-01-28 | + Anti-integer overflow in calculating buffer for hash table, and position ↵ | Ladislav Zezula | |
of the block table entry | |||
2015-11-07 | + Hashing function no longer replaces slashes for backslashes (storm.dll v ↵ | Ladislav Zezula | |
2002 doesn't do that either) + Support for names beginning with slashes, like \/\BTNThoriumAmmunition.blp | |||
2015-10-07 | + Added support for an archaic file flag 0x10000000 | Ladislav Zezula | |
2015-10-04 | + Workspaces for Visual Studio 2015 | unknown | |
+ Fixed warnings given by VS 2015 | |||
2015-05-28 | + Fixed defects found by Coverity (well, most of them) | Ladislav Zezula | |
2015-05-04 | + The "(attributes)" file si only loaded if the block table was not cut | unknown | |
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-18 | + Fixed use-after-free in SListFileFindFirstFile | unknown | |
+ Replaces SFileMpqIsReadOnly with SFileMpqFlags + New MPQ flag: MPQ_FLAG_WAR3_MAP | |||
2015-03-13 | + Support for MPQ.KangTooJee map protector | unknown | |
+ Compacting optimized | |||
2015-02-03 | + If a MPQ looks like a Warcraft III map, MPQ User Data are not checked. | Ladislav Zezula | |
+ Bye bye, "Somj2hM16" protector. | |||
2015-01-18 | + More paratemer checking to make nitpickers happy | unknown | |
2014-10-07 | + Improved patching process so that it works for Starcraft II patches | Ladislav Zezula | |
+ Removed memory leaks in file search | |||
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-06-13 | + Limited MPQ header search to 0x08000000 bytes | Ladislav | |
2014-03-14 | + Improved key detection for archives with large sector sizes | 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 | |
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-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-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 | + (Perhaps) finally updated ZLIB so the fucking GIT will not downgrade it on ↵ | Ladislav | |
next pull + Dmitry Vortex issues | |||
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-01-11 | Initial creation | Ladislav Zezula | |