| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-06 | Merge pull request #174 from namreeb/master | Ladislav Zezula | |
| Merged. Thanks for the contribution. | |||
| 2020-04-05 | Fixed Linux build | namreeb | |
| 2020-04-06 | Merge pull request #173 from namreeb/master | Ladislav Zezula | |
| Added option, disabled by default, to skip adding files to install. … | |||
| 2020-04-05 | Added option, disabled by default, to skip adding files to install. This is ↵ | namreeb | |
| useful when the library is being linked statically. | |||
| 2020-03-25 | Added checks for obviously fake files | Ladislav Zezula | |
| 2020-03-25 | CheckWildCard renamed to SFileCheckWildCard to prevent conflict with CascLib | Ladislav Zezula | |
| 2020-03-25 | MIX files are now considered Watctaft III maps | Ladislav Zezula | |
| 2020-03-21 | Fixed Linux test paths | Ladislav Zezula | |
| 2020-03-21 | Merge branch 'master' of https://github.com/ladislav-zezula/StormLib | Ladislav Zezula | |
| 2020-03-21 | Paths for test files | Ladislav Zezula | |
| 2019-11-02 | Merge pull request #164 from SimonMossmyr/master | Ladislav Zezula | |
| Thank you for the big finding :-) Merged. | |||
| 2019-11-01 | Fix incorrect CPack description file path | Simon Mossmyr | |
| 2019-10-30 | Merge pull request #163 from glebm/patch-1 | Ladislav Zezula | |
| Merged. Thank you for your contribution. | |||
| 2019-10-30 | StormPort: Suppress `min/max` macros from windows | Gleb Mazovetskiy | |
| This makes StormLib usable with C++ stdlib (e.g. the <algorithm> header which defines std::min/max) | |||
| 2019-10-29 | Merge pull request #161 from SimonMossmyr/master | Ladislav Zezula | |
| Merged. Thank you for your contribution. | |||
| 2019-10-28 | Add Linux install instructions and usage | Simon Mossmyr | |
| 2019-10-28 | Rename README to README.md | Simon Mossmyr | |
| 2019-10-21 | Merge pull request #160 from niacat/master | Ladislav Zezula | |
| Merged. Thanks for the contribution! | |||
| 2019-10-21 | Include strings.h for strncasecmp | nia | |
| 2019-09-21 | Removed forgotten debug message | Ladislav Zezula | |
| 2019-09-21 | Updated Storm.lib test program | Ladislav Zezula | |
| 2019-09-11 | Bleh | Zezula Ladislav | |
| 2019-09-11 | Added detection of compiled LUA scripts | Zezula Ladislav | |
| 2019-05-10 | Merge pull request #150 from BogdanW3/sign | Ladislav Zezula | |
| Support for mpq not being the last part of a file | |||
| 2019-05-10 | Merge pull request #158 from extrowerk/haiku_support_pt2 | Ladislav Zezula | |
| FileStream.cpp: Add Haiku platform support | |||
| 2019-05-09 | Haiku support for tests | Zoltán Mizsei | |
| 2019-05-09 | FileStream.cpp: Add Haiku platform support | Zoltán Mizsei | |
| 2019-05-01 | Merge pull request #157 from extrowerk/haiku_support | Ladislav Zezula | |
| SormLib: Haiku support | |||
| 2019-05-01 | Define WORK_PATH for Haiku | Zoltán Mizsei | |
| 2019-05-01 | Add Haiku support | Zoltán Mizsei | |
| 2019-02-20 | Change QueryMpqSignatureInfo to support the mpq not being the last part of a ↵ | Bogdan Gligorijevic | |
| file | |||
| 2019-02-04 | Merge pull request #146 from susnux/master | Ladislav Zezula | |
| Merged. Thank you for the contribution. | |||
| 2019-02-03 | CMake / Linux: make sure system zlib and bz2 headers are used | Ferdinand Thiessen | |
| 2019-01-28 | Merge pull request #145 from actboy168/patch-1 | Ladislav Zezula | |
| Merged. Thank you for the contribution. | |||
| 2019-01-25 | Export SFileCreateArchive2 | actboy168 | |
| SFileCreateArchive2 provides more MPQ customization options, such as #5. | |||
| 2018-11-08 | + Added solutions for VS 2017 | Ladislav Zezula | |
| 2018-11-08 | * New feature: Force add listfile | Ladislav Zezula | |
| 2018-10-15 | + Fixed arbitrarily large allocations caused by TQMPHeader::dwBlockTableSize | Zezula 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-02 | Merge pull request #131 from nvs/master | Ladislav Zezula | |
| Add brackets in SFileSetFilePointer when pointer < 0 | |||
| 2018-05-01 | Add brackets in SFileSetFilePointer when pointer < 0 | nvs | |
| 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-27 | Merge pull request #129 from nvs/fix-error-negative-seek | Ladislav Zezula | |
| I looked at your proposed changes and yes, they are OK. Thank you for the bugfix. | |||
| 2018-04-26 | Set SFileSetFilePointer error when new pointer < 0 | nvs | |
| 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-15 | Merge pull request #127 from kambala-decapitator/master | Ladislav Zezula | |
| Merged. Looks like no one has build StormLib for Mac for years. | |||
| 2018-04-15 | fix macOS build | Andrey Filipenkov | |
| 2018-04-03 | + Test commit | Zezula Ladislav | |
| 2018-04-03 | + Fixed build warnings in VS 2015 | Zezula Ladislav | |
| 2017-12-23 | + Proper version in CMakeLists.txt | Ladislav Zezula | |
| 2017-12-23 | Merge pull request #124 from pali/master | Ladislav Zezula | |
| Merged. Thank you for the contribution. | |||
| 2017-12-22 | Fix compiling storm_test executable | Pali Rohár | |
| Compile it really only if STORM_BUILD_TESTS is enabled and link it against compiled StormLib library instead of compiling all source files again. | |||
