Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-16 | Minor fix | Ladislav Zezula | |
2021-04-08 | Merge pull request #216 from glebm/patch-1 | Ladislav Zezula | |
StormPort.h: Do not assume mmap support | |||
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 | Merge pull request #213 from glebm/fix-byte-swapping | Ladislav Zezula | |
Fix big endian on non-Mac | |||
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 | Merge pull request #209 from ladislav-zezula/MmapTest | Ladislav Zezula | |
Mmap test | |||
2021-03-31 | Linux fix | Ladislav Zezula | |
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-03-22 | Update README.md | Ladislav Zezula | |
2021-03-22 | Update README.md | Ladislav Zezula | |
2021-03-22 | Update README.md | Ladislav Zezula | |
2021-03-22 | Update README.md | Ladislav Zezula | |
2021-02-27 | Merge pull request #200 from BogdanW3/master | Ladislav Zezula | |
Merged. Thanks for the contribution. | |||
2021-02-27 | Add more file extensions | Bogdan Gligorijevic | |
2020-12-26 | Merge pull request #198 from nvs/fix-rud-win32 | Ladislav Zezula | |
Merged. Thanks for the bugfix. | |||
2020-12-25 | Ensure ReleaseUD for Win32 uses Unicode | NVS | |
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 | Merge pull request #193 from ladislav-zezula/NP_Protect_continued | Ladislav Zezula | |
Fixed some variants of NP_Protect-ed maps | |||
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 | Merge pull request #190 from ladislav-zezula/TBitArrayChangedToPrivate | Ladislav Zezula | |
Resolved name conflicts with Unreal Engine 4 | |||
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-10 | Merge pull request #188 from dzik87/master | Ladislav Zezula | |
Fix CMakeLists.txt | |||
2020-10-10 | Fix CMAKE | dzik | |
Latest filename renaming broke cmake | |||
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 | Merge pull request #187 from Qeenon/patch-1 | Ladislav Zezula | |
change ERROR_NEGATIVE_SEEK to ESPIPE | |||
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 | Merge pull request #186 from ladislav-zezula/FixHashTable | Ladislav Zezula | |
Fixed missing hash table in case when HET table exists |