aboutsummaryrefslogtreecommitdiff
path: root/src/StormLib.h
AgeCommit message (Collapse)Author
2023-01-06Added support for non-encrypted MPK filesLadislav Zezula
2022-09-28Incremented versionLadislav Zezula
2022-09-28lcLocale -> lcFileLocale. Now also contains platformLadislav Zezula
2022-05-12Added implementation of Srarctaft I BETA ADPCM decompressionLadislav Zezula
2022-03-26Big endian fixesGaryOderNichts
2022-02-13SFileAddListFile optimized for protectors that set too large hash tableLadislav Zezula
2022-01-22Fix C compliance for StormLib.hNielsAD
2021-12-26Fixed assert on some platformsLadislav Zezula
2021-12-17Support for protected SCX filesLadislav Zezula
2021-10-06Fixed support for SQP archivesLadislav Zezula
2021-05-17nError -> dwErrCodeLadislav Zezula
2020-12-13Added support for amternative MPQ markersLadislav Zezula
2020-11-23Removed trailing whitespaceLadislav Zezula
2020-11-21* Release 9.23v9.23Ladislav Zezula
* Fixed regressions * Fixed test program
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
* Minor fixes
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 ↵Ladislav Zezula
that file is there.
2017-11-10+ Pre-release 9.22Zezula Ladislav
2017-11-08+ SFileAddListFile and SFileCompactArchive now take "const TCHAR *" instead ↵Zezula Ladislav
of "const char *" + Fixed some bugs
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