Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-21 | * Release 9.23v9.23 | Ladislav Zezula | |
* Fixed regressions * Fixed test program | |||
2020-11-18 | Fixed some variants of NP_Protect-ed maps | Ladislav Zezula | |
2020-11-02 | Added missing header file | Ladislav Zezula | |
2020-11-02 | Added missing files | Ladislav Zezula | |
2020-10-26 | Added universal makefile for Visual Studio | Ladislav Zezula | |
2020-10-26 | Name conflict with Unreal Engine 4: TBitArray | Ladislav Zezula | |
2020-10-25 | TBitArray: Changed struct to class | Ladislav Zezula | |
2020-10-24 | Changed PLATFORM_* to STORMLIB_* | Ladislav Zezula | |
2020-10-24 | TBitArray made private | Ladislav Zezula | |
2020-10-07 | Migrated to VS 2019 | Ladislav Zezula | |
2020-09-22 | Merge branch 'master' of https://github.com/ladislav-zezula/StormLib | Ladislav Zezula | |
2020-09-22 | Added support for NP_Protect protector (SC2 Maps) | Ladislav Zezula | |
2020-09-02 | change ERROR_NEGATIVE_SEEK to ESPIPE | Маша | |
looks better if we want to differ INVALID_PARAMETER and incorrect seek I think | |||
2020-08-31 | Fixed type cast | Ladislav Zezula | |
2020-08-31 | Fixed missing hash table in case when HET table exists | Ladislav Zezula | |
2020-08-26 | * Removed sprintf as source of incompatibilities | Ladislav Zezula | |
* Fixed bug | |||
2020-08-14 | Removed if statement, which always evaluates to true | Lajos.Meszaros | |
2020-08-09 | Loading of MPQs v 4.0 with fake MPQ headers | Ladislav Zezula | |
2020-06-29 | Fixed cdecl problem | Ladislav Zezula | |
2020-06-17 | Fixed calling convention | Ladislav Zezula | |
2020-06-17 | Merge branch 'master' of https://github.com/ladislav-zezula/StormLib | Ladislav Zezula | |
2020-06-17 | Fixed calling convention for GCC | Ladislav Zezula | |
2020-05-30 | Fixed address typo in pklib struct documentation | Lajos.Meszaros | |
2020-05-19 | Small changes to the build process | Ladislav Zezula | |
2020-05-13 | Minox fixes | Ladislav Zezula | |
2020-05-11 | Added WDK build | Ladislav Zezula | |
2020-05-10 | * ZLIB updated | Ladislav Zezula | |
* Minor fixes | |||
2020-05-05 | Added option to open named section | Ladislav Zezula | |
2020-04-28 | Add more extensions | Bogdan Gligorijevic | |
2020-04-05 | Fixed Linux build | namreeb | |
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 | |
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-21 | Include strings.h for strncasecmp | nia | |
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-09 | FileStream.cpp: Add Haiku platform support | 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 | |||
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-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-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-03 | + Fixed build warnings in VS 2015 | Zezula Ladislav | |
2017-11-11 | + LPCTSTR for Linux+Mac | Ladislav Zezula | |
2017-11-10 | + Pre-release 9.22 | Zezula Ladislav | |
2017-11-09 | + Fixed Linux build | Zezula Ladislav | |