Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-01 | + Better handling of MPQs corrupted by yet another silly MPQ protector | unknown | |
2015-03-17 | + SFileVerify: Added check whether the weak signature is not zeroed out. | Ladislav Zezula | |
+ Typos | |||
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-19 | + More parameter checking | Ladislav Zezula | |
2015-01-18 | + More paratemer checking to make nitpickers happy | unknown | |
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-12-05 | + Optimized patching process | Ladislav Zezula | |
+ Fixed bug on opening Hearthstone patch files | |||
2014-12-02 | + Files with zero size are now processed properly during archive compacting | Ladislav Zezula | |
+ Fixed few memory leaks | |||
2014-11-25 | + Fixed bug in processing HET table | Ladislav Zezula | |
2014-10-07 | + SFILE_FIND_DATA now contains base hash index, instead of patch hash index | Ladislav Zezula | |
2014-10-07 | + Improved patching process so that it works for Starcraft II patches | Ladislav Zezula | |
+ Removed memory leaks in file search | |||
2014-09-18 | + SFileAddListFile now returns proper error code if the file cannot be added. | 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-26 | + When adding a file in the MPQ, a space used by internal MPQ files is reused | Ladislav Zezula | |
2014-08-25 | + Removed unnecessary files | Ladislav Zezula | |
2014-08-25 | + Added support for newest Spazzler protector | Ladislav Zezula | |
2014-08-23 | + Fixed batch file for my personal directory only | Ladislav | |
+ Added private key for strong signature | |||
2014-06-20 | + Test commitv9.00a | Ladislav | |
2014-06-13 | + Limited MPQ header search to 0x08000000 bytes | Ladislav | |
2014-05-15 | + Fix | unknown | |
2014-05-15 | + Fixed memory leak | unknown | |
2014-05-06 | + NULL is not good replacement for INVALID_HANDLE_VALUE | Ladislav | |
2014-05-06 | + Fixed bug in SFileSetFilePointer | Ladislav Zezula | |
2014-04-18 | + Renamed Test.cpp to StormTest.cpp | Ladislav | |
2014-04-12 | + Removed deprecated stuff | Ladislav | |
2014-03-27 | + Fixed crash when adding file after an empty archive has been flushed | Ladislav | |
2014-03-18 | + Size check for (attributes) is only performed in StormLib testprogram | Ladislav Zezula | |
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 | |||
2014-03-05 | + Fixed ASSERT when opening a protected map with MPQ_OPEN_FORCE_MPQ_V1 | Ladislav Zezula | |
2014-03-03 | + Fixed bug in checking size of (attributes) file | Ladislav Zezula | |
2014-02-24 | + If BitsPerSample in a WAVE file is less than 16, StormLib does not use ↵ | Ladislav Zezula | |
ADPCM compression + Added unit test for MONO and MONO-less-than-16-BitsPerSample WAVE files | |||
2014-02-08 | Fix warning in FileStream.cpp. | mewmew | |
StormLib/src/FileStream.cpp:1374:20: warning: converting ‘false’ to pointer type ‘TFileStream*’ [-Wconversion-null] return false; ^ StormLib/src/FileStream.cpp:2266:24: warning: converting ‘false’ to pointer type ‘TFileStream*’ [-Wconversion-null] return false; ^ | |||
2014-01-24 | + Fixed bug in compacting archive | 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-13 | + Removed warnings from MINGW | Ladislav Zezula | |
+ Fixed Win32 makefile | |||
2014-01-12 | + Fixed crash when ha == NULL in SFileCreateFile | Ladislav | |
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-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-16 | + Fixed handle problem | Ladislav | |
2013-12-16 | + Fixed bugs in listfile search | Ladislav | |
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 | |