aboutsummaryrefslogtreecommitdiff
path: root/src/SFileGetFileInfo.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-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-03-13+ UpdatesLadislav Zezula
2015-05-28+ Fixed bug in SFileReadFileunknown
2015-05-04+ Added detection of SLK extensionunknown
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-03-13+ Support for MPQ.KangTooJee map protectorunknown
+ Compacting optimized
2015-01-19+ More parameter checkingLadislav Zezula
2014-01-14+ Fixed cases with invalid block table sizeLadislav Zezula
2013-12-27+ Support for master-mirror pairsv9.00Ladislav
+ Support for streaming MPQs + Bug fixes
2013-12-22+ MPQ Bitmap processign was moved to TFileStreamLadislav
+ Preparing for implementation of master-mirror streaming (like Blizzard games do)
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-06+ Bug fixes in SFileGetFileInfo, SAttrFileSaveToMpq, SListFileSaveToMpqLadislav Zezula
+ FileStream now handles files over 2GB properly + Test under Linux
2013-12-05+ StormLib 9.0 BETALadislav Zezula
2013-12-05+ StormLib 9.0 BETALadislav Zezula