aboutsummaryrefslogtreecommitdiff
path: root/src/SFileFindFile.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-08-29+ Fixed patching bugZezula Ladislav
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
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-05-28+ Fixed bug in SFileReadFileunknown
2015-05-28+ Fixed defects found by Coverity (well, most of them)Ladislav Zezula
2015-05-21+ Fixed bug in "CheckWildCard"Ladislav Zezula
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-27+ Better algorithm of checking wildcardsLadislav Zezula
2015-03-13+ Support for MPQ.KangTooJee map protectorunknown
+ Compacting optimized
2014-10-07+ SFILE_FIND_DATA now contains base hash index, instead of patch hash indexLadislav Zezula
2014-10-07+ Improved patching process so that it works for Starcraft II patchesLadislav Zezula
+ Removed memory leaks in file search
2014-01-13+ Removed warnings from MINGWLadislav Zezula
+ Fixed Win32 makefile
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
2013-11-13+ Support for SQP and MPK archivesLadislav Zezula
+ Makefiles fixed
2013-01-11Initial creationLadislav Zezula