aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-06-17Fixed calling conventionLadislav Zezula
2020-06-17Merge branch 'master' of https://github.com/ladislav-zezula/StormLibLadislav Zezula
2020-06-17Fixed calling convention for GCCLadislav Zezula
2020-05-30Fixed address typo in pklib struct documentationLajos.Meszaros
2020-05-19Small changes to the build processLadislav Zezula
2020-05-13Minox fixesLadislav Zezula
2020-05-11Added WDK buildLadislav Zezula
2020-05-10* ZLIB updatedLadislav Zezula
* Minor fixes
2020-05-05Added option to open named sectionLadislav Zezula
2020-04-28Add more extensionsBogdan Gligorijevic
2020-04-05Fixed Linux buildnamreeb
2020-03-25Added checks for obviously fake filesLadislav Zezula
2020-03-25CheckWildCard renamed to SFileCheckWildCard to prevent conflict with CascLibLadislav Zezula
2020-03-25MIX files are now considered Watctaft III mapsLadislav Zezula
2019-10-30StormPort: Suppress `min/max` macros from windowsGleb Mazovetskiy
This makes StormLib usable with C++ stdlib (e.g. the <algorithm> header which defines std::min/max)
2019-10-21Include strings.h for strncasecmpnia
2019-09-11BlehZezula Ladislav
2019-09-11Added detection of compiled LUA scriptsZezula Ladislav
2019-05-10Merge pull request #150 from BogdanW3/signLadislav Zezula
Support for mpq not being the last part of a file
2019-05-09FileStream.cpp: Add Haiku platform supportZoltán Mizsei
2019-05-01Add Haiku supportZoltán Mizsei
2019-02-20Change QueryMpqSignatureInfo to support the mpq not being the last part of a ↵Bogdan Gligorijevic
file
2018-11-08* New feature: Force add listfileLadislav Zezula
2018-10-15+ Fixed arbitrarily large allocations caused by TQMPHeader::dwBlockTableSizeZezula Ladislav
2018-06-13+ When opening a file by special name, the file is first checked whether ↵Ladislav Zezula
that file is there.
2018-05-01Add brackets in SFileSetFilePointer when pointer < 0nvs
This addresses a bug introduced in: - fe652fe4a6e02041194a0f1b29a0086bd99fb14d Brackets were not properly included, causing `SFILE_INVALID_POS` to be returned whenever `DeltaPos` was less than zero, instead of only when the resulting position was negative.
2018-04-26Set SFileSetFilePointer error when new pointer < 0nvs
This addresses an apparent oversight in the following commit: - 951f416398b3aa0b32969b4a391a3103443ad99e An error is not actually set, even though the return value now correctly indicates failure. Per the documentation for [`SetFilerPointer ()`][1], this should be set to `ERROR_NEGATIVE_SEEK` on Windows. On Mac/Linux, this would be `EINVAL` as per the documentation for [`fseek ()`][2]. [1]: https://msdn.microsoft.com/en-us/library/windows/desktop/aa365541(v=vs.85).aspx [2]: http://pubs.opengroup.org/onlinepubs/9699919799/functions/fseek.html
2018-04-03+ Fixed build warnings in VS 2015Zezula Ladislav
2017-11-11+ LPCTSTR for Linux+MacLadislav Zezula
2017-11-10+ Pre-release 9.22Zezula 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-30+ Fixed an AlwaysTrue conditionZezula Ladislav
2017-09-17Add STORMLIB_NO_AUTO_LINK define to disable linking with pragmaLectem
2017-08-29Merge branch 'master' of https://github.com/ladislav-zezula/StormLibZezula Ladislav
2017-08-29+ Fixed patching bugZezula Ladislav
2017-08-28SFileSetFilePointer error when new pointer is <0Lectem
The standard behaviour for fseek / SetFilePointer when the new pointed value would be negative is to not move the pointer and return an error. See : https://msdn.microsoft.com/en-us/library/windows/desktop/aa365541(v=vs.85).aspx `If a new file pointer is a negative value, the function fails, the file pointer is not moved, and the code returned by GetLastError is ERROR_NEGATIVE_SEEK.`
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-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-17+ Fixed leaked handle when _stat failsLadislav Zezula
2017-01-12+ By "2 GB", I really mean 2 GB.Zezula Ladislav
2017-01-11+ BZIP2 updatedLadislav Zezula
2016-12-16+ bzip2 upgraded to 1.0.6Ladislav Zezula
2016-12-12+ Release 9.21v9.21Ladislav Zezula
2016-11-13use DWORD for get/setlasterrorLectem
2016-11-06+ Added missing filesLadislav Zezula