aboutsummaryrefslogtreecommitdiff
path: root/src/SFileOpenArchive.cpp
AgeCommit message (Collapse)Author
2025-02-26fix crash when the allocation of pbHeaderBuffer failspionere
2024-04-21Fixed division by zero in https://github.com/ladislav-zezula/StormLib/issues/335Ladislav Zezula
2024-04-15Work in progress: New MPQ protectorLadislav Zezula
2023-12-30Regression tests passedLadislav Zezula
2023-10-07Added guard against fake MPK headersLadislav Zezula
2023-06-06CosmeticsLadislav Zezula
2022-09-28lcLocale -> lcFileLocale. Now also contains platformLadislav Zezula
2022-05-15Code refinedLadislav Zezula
2022-05-12Added implementation of Srarctaft I BETA ADPCM decompressionLadislav Zezula
2021-12-18CosmeticsLadislav Zezula
2021-12-17Support for protected SCX filesLadislav Zezula
2021-05-17nError -> dwErrCodeLadislav Zezula
2021-04-16Minor fixLadislav Zezula
2020-12-20Yet another NP_Protect versionLadislav Zezula
2020-12-13Added support for amternative MPQ markersLadislav Zezula
2020-12-06* Better checks for MPQ header v 4.0Ladislav 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-09-22Added support for NP_Protect protector (SC2 Maps)Ladislav Zezula
2020-08-09Loading of MPQs v 4.0 with fake MPQ headersLadislav Zezula
2020-04-05Fixed Linux buildnamreeb
2020-03-25MIX files are now considered Watctaft III mapsLadislav Zezula
2018-11-08* New feature: Force add listfileLadislav Zezula
2018-10-15+ Fixed arbitrarily large allocations caused by TQMPHeader::dwBlockTableSizeZezula Ladislav
2017-07-28+ Fixed bug when SFileAddFileEx could add a file with MPQ_FILE_SINGLE_UNIT ↵Zezula Ladislav
to a Warcraft III map
2017-07-26Added support for PG1.11.973 protectorLadislav Zezula
2016-11-06+ Reverted include directoriesLadislav Zezula
2016-11-05fix cmake dependency and move headers to includeLectem
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-01-28+ Anti-integer overflow in calculating buffer for hash table, and position ↵Ladislav Zezula
of the block table entry
2015-11-07+ Hashing function no longer replaces slashes for backslashes (storm.dll v ↵Ladislav Zezula
2002 doesn't do that either) + Support for names beginning with slashes, like \/\BTNThoriumAmmunition.blp
2015-10-07+ Added support for an archaic file flag 0x10000000Ladislav Zezula
2015-10-04+ Workspaces for Visual Studio 2015unknown
+ Fixed warnings given by VS 2015
2015-05-28+ Fixed defects found by Coverity (well, most of them)Ladislav Zezula
2015-05-04+ The "(attributes)" file si only loaded if the block table was not cutunknown
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-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
2015-02-03+ If a MPQ looks like a Warcraft III map, MPQ User Data are not checked.Ladislav Zezula
+ Bye bye, "Somj2hM16" protector.
2015-01-18+ More paratemer checking to make nitpickers happyunknown
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-08-25+ Added support for newest Spazzler protectorLadislav Zezula
2014-06-13+ Limited MPQ header search to 0x08000000 bytesLadislav
2014-03-14+ Improved key detection for archives with large sector sizesLadislav Zezula
2014-01-13+ Support for BOBA map protectorLadislav Zezula
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