Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-10 | Merge pull request #352 from mgorny/gnuinstalldirs | Ladislav Zezula | |
Merging. Thank you for the contibution. | |||
2024-06-10 | cmake: Use GNUInstallDirs for configurable install directories | Michał Górny | |
Use the standard GNUInstallDirs CMake module to provide configurable install directories rather than hardcoding `bin`, `lib`, etc. Most importantly, this fixes install on modern 64-bit systems that use `lib64` rather than `lib`. | |||
2024-06-09 | Bumped version | Ladislav Zezula | |
2024-06-09 | Bumped version to 9.26v9.26 | Ladislav Zezula | |
2024-06-08 | Merge pull request #349 from Lectem/install-cmakeconfig | Ladislav Zezula | |
Install CMake config file to allow `find_package(StormLib)` | |||
2024-06-08 | Install CMake config file to allow `find_package(StormLib)` and linking to ↵ | Lectem | |
`StormLib::storm` Users will now be able to do: ```cmake find_package(StormLib CONFIG REQUIRED) target_link_libraries(SomeTarget PRIVATE StormLib::storm) ``` Note that vcpkg now relies on this CMakeLists.txt, so if this is merged and a new version is released it will make it even easier to consume the library as it automatically detects config files. | |||
2024-05-13 | Added ERROR_BUFFER_OVERFLOW | Ladislav Zezula | |
2024-04-21 | Merge pull request #346 from ladislav-zezula/LZ_GabeShermanFoundBugs | Ladislav Zezula | |
Fixed bugs found by Gabe Sherman | |||
2024-04-21 | Regression tests complete | Ladislav Zezula | |
2024-04-21 | Fixed page fault from https://github.com/ladislav-zezula/StormLib/issues/344 | Ladislav Zezula | |
2024-04-21 | Fixed page fault from https://github.com/ladislav-zezula/StormLib/issues/343 | Ladislav Zezula | |
2024-04-21 | Regression tests complete | Ladislav Zezula | |
2024-04-21 | Fixed buffer overflow in https://github.com/ladislav-zezula/StormLib/issues/338 | Ladislav Zezula | |
2024-04-21 | Added buffer overflow checks to the Sparse decompression ↵ | Ladislav Zezula | |
(https://github.com/ladislav-zezula/StormLib/issues/337) | |||
2024-04-21 | Added buffer overflow checks to the Huffmann decompression ↵ | Ladislav Zezula | |
(https://github.com/ladislav-zezula/StormLib/issues/336) | |||
2024-04-21 | Regression tests for the first half of the bugs found by Gabe Sherman | Ladislav Zezula | |
2024-04-21 | Fixed division by zero in https://github.com/ladislav-zezula/StormLib/issues/335 | Ladislav Zezula | |
2024-04-21 | Fixed division by zero in https://github.com/ladislav-zezula/StormLib/issues/334 | Ladislav Zezula | |
2024-04-21 | Fixed kernelmode heap overflow (via ReadFile), described in ↵ | Ladislav Zezula | |
https://github.com/ladislav-zezula/StormLib/issues/333 | |||
2024-04-21 | Fixed reading big files from non-corrupt MPQs | Ladislav Zezula | |
2024-04-21 | Fixed heap overflow in https://github.com/ladislav-zezula/StormLib/issues/331 | Ladislav Zezula | |
2024-04-21 | Fixed too-big-alloc in https://github.com/ladislav-zezula/StormLib/issues/329 | Ladislav Zezula | |
2024-04-21 | Fixed stack overflow in https://github.com/ladislav-zezula/StormLib/issues/328 | Ladislav Zezula | |
2024-04-21 | Fixed heap overrun in https://github.com/ladislav-zezula/StormLib/issues/327 | Ladislav Zezula | |
2024-04-16 | Merge pull request #326 from ladislav-zezula/LZ_NewProtectedMPQ | Ladislav Zezula | |
Support for new MPQ protection | |||
2024-04-16 | Removed trailing whitespacesLZ_NewProtectedMPQ | Ladislav Zezula | |
2024-04-16 | Removed warning | Ladislav Zezula | |
2024-04-16 | Added test results for the unsupported MPQ | Ladislav Zezula | |
2024-04-15 | Work in progress: New MPQ protector | Ladislav Zezula | |
2024-03-31 | Removed unnecessry file | Ladislav Zezula | |
2024-03-31 | Rebuilt StormLib.dll | Ladislav Zezula | |
2024-03-23 | Merge pull request #322 from Chaosvex/arg_fix | Ladislav Zezula | |
Thanks for the fix :-) | |||
2024-03-22 | Fix CompressADPCM argument order | Chaosvex | |
2024-03-07 | + Fixed regression tests | Ladislav Zezula | |
+ Refactored udage of UNICODE characters + Fixed regression tests on Linux | |||
2024-03-01 | Merge pull request #320 from kelno/patch-1 | Ladislav Zezula | |
Thaks for the fix (typo intended here) :-) | |||
2024-03-01 | Typo in README.md | Kelno | |
2024-02-11 | Merge pull request #319 from ladislav-zezula/LZ_SFileOpenPatchArchive_Fix | Ladislav Zezula | |
The flag MPQ_OPEN_NO_LISTFILE is now propagated by SFileOpenPatchArchive | |||
2024-02-11 | The flag MPQ_OPEN_NO_LISTFILE is now propagated by SFileOpenPatchArchive | Ladislav Zezula | |
2023-12-30 | Merge pull request #316 from ladislav-zezula/LZ_HashEntryIndex_Fix | Ladislav Zezula | |
Multiple changes | |||
2023-12-30 | Regression tests passed | Ladislav Zezula | |
2023-12-27 | Improved retrieving the hash entry index | Ladislav Zezula | |
2023-12-21 | Merge pull request #313 from ladislav-zezula/LZ_TabsToSpaces | Ladislav Zezula | |
Fixed https://github.com/ladislav-zezula/StormLib/issues/311 | |||
2023-12-21 | Minors | Ladislav Zezula | |
2023-12-21 | Fixed https://github.com/ladislav-zezula/StormLib/issues/311 | Ladislav Zezula | |
2023-11-13 | Merge pull request #309 from ladislav-zezula/LZ_TabsToSpaces | Ladislav Zezula | |
Tabs -> Spaces | |||
2023-11-13 | Tabs -> Spaces | Ladislav Zezula | |
2023-10-11 | Updated build projects | Ladislav Zezula | |
2023-10-07 | Added guard against fake MPK headers | Ladislav Zezula | |
2023-10-06 | Fixed bug in SFileSetFileLocale | Ladislav Zezula | |
2023-10-02 | Added missing files | Ladislav Zezula | |