Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-08 | + SFileAddListFile and SFileCompactArchive now take "const TCHAR *" instead ↵ | Zezula Ladislav | |
of "const char *" + Fixed some bugs | |||
2017-10-30 | + Fixed an AlwaysTrue condition | Zezula Ladislav | |
2017-01-17 | + Fixed leaked handle when _stat fails | Ladislav Zezula | |
2016-11-13 | use DWORD for get/setlasterror | Lectem | |
2016-11-06 | + Reverted include directories | Ladislav Zezula | |
2016-11-05 | fix cmake dependency and move headers to include | Lectem | |
2015-12-28 | + Make nitpickers like Krakean happy. | Ladislav Zezula | |
2015-05-28 | + Fixed bug in SFileReadFile | unknown | |
2015-05-28 | + Fixed defects found by Coverity (well, most of them) | Ladislav Zezula | |
2015-04-21 | + Defragmenting file table fixed | unknown | |
2014-08-25 | + Added support for newest Spazzler protector | Ladislav Zezula | |
2014-06-20 | + Test commitv9.00a | Ladislav | |
2014-05-15 | + Fixed memory leak | unknown | |
2014-05-06 | + NULL is not good replacement for INVALID_HANDLE_VALUE | Ladislav | |
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-13 | + Removed warnings from MINGW | Ladislav Zezula | |
+ Fixed Win32 makefile | |||
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-15 | + static analysis issues fixed | Ladislav | |
2013-12-12 | + Fixed warnings | Ladislav Zezula | |
+ Added SBaseDumpData to the makefiles | |||
2013-12-06 | + Bug fixes in SFileGetFileInfo, SAttrFileSaveToMpq, SListFileSaveToMpq | Ladislav Zezula | |
+ FileStream now handles files over 2GB properly + Test under Linux | |||
2013-12-05 | + StormLib 9.0 BETA | Ladislav Zezula | |
2013-10-11 | + (Perhaps) finally updated ZLIB so the fucking GIT will not downgrade it on ↵ | Ladislav | |
next pull + Dmitry Vortex issues | |||
2013-09-01 | + Fixed bug in Windows 8 | Ladislav | |
+ Minors | |||
2013-07-24 | + Lower Windows permissions are now needed for opening MPQ for read-only | Ladislav | |
2013-04-02 | + Fixed build errors | Ladislav Zezula | |
2013-04-02 | + Removed mess from project files | Ladislav Zezula | |
+ Project files for VS 2012 | |||
2013-03-12 | Heart of the Swarm Release | Ladislav | |
+ Added decryption key for encrypted MPQs from Heart of the Swarm background downloader + Small update of CMakeList.txt (thanks, Pali) | |||
2013-01-11 | Initial creation | Ladislav Zezula | |