aboutsummaryrefslogtreecommitdiff
path: root/test/StormTest.cpp
AgeCommit message (Collapse)Author
2017-11-11+ LPCTSTR for Linux+MacLadislav Zezula
2017-11-09+ Fixed Linux buildLadislav Zezula
2017-11-09+ UTF-8 UNICODE name of the listfile directory for the Linux testing folderZezula Ladislav
2017-11-09+ Fixed Linux buildZezula Ladislav
2017-11-08+ Tilde can now be a part of file name in the MPQLadislav Zezula
2017-11-08+ SFileAddListFile and SFileCompactArchive now take "const TCHAR *" instead ↵Zezula Ladislav
of "const char *" + Fixed some bugs
2017-10-17+ CosmeticsLadislav Zezula
2017-08-29+ Fixed patching bugZezula Ladislav
2017-08-17+ Fixed issue "Internal Files Creation Settings #96"Zezula Ladislav
2017-08-17+ Fixed bug in processing Huffmann compressionZezula Ladislav
2017-08-07+ Space and tab can both be part of the file nameZezula Ladislav
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-06+ Public include directories moved to "include" directoryLadislav Zezula
2016-09-30+ Test file updatedLadislav Zezula
2016-09-30+ Yet another protectorLadislav Zezula
2016-07-15+ Fixed workspace for storm_dllLadislav Zezula
+ Updated storm.dll from Warcraft 1.27
2016-07-14+ Fixed bug in opening SQP archivesLadislav Zezula
+ More efficient version of GetNearestPowerOfTwo
2016-07-11+ Yet another protector solvedLadislav 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-05-26+ Added support for an updated Somj2hM16 protectionLadislav Zezula
2016-05-18+ Fixed bug on compacting archiveLadislav Zezula
2016-05-03+ Fixed bounds checking in SFileSetFilePointerLadislav 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+ Little bugLadislav Zezula
2016-03-13+ UpdatesLadislav Zezula
2016-01-30+ fixed the _ltc_mp symbol being undefined after make with Makefile.linuxLadislav Zezula
2016-01-28+ Anti-integer overflow in calculating buffer for hash table, and position ↵Ladislav Zezula
of the block table entry
2015-11-18+ Improved searching of the patch prefixes for SC2 archivesLadislav Zezula
2015-11-17+ Fixed possible buffer overflow in the patching processLadislav Zezula
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-08-03+ Fixed patch archivesunknown
+ Empty MPQs are no longer marked as malformed
2015-06-28+ Fixed declaration of DllMain to keep MINGW happyunknown
2015-05-29+ Testedunknown
2015-05-28+ Fixed bug in SFileReadFileunknown
2015-05-28+ Fixed defects found by Coverity (well, most of them)Ladislav Zezula
2015-05-13+ SFileFindFile now correctly returns hash index and locale, if existunknown
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+ Added detection of SLK extensionunknown
2015-05-04+ The "(attributes)" file si only loaded if the block table was not cutunknown
2015-05-03+ Fixed return valueunknown
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+ SFileGetFileInfo(SFileMpqHashTable) now returns updated hash table instead ↵unknown
of raw table loaded from the file
2015-04-18+ Fixed use-after-free in SListFileFindFirstFileunknown
+ Replaces SFileMpqIsReadOnly with SFileMpqFlags + New MPQ flag: MPQ_FLAG_WAR3_MAP
2015-04-01+ Better handling of MPQs corrupted by yet another silly MPQ protectorunknown