Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-12 | Fixed regression tests | Ladislav Zezula | |
2022-02-12 | Defragmenting hash table replaced by invalidating bad hash table entries | Ladislav Zezula | |
2022-02-06 | Fixed file search order for Starcraft I | Ladislav Zezula | |
2022-01-22 | Fix C compliance for StormLib.h | NielsAD | |
2021-12-26 | Fixed assert on some platforms | Ladislav Zezula | |
2021-12-21 | Regression tests | Ladislav Zezula | |
2021-12-18 | Merge pull request #228 from AJenbo/patch-1 | Ladislav Zezula | |
Fix enumeration values not handled in switch warning | |||
2021-12-18 | Cosmetics | Ladislav Zezula | |
2021-12-17 | Support for protected SCX files | Ladislav Zezula | |
2021-10-06 | Fixed support for SQP archives | Ladislav Zezula | |
2021-07-17 | Fix enumeration values not handled in switch warning | Anders Jenbo | |
2021-07-06 | Beautifying | Ladislav Zezula | |
2021-07-06 | Fixed ZLIB decompression | Ladislav Zezula | |
2021-07-02 | Fixed infinite loop in BZIP decompression | Ladislav Zezula | |
2021-05-17 | PDWORD -> LPDWORD | Ladislav Zezula | |
2021-05-17 | Removed asserts | Ladislav Zezula | |
2021-05-17 | Added alignment-aware block encryption/decryption | Ladislav Zezula | |
2021-05-17 | nError -> dwErrCode | Ladislav Zezula | |
2021-05-15 | Fixed #endif | Ladislav Zezula | |
2021-05-15 | LTC_NO_PROTOTYPES splitted into multiple sub-macros | Ladislav Zezula | |
2021-05-15 | Added C++11 support in MAKEFILE | Ladislav Zezula | |
2021-05-15 | Fixed thread_local | Ladislav Zezula | |
2021-05-15 | Created branch for CLANG 12 expeiments | Ladislav Zezula | |
2021-05-11 | User data is returned only if there are any, actually | Ladislav Zezula | |
2021-05-06 | Fixed infinite loop | Ladislav Zezula | |
2021-05-01 | Make nLastError thread-local | Gleb Mazovetskiy | |
Before this fix, `Get/SetLastError` on non-Windows behaved incorrectly when used from multiple threads. | |||
2021-04-16 | Minor fix | Ladislav Zezula | |
2021-04-08 | StormPort.h: Do not assume mmap support | Gleb Mazovetskiy | |
Do not assume mmap by default for the fallback platform, unless it's in a list of platforms that we know have mmap Refs #215 | |||
2021-04-01 | Merge pull request #214 from ladislav-zezula/MmapTest | Ladislav Zezula | |
munmap as well | |||
2021-04-01 | munmap as well | Ladislav Zezula | |
2021-04-01 | Fix big endian on non-Mac | Gleb Mazovetskiy | |
Mac-specific functions aren't all that useful, simply replaces them with a platform-agnostic implementation. | |||
2021-03-31 | Test | Ladislav Zezula | |
2021-03-31 | * New platforms added | Ladislav Zezula | |
* These are now considered to be Mac compatible | |||
2021-03-31 | * Removed the Haiku-specific code | Ladislav Zezula | |
* The Haiku platform is now under STORMLIB_MAC | |||
2021-03-31 | Merge pull request #208 from glebm/invalidate-handle | Ladislav Zezula | |
FileStream: Ensure file handle invalidation on error | |||
2021-03-31 | Merge pull request #207 from glebm/macos-headers | Ladislav Zezula | |
Fix macOS build | |||
2021-03-31 | Fixed SFileSetFilePointer on local files | Ladislav Zezula | |
2021-03-31 | FileStream: Ensure file handle invalidation on error | Gleb Mazovetskiy | |
If the file fails to open, the file handle must be invalidated. Co-authored-by: Xadhoom <> Co-authored-by: Anders Jenbo <anders@jenbo.dk> | |||
2021-03-31 | Fix macOS build | Gleb Mazovetskiy | |
Adds a few missing includes. Co-authored-by: Anders Jenbo <anders@jenbo.dk> | |||
2021-02-27 | Add more file extensions | Bogdan Gligorijevic | |
2020-12-21 | _countof macro should now work for all builds | Ladislav Zezula | |
2020-12-20 | Yet another NP_Protect version | Ladislav Zezula | |
2020-12-13 | Added support for amternative MPQ markers | Ladislav Zezula | |
2020-12-06 | * Better checks for MPQ header v 4.0 | Ladislav Zezula | |
2020-11-23 | Removed trailing whitespace | Ladislav Zezula | |
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 | |