aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-28Merge pull request #176 from BogdanW3/extLadislav Zezula
Approved. Thank you for the contribution.
2020-04-28Add more extensionsBogdan Gligorijevic
2020-04-06Merge pull request #174 from namreeb/masterLadislav Zezula
Merged. Thanks for the contribution.
2020-04-05Fixed Linux buildnamreeb
2020-04-06Merge pull request #173 from namreeb/masterLadislav Zezula
Added option, disabled by default, to skip adding files to install. …
2020-04-05Added option, disabled by default, to skip adding files to install. This is ↵namreeb
useful when the library is being linked statically.
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
2020-03-21Fixed Linux test pathsLadislav Zezula
2020-03-21Merge branch 'master' of https://github.com/ladislav-zezula/StormLibLadislav Zezula
2020-03-21Paths for test filesLadislav Zezula
2019-11-02Merge pull request #164 from SimonMossmyr/masterLadislav Zezula
Thank you for the big finding :-) Merged.
2019-11-01Fix incorrect CPack description file pathSimon Mossmyr
2019-10-30Merge pull request #163 from glebm/patch-1Ladislav Zezula
Merged. Thank you for your contribution.
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-29Merge pull request #161 from SimonMossmyr/masterLadislav Zezula
Merged. Thank you for your contribution.
2019-10-28Add Linux install instructions and usageSimon Mossmyr
2019-10-28Rename README to README.mdSimon Mossmyr
2019-10-21Merge pull request #160 from niacat/masterLadislav Zezula
Merged. Thanks for the contribution!
2019-10-21Include strings.h for strncasecmpnia
2019-09-21Removed forgotten debug messageLadislav Zezula
2019-09-21Updated Storm.lib test programLadislav Zezula
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-10Merge pull request #158 from extrowerk/haiku_support_pt2Ladislav Zezula
FileStream.cpp: Add Haiku platform support
2019-05-09Haiku support for testsZoltán Mizsei
2019-05-09FileStream.cpp: Add Haiku platform supportZoltán Mizsei
2019-05-01Merge pull request #157 from extrowerk/haiku_supportLadislav Zezula
SormLib: Haiku support
2019-05-01Define WORK_PATH for HaikuZoltá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
2019-02-04Merge pull request #146 from susnux/masterLadislav Zezula
Merged. Thank you for the contribution.
2019-02-03CMake / Linux: make sure system zlib and bz2 headers are usedFerdinand Thiessen
2019-01-28Merge pull request #145 from actboy168/patch-1Ladislav Zezula
Merged. Thank you for the contribution.
2019-01-25Export SFileCreateArchive2actboy168
SFileCreateArchive2 provides more MPQ customization options, such as #5.
2018-11-08+ Added solutions for VS 2017Ladislav Zezula
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-02Merge pull request #131 from nvs/masterLadislav Zezula
Add brackets in SFileSetFilePointer when pointer < 0
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-27Merge pull request #129 from nvs/fix-error-negative-seekLadislav Zezula
I looked at your proposed changes and yes, they are OK. Thank you for the bugfix.
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-15Merge pull request #127 from kambala-decapitator/masterLadislav Zezula
Merged. Looks like no one has build StormLib for Mac for years.
2018-04-15fix macOS buildAndrey Filipenkov