aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-03+ Version 9.00 releasedLadislav
2013-12-27+ Support for master-mirror pairsv9.00Ladislav
+ Support for streaming MPQs + Bug fixes
2013-12-22+ MPQ Bitmap processign was moved to TFileStreamLadislav
+ 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 problemLadislav
2013-12-16+ Fixed bugs in listfile searchLadislav
2013-12-15+ static analysis issues fixedLadislav
2013-12-12+ Fixed warningsLadislav Zezula
+ Added SBaseDumpData to the makefiles
2013-12-09+ BugfixesLadislav Zezula
2013-12-07+ Format strings fixedLadislav
2013-12-06+ Fixed file namesLadislav Zezula
2013-12-06+ CosmeticsLadislav Zezula
2013-12-06+ Bug fixes in SFileGetFileInfo, SAttrFileSaveToMpq, SListFileSaveToMpqLadislav Zezula
+ FileStream now handles files over 2GB properly + Test under Linux
2013-12-05+ StormLib 9.0 BETALadislav Zezula
2013-12-05+ StormLib 9.0 BETALadislav Zezula
2013-11-18+ Adding files to MPQ no longer removes (listfile) and (attributes) when not ↵v8.99Ladislav
enough space in the hash table + Fixes in deletion of files from MPQs v 4.0
2013-11-18+ Added license fileLadislav
2013-11-15+ Support for compile-time messages for deprecated symbolsLadislav
+ Replaced MPQ_FILE_COMPRESSED with more descriptive MPQ_FILE_COMPRESS_MASK
2013-11-15+ Fixed build in Visual Studio 2012Ladislav
2013-11-14+ Makefiles fixedLadislav
2013-11-13+ Support for SQP and MPK archivesLadislav Zezula
+ Makefiles fixed
2013-10-11+ Release 8.22v8.22Ladislav
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+ Incremented versionLadislav Zezula
2013-10-11+ Support for SQP filesLadislav 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-10-10+ fixed zlib, messed up by GITLadislav Zezula
2013-10-10+ md5 initialization for error casesLadislav Zezula
2013-10-10+ Fixed crash when TMPQFile failed to allocateLadislav Zezula
+ ZLIB updated
2013-09-17+ Parameter checkLadislav
2013-09-15+ AddedLadislav
2013-09-15+ removed empty lines in makefile.macLadislav
2013-09-15+ Fixed possible division by zero in LoadMpqDataBitmapLadislav
+ Updated zlib to version 1.2.5 (the same like current WoW build uses)
2013-08-31Merge pull request #6 from actboy168/hotfix-open-file--accessLadislav
fixed SFileCompactArchive failed in win8
2013-09-01+ Fixed bug in Windows 8Ladislav
+ Minors
2013-09-01fixed SFileCompactArchive failed in win8actboy168
2013-07-25+ Fixed also for VS 2012Ladislav Zezula
2013-07-25+ CosmeticsLadislav Zezula
2013-07-25+ Fixed output directory for Stormlib_test (Windows, x64, Release)Ladislav Zezula
2013-07-24Merge pull request #3 from Deaod/masterLadislav
Make AddFile and Compact callbacks part of TMPQArchive
2013-07-24Merge pull request #4 from kambala-decapitator/masterLadislav
fixed compilation for PowerPC architecture on Mac OS X
2013-07-24+ Lower Windows permissions are now needed for opening MPQ for read-onlyLadislav
2013-07-18fixed compilation for PowerPC architecture on Mac OS XAndrey Filipenkov
2013-04-23Compact callback now no longer uses global variables. You should be able to ↵Lukas Bagaric
compact different archives on different threads now.
2013-04-22AddFile and Compact callback now part of TMPQArchiveLukas Bagaric
Signed-off-by: Lukas Bagaric <deaeod@gmail.com>
2013-04-02+ Fixed build errorsLadislav Zezula
2013-04-02+ Deleted unnecessary fileLadislav Zezula
2013-04-02+ Project file for Storm.dll export LIB was moved to the Storm_dll ↵Ladislav Zezula
directory, as they are no longer needed
2013-04-02Merge branch 'master' of https://github.com/stormlib/StormLibLadislav Zezula
2013-04-02+ Removed mess from project filesLadislav Zezula
+ Project files for VS 2012
2013-03-23+ When creating new MPQ, sector CRC is no longer omited if ↵Ladislav
MPQ_FILE_SECTOR_CRC is present