aboutsummaryrefslogtreecommitdiff
path: root/src/StormLib.h
AgeCommit message (Collapse)Author
2017-09-17Add STORMLIB_NO_AUTO_LINK define to disable linking with pragmaLectem
2017-08-17+ Fixed issue "Internal Files Creation Settings #96"Zezula Ladislav
2017-07-28+ Fixed bug when SFileAddFileEx could add a file with MPQ_FILE_SINGLE_UNIT ↵Zezula Ladislav
to a Warcraft III map
2016-12-12+ Release 9.21v9.21Ladislav Zezula
2016-11-13use DWORD for get/setlasterrorLectem
2016-11-06+ Added missing filesLadislav Zezula
2016-11-05fix cmake dependency and move headers to includeLectem
2016-09-30+ Yet another protectorLadislav Zezula
2016-06-18+ Updated for protectors fiddling with too big block table indexLadislav Zezula
2016-05-27+ Support for MPQs that have invalid (and ignored) flags in the block tableLadislav Zezula
+ Support for MPQs that have malformed block indexes (0x8000xxxx or 0x4000xxxx)
2016-03-13+ UpdatesLadislav Zezula
2015-10-07+ Added support for an archaic file flag 0x10000000Ladislav Zezula
2015-09-18+ Release 9.20v9.20unknown
2015-08-03+ Fixed patch archivesunknown
+ Empty MPQs are no longer marked as malformed
2015-05-13+ SFileFindFile now correctly returns hash index and locale, if existunknown
2015-05-01+ Removed back reference of FileTable -> HashTable, as it is logically incorrectunknown
+ Optimized patching process so it consimes less memory + Added hash table and block table defragmenting for malformed War3 maps
2015-04-21+ Defragmenting file table fixedunknown
2015-04-18+ Fixed use-after-free in SListFileFindFirstFileunknown
+ Replaces SFileMpqIsReadOnly with SFileMpqFlags + New MPQ flag: MPQ_FLAG_WAR3_MAP
2015-03-13+ Support for MPQ.KangTooJee map protectorunknown
+ Compacting optimized
2014-11-25+ Fixed bug in processing HET tableLadislav Zezula
2014-10-07+ Improved patching process so that it works for Starcraft II patchesLadislav Zezula
+ Removed memory leaks in file search
2014-08-27+ Added support for signing MPQ archive (weak signature).v9.10Ladislav Zezula
+ Added test cases for signature support + Release 9.10
2014-04-12+ Removed deprecated stuffLadislav
2014-03-12+ New error code returned when SFileCompactArchive finds at least one ↵Ladislav Zezula
unknown file name
2014-01-13+ Support for MPQs locked by the Spazzler protectorLadislav Zezula
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-09+ BugfixesLadislav 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-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-15+ Support for compile-time messages for deprecated symbolsLadislav
+ Replaced MPQ_FILE_COMPRESSED with more descriptive MPQ_FILE_COMPRESS_MASK
2013-11-13+ Support for SQP and MPK archivesLadislav Zezula
+ Makefiles fixed
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-07-25+ CosmeticsLadislav Zezula
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-01-14StormLib version raised to 8.21v8.21Ladislav Zezula
2013-01-11Initial creationLadislav Zezula