aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-06Fixed ZLIB decompressionLadislav Zezula
2021-07-02Fixed infinite loop in BZIP decompressionLadislav Zezula
2021-05-17Merge pull request #225 from ladislav-zezula/AlignmentAwareLadislav Zezula
Alignment aware
2021-05-17PDWORD -> LPDWORDLadislav Zezula
2021-05-17Removed assertsLadislav Zezula
2021-05-17Added alignment-aware block encryption/decryptionLadislav Zezula
2021-05-17nError -> dwErrCodeLadislav Zezula
2021-05-15Merge pull request #223 from ladislav-zezula/CLANG_12_MACLadislav Zezula
Clang 12 mac
2021-05-15Fixed #endifLadislav Zezula
2021-05-15LTC_NO_PROTOTYPES splitted into multiple sub-macrosLadislav Zezula
2021-05-15Added C++11 support in MAKEFILELadislav Zezula
2021-05-15Fixed thread_localLadislav Zezula
2021-05-15Created branch for CLANG 12 expeimentsLadislav Zezula
2021-05-11User data is returned only if there are any, actuallyLadislav Zezula
2021-05-06Fixed infinite loopLadislav Zezula
2021-05-01Merge pull request #219 from glebm/patch-1Ladislav Zezula
Thank you for the contribution!
2021-05-01Make nLastError thread-localGleb Mazovetskiy
Before this fix, `Get/SetLastError` on non-Windows behaved incorrectly when used from multiple threads.
2021-04-16Minor fixLadislav Zezula
2021-04-08Merge pull request #216 from glebm/patch-1Ladislav Zezula
StormPort.h: Do not assume mmap support
2021-04-08StormPort.h: Do not assume mmap supportGleb 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-01Merge pull request #214 from ladislav-zezula/MmapTestLadislav Zezula
munmap as well
2021-04-01munmap as wellLadislav Zezula
2021-04-01Merge pull request #213 from glebm/fix-byte-swappingLadislav Zezula
Fix big endian on non-Mac
2021-04-01Fix big endian on non-MacGleb Mazovetskiy
Mac-specific functions aren't all that useful, simply replaces them with a platform-agnostic implementation.
2021-03-31Merge pull request #209 from ladislav-zezula/MmapTestLadislav Zezula
Mmap test
2021-03-31Linux fixLadislav Zezula
2021-03-31TestLadislav Zezula
2021-03-31* New platforms addedLadislav Zezula
* These are now considered to be Mac compatible
2021-03-31* Removed the Haiku-specific codeLadislav Zezula
* The Haiku platform is now under STORMLIB_MAC
2021-03-31Merge pull request #208 from glebm/invalidate-handleLadislav Zezula
FileStream: Ensure file handle invalidation on error
2021-03-31Merge pull request #207 from glebm/macos-headersLadislav Zezula
Fix macOS build
2021-03-31Fixed SFileSetFilePointer on local filesLadislav Zezula
2021-03-31FileStream: Ensure file handle invalidation on errorGleb 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-31Fix macOS buildGleb Mazovetskiy
Adds a few missing includes. Co-authored-by: Anders Jenbo <anders@jenbo.dk>
2021-03-22Update README.mdLadislav Zezula
2021-03-22Update README.mdLadislav Zezula
2021-03-22Update README.mdLadislav Zezula
2021-03-22Update README.mdLadislav Zezula
2021-02-27Merge pull request #200 from BogdanW3/masterLadislav Zezula
Merged. Thanks for the contribution.
2021-02-27Add more file extensionsBogdan Gligorijevic
2020-12-26Merge pull request #198 from nvs/fix-rud-win32Ladislav Zezula
Merged. Thanks for the bugfix.
2020-12-25Ensure ReleaseUD for Win32 uses UnicodeNVS
2020-12-21_countof macro should now work for all buildsLadislav Zezula
2020-12-20Yet another NP_Protect versionLadislav Zezula
2020-12-13Added support for amternative MPQ markersLadislav Zezula
2020-12-06* Better checks for MPQ header v 4.0Ladislav Zezula
2020-11-23Removed trailing whitespaceLadislav Zezula
2020-11-21* Release 9.23v9.23Ladislav Zezula
* Fixed regressions * Fixed test program
2020-11-18Merge pull request #193 from ladislav-zezula/NP_Protect_continuedLadislav Zezula
Fixed some variants of NP_Protect-ed maps
2020-11-18Fixed some variants of NP_Protect-ed mapsLadislav Zezula