Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-13 | Tabs -> Spaces | Ladislav Zezula | |
2022-11-10 | Add support for the Wii U platform | David Chavez | |
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-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-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 | Fix macOS build | Gleb Mazovetskiy | |
Adds a few missing includes. Co-authored-by: Anders Jenbo <anders@jenbo.dk> | |||
2020-12-21 | _countof macro should now work for all builds | Ladislav Zezula | |
2020-10-24 | Changed PLATFORM_* to STORMLIB_* | 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-06-29 | Fixed cdecl problem | 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-05-01 | Add Haiku support | Zoltán Mizsei | |
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 | |||
2017-11-11 | + LPCTSTR for Linux+Mac | Ladislav Zezula | |
2017-11-09 | + Fixed Linux build | Zezula Ladislav | |
2016-11-06 | + Added missing files | Ladislav Zezula | |
2016-11-05 | fix cmake dependency and move headers to include | Lectem | |
2015-11-18 | + Improved searching of the patch prefixes for SC2 archives | Ladislav Zezula | |
2015-05-28 | + Fixed bug in SFileReadFile | unknown | |
2015-04-06 | Better Windows platform detection | J.C. Moyer | |
2014-04-12 | + Removed deprecated stuff | Ladislav | |
2014-01-13 | + Removed warnings from MINGW | Ladislav Zezula | |
+ Fixed Win32 makefile | |||
2014-01-03 | + Version 9.00 released | Ladislav | |
2013-12-19 | + Bitmap support was moved from archive functions to FileStream functions, ↵ | Ladislav Zezula | |
where are more appropriate + Added support for master-mirror streams (like Blizzard games do) + SFileGetArchiveBitmap was moved into SFileGetFileInfo + Fixed bug in SFileCompactArchive + Removed classes SFileMpqBitmapXXX from SFileGetFileInfo | |||
2013-12-15 | + static analysis issues fixed | Ladislav | |
2013-12-05 | + StormLib 9.0 BETA | Ladislav Zezula | |
2013-11-15 | + Support for compile-time messages for deprecated symbols | Ladislav | |
+ Replaced MPQ_FILE_COMPRESSED with more descriptive MPQ_FILE_COMPRESS_MASK | |||
2013-11-13 | + Support for SQP and MPK archives | Ladislav Zezula | |
+ Makefiles fixed | |||
2013-07-25 | + Fixed output directory for Stormlib_test (Windows, x64, Release) | Ladislav Zezula | |
2013-07-18 | fixed compilation for PowerPC architecture on Mac OS X | Andrey Filipenkov | |
2013-01-11 | Initial creation | Ladislav Zezula | |