aboutsummaryrefslogtreecommitdiff
path: root/src/StormLib.h
AgeCommit message (Expand)Author
2020-11-21* Release 9.23v9.23Ladislav Zezula
2020-11-18Fixed some variants of NP_Protect-ed mapsLadislav Zezula
2020-10-26Name conflict with Unreal Engine 4: TBitArrayLadislav Zezula
2020-10-25TBitArray: Changed struct to classLadislav Zezula
2020-10-24Changed PLATFORM_* to STORMLIB_*Ladislav Zezula
2020-10-24TBitArray made privateLadislav Zezula
2020-08-09Loading of MPQs v 4.0 with fake MPQ headersLadislav Zezula
2020-05-10* ZLIB updatedLadislav Zezula
2018-11-08* New feature: Force add listfileLadislav Zezula
2018-06-13+ When opening a file by special name, the file is first checked whether that...Ladislav Zezula
2017-11-10+ Pre-release 9.22Zezula Ladislav
2017-11-08+ SFileAddListFile and SFileCompactArchive now take "const TCHAR *" instead o...Zezula Ladislav
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 to...Zezula Ladislav
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
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
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
2015-04-21+ Defragmenting file table fixedunknown
2015-04-18+ Fixed use-after-free in SListFileFindFirstFileunknown
2015-03-13+ Support for MPQ.KangTooJee map protectorunknown
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
2014-08-27+ Added support for signing MPQ archive (weak signature).v9.10Ladislav Zezula
2014-04-12+ Removed deprecated stuffLadislav
2014-03-12+ New error code returned when SFileCompactArchive finds at least one unknown...Ladislav Zezula
2014-01-13+ Support for MPQs locked by the Spazzler protectorLadislav Zezula
2013-12-27+ Support for master-mirror pairsv9.00Ladislav
2013-12-22+ MPQ Bitmap processign was moved to TFileStreamLadislav
2013-12-19+ Bitmap support was moved from archive functions to FileStream functions, wh...Ladislav Zezula
2013-12-09+ BugfixesLadislav Zezula
2013-12-06+ Bug fixes in SFileGetFileInfo, SAttrFileSaveToMpq, SListFileSaveToMpqLadislav 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
2013-11-15+ Support for compile-time messages for deprecated symbolsLadislav
2013-11-13+ Support for SQP and MPK archivesLadislav Zezula
2013-10-11+ Incremented versionLadislav Zezula
2013-10-11+ Support for SQP filesLadislav Zezula
2013-07-25+ CosmeticsLadislav Zezula
2013-04-23Compact callback now no longer uses global variables. You should be able to c...Lukas Bagaric