Ladislav Zezula
|
62001d116a
|
Minor fix
|
2021-04-16 08:56:16 +02:00 |
|
Ladislav Zezula
|
dc867243c0
|
Merge pull request #216 from glebm/patch-1
StormPort.h: Do not assume mmap support
|
2021-04-08 16:52:19 +02:00 |
|
Gleb Mazovetskiy
|
062868dcdf
|
StormPort.h: Do not assume mmap support
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-08 14:24:34 +01:00 |
|
Ladislav Zezula
|
95fabe8c09
|
Merge pull request #214 from ladislav-zezula/MmapTest
munmap as well
|
2021-04-01 18:33:02 +02:00 |
|
Ladislav Zezula
|
ba5fe7b17e
|
munmap as well
|
2021-04-01 18:32:40 +02:00 |
|
Ladislav Zezula
|
302ace05a1
|
Merge pull request #213 from glebm/fix-byte-swapping
Fix big endian on non-Mac
|
2021-04-01 18:01:16 +02:00 |
|
Gleb Mazovetskiy
|
172ed20dec
|
Fix big endian on non-Mac
Mac-specific functions aren't all that useful, simply replaces them with
a platform-agnostic implementation.
|
2021-04-01 16:41:02 +01:00 |
|
Ladislav Zezula
|
0a9057a09f
|
Merge pull request #209 from ladislav-zezula/MmapTest
Mmap test
|
2021-03-31 17:40:34 +02:00 |
|
Ladislav Zezula
|
48f26f9f75
|
Linux fix
|
2021-03-31 17:40:00 +02:00 |
|
Ladislav Zezula
|
804b26bb85
|
Test
|
2021-03-31 17:22:23 +02:00 |
|
Ladislav Zezula
|
ce159e90bc
|
* New platforms added
* These are now considered to be Mac compatible
|
2021-03-31 08:23:16 +02:00 |
|
Ladislav Zezula
|
c8063655be
|
* Removed the Haiku-specific code
* The Haiku platform is now under STORMLIB_MAC
|
2021-03-31 08:06:04 +02:00 |
|
Ladislav Zezula
|
b8c83a5cd6
|
Merge pull request #208 from glebm/invalidate-handle
FileStream: Ensure file handle invalidation on error
|
2021-03-31 08:00:09 +02:00 |
|
Ladislav Zezula
|
bd4d6bdd41
|
Merge pull request #207 from glebm/macos-headers
Fix macOS build
|
2021-03-31 07:59:31 +02:00 |
|
Ladislav Zezula
|
e482d3847e
|
Fixed SFileSetFilePointer on local files
|
2021-03-31 07:33:19 +02:00 |
|
Gleb Mazovetskiy
|
d7a3aec812
|
FileStream: Ensure file handle invalidation on error
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 04:16:14 +01:00 |
|
Gleb Mazovetskiy
|
c32b94022c
|
Fix macOS build
Adds a few missing includes.
Co-authored-by: Anders Jenbo <anders@jenbo.dk>
|
2021-03-31 03:50:59 +01:00 |
|
Ladislav Zezula
|
7b3aadd499
|
Update README.md
|
2021-03-22 15:58:10 +01:00 |
|
Ladislav Zezula
|
669a3c702d
|
Update README.md
|
2021-03-22 15:56:31 +01:00 |
|
Ladislav Zezula
|
fc59080e24
|
Update README.md
|
2021-03-22 15:55:51 +01:00 |
|
Ladislav Zezula
|
ef53ad5209
|
Update README.md
|
2021-03-22 15:54:07 +01:00 |
|
Ladislav Zezula
|
60c2dd0fa1
|
Merge pull request #200 from BogdanW3/master
Merged. Thanks for the contribution.
|
2021-02-27 12:31:12 +01:00 |
|
Bogdan Gligorijevic
|
f47c7c0aa6
|
Add more file extensions
|
2021-02-27 11:42:36 +01:00 |
|
Ladislav Zezula
|
173d20cefa
|
Merge pull request #198 from nvs/fix-rud-win32
Merged. Thanks for the bugfix.
|
2020-12-26 07:47:08 +01:00 |
|
NVS
|
041aad3adb
|
Ensure ReleaseUD for Win32 uses Unicode
|
2020-12-25 12:24:46 -08:00 |
|
Ladislav Zezula
|
1f11e8fba7
|
_countof macro should now work for all builds
|
2020-12-21 09:24:54 +01:00 |
|
Ladislav Zezula
|
7a0fcab2d2
|
Yet another NP_Protect version
|
2020-12-20 11:05:08 +01:00 |
|
Ladislav Zezula
|
383e1572ee
|
Added support for amternative MPQ markers
|
2020-12-13 12:32:25 +01:00 |
|
Ladislav Zezula
|
866269d740
|
* Better checks for MPQ header v 4.0
|
2020-12-06 11:28:10 +01:00 |
|
Ladislav Zezula
|
b6102b2600
|
Removed trailing whitespace
|
2020-11-23 12:56:00 +01:00 |
|
Ladislav Zezula
|
809005c7f0
|
* Release 9.23
* Fixed regressions
* Fixed test program
v9.23
|
2020-11-21 04:27:09 +01:00 |
|
Ladislav Zezula
|
aea84bea14
|
Merge pull request #193 from ladislav-zezula/NP_Protect_continued
Fixed some variants of NP_Protect-ed maps
|
2020-11-18 19:17:33 +01:00 |
|
Ladislav Zezula
|
b13aaed6d0
|
Fixed some variants of NP_Protect-ed maps
|
2020-11-18 19:12:53 +01:00 |
|
Ladislav Zezula
|
725327a23b
|
Added missing header file
|
2020-11-02 12:36:16 +01:00 |
|
Ladislav Zezula
|
fe0e63449b
|
Added missing files
|
2020-11-02 12:09:59 +01:00 |
|
Ladislav Zezula
|
080158ee13
|
Added universal makefile for Visual Studio
|
2020-10-26 10:41:57 +01:00 |
|
Ladislav Zezula
|
6e83641780
|
Merge pull request #190 from ladislav-zezula/TBitArrayChangedToPrivate
Resolved name conflicts with Unreal Engine 4
|
2020-10-26 08:12:25 +01:00 |
|
Ladislav Zezula
|
f3560fa9af
|
Name conflict with Unreal Engine 4: TBitArray
|
2020-10-26 08:11:00 +01:00 |
|
Ladislav Zezula
|
ece4f1ad66
|
TBitArray: Changed struct to class
|
2020-10-25 16:26:18 +01:00 |
|
Ladislav Zezula
|
738444bddc
|
Changed PLATFORM_* to STORMLIB_*
|
2020-10-24 09:21:20 +02:00 |
|
Ladislav Zezula
|
51d49e2e16
|
TBitArray made private
|
2020-10-24 08:19:07 +02:00 |
|
Ladislav Zezula
|
7e4f377e0b
|
Merge pull request #188 from dzik87/master
Fix CMakeLists.txt
|
2020-10-10 07:59:11 +02:00 |
|
dzik
|
61d499501b
|
Fix CMAKE
Latest filename renaming broke cmake
|
2020-10-10 07:51:17 +02:00 |
|
Ladislav Zezula
|
ce0ae9aff3
|
Migrated to VS 2019
|
2020-10-07 12:32:05 +02:00 |
|
Ladislav Zezula
|
4fc81fbbe7
|
Merge branch 'master' of https://github.com/ladislav-zezula/StormLib
|
2020-09-22 17:03:08 +02:00 |
|
Ladislav Zezula
|
4a07a5851c
|
Added support for NP_Protect protector (SC2 Maps)
|
2020-09-22 17:02:57 +02:00 |
|
Ladislav Zezula
|
393e632ab3
|
Merge pull request #187 from Qeenon/patch-1
change ERROR_NEGATIVE_SEEK to ESPIPE
|
2020-09-02 21:31:23 +02:00 |
|
Маша
|
73f9d0e1bb
|
change ERROR_NEGATIVE_SEEK to ESPIPE
looks better if we want to differ INVALID_PARAMETER and incorrect seek I think
|
2020-09-02 20:34:25 +04:00 |
|
Ladislav Zezula
|
29fcb13cba
|
Fixed type cast
|
2020-08-31 14:01:38 +02:00 |
|
Ladislav Zezula
|
cbb7ca874a
|
Merge pull request #186 from ladislav-zezula/FixHashTable
Fixed missing hash table in case when HET table exists
|
2020-08-31 13:59:14 +02:00 |
|