aboutsummaryrefslogtreecommitdiff
path: root/src/SFileGetFileInfo.cpp
AgeCommit message (Collapse)Author
2024-04-21Fixed page fault from https://github.com/ladislav-zezula/StormLib/issues/344Ladislav Zezula
2024-04-21Fixed page fault from https://github.com/ladislav-zezula/StormLib/issues/343Ladislav Zezula
2023-12-21Fixed https://github.com/ladislav-zezula/StormLib/issues/311Ladislav Zezula
2023-10-06Fixed bug in SFileSetFileLocaleLadislav Zezula
2023-07-08Fixed heap overflowLadislav Zezula
2023-02-02Fixed bugsLadislav Zezula
2022-09-28lcLocale -> lcFileLocale. Now also contains platformLadislav Zezula
2022-02-06Fixed file search order for Starcraft ILadislav Zezula
2021-07-17Fix enumeration values not handled in switch warningAnders Jenbo
2021-05-17nError -> dwErrCodeLadislav Zezula
2021-05-11User data is returned only if there are any, actuallyLadislav Zezula
2021-02-27Add more file extensionsBogdan Gligorijevic
2020-11-23Removed trailing whitespaceLadislav Zezula
2020-11-21* Release 9.23v9.23Ladislav Zezula
* Fixed regressions * Fixed test program
2020-08-26* Removed sprintf as source of incompatibilitiesLadislav Zezula
* Fixed bug
2020-04-28Add more extensionsBogdan Gligorijevic
2019-09-11Added detection of compiled LUA scriptsZezula Ladislav
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