aboutsummaryrefslogtreecommitdiff
path: root/src/SBaseFileTable.cpp
AgeCommit message (Collapse)Author
2017-11-08+ SFileAddListFile and SFileCompactArchive now take "const TCHAR *" instead ↵Zezula Ladislav
of "const char *" + Fixed some bugs
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
2017-01-12+ By "2 GB", I really mean 2 GB.Zezula Ladislav
2016-11-06+ Reverted include directoriesLadislav Zezula
2016-11-05fix cmake dependency and move headers to includeLectem
2016-09-30+ Yet another protectorLadislav Zezula
2016-07-14+ Fixed bug in opening SQP archivesLadislav Zezula
+ More efficient version of GetNearestPowerOfTwo
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-05-26+ Added support for an updated Somj2hM16 protectionLadislav Zezula
2016-05-18+ Fixed bug on compacting archiveLadislav Zezula
2016-03-29+ Fixed correction of table indexLadislav Zezula
2016-03-22+ Support for protectors that set hash table offset to zeroLadislav Zezula
+ Support for protectors that set block table offset to zero
2016-03-13+ UpdatesLadislav Zezula
2016-01-28+ Anti-integer overflow in calculating buffer for hash table, and position ↵Ladislav Zezula
of the block table entry
2015-08-03+ Fixed patch archivesunknown
+ Empty MPQs are no longer marked as malformed
2015-05-28+ Make coverity happyLadislav Zezula
2015-05-28+ Fixed use-after-freeLadislav Zezula
2015-05-28+ Fixed defects found by Coverity (well, most of them)Ladislav Zezula
2015-05-13+ Too large listfiles are ignored on malformed mapsunknown
2015-05-06+ Fixed possible stack overflow in HashStringJenkinsunknown
+ StormLib now creates a listfile even for empty archives to make sure it will be maintained at later point when files are added to it + Bug fixes in listfile loading
2015-05-04+ Optimized loading listfileunknown
2015-05-04+ Fixed bug in defragmenting block tableunknown
2015-05-01+ Re-addedunknown
2015-05-01Merge branch 'master' of https://github.com/ladislav-zezula/StormLibunknown
Conflicts: src/SBaseFileTable.cpp
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-22+ PDWORD -> LPDWORDunknown
2015-04-21+ Defragmenting file table fixedunknown
2015-04-18+ SFileGetFileInfo(SFileMpqHashTable) now returns updated hash table instead ↵unknown
of raw table loaded from the file
2015-03-13+ Support for MPQ.KangTooJee map protectorunknown
+ Compacting optimized
2014-12-23+ Adding files into MPQs that have BlockTableSize > HashTableSize is not allowedLadislav Zezula
+ Compacting MPQs that have BlockTableSize > HashTableSize is allowed
2014-11-25+ Fixed bug in processing HET tableLadislav Zezula
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-03-27+ Fixed crash when adding file after an empty archive has been flushedLadislav
2014-03-14+ Improved key detection for archives with large sector sizesLadislav Zezula
2014-03-05+ Fixed ASSERT when opening a protected map with MPQ_OPEN_FORCE_MPQ_V1Ladislav Zezula
2014-01-14+ Fixed cases with invalid block table sizeLadislav Zezula
2014-01-13+ Support for BOBA map protectorLadislav Zezula
2014-01-13+ Support for MPQs locked by the Spazzler protectorLadislav Zezula
2014-01-04+ Minor fixLadislav
2014-01-03+ Version 9.00 releasedLadislav
2013-12-27+ Support for master-mirror pairsv9.00Ladislav
+ Support for streaming MPQs + Bug fixes
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-15+ static analysis issues fixedLadislav
2013-12-12+ Fixed warningsLadislav Zezula
+ Added SBaseDumpData to the makefiles
2013-12-09+ BugfixesLadislav 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