From c26b495c03cae367ed32359000d970895d9293fa Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sun, 2 Feb 2025 21:30:10 +0000 Subject: [PATCH] Update libloadorder to 18.2.1 --- CMakeLists.txt | 4 ++-- docs/api/changelog.rst | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5b9ba676..bad34bab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -107,8 +107,8 @@ else() endif() if(NOT DEFINED LIBLOADORDER_URL) - set(LIBLOADORDER_URL "https://github.com/Ortham/libloadorder/archive/refs/tags/18.2.0.tar.gz") - set(LIBLOADORDER_HASH "SHA256=28565f0b034f651dd67a9e008394dd2db11a084df76557d1944dd1c869845b58") + set(LIBLOADORDER_URL "https://github.com/Ortham/libloadorder/archive/refs/tags/18.2.1.tar.gz") + set(LIBLOADORDER_HASH "SHA256=b453e28493aef9bdc7578ca3aa19c390cab44e6e411a44df879de7e617177066") endif() ExternalProject_Add(libloadorder diff --git a/docs/api/changelog.rst b/docs/api/changelog.rst index 4b7946a5..1d382eb8 100644 --- a/docs/api/changelog.rst +++ b/docs/api/changelog.rst @@ -18,6 +18,8 @@ Added set. - OpenMW does not force master plugins to load before other plugins: all plugins are treated as non-masters. + - OpenMW supports a practically unlimited number of active plugins + (2147483646). - While libloot (via libloadorder) attempts to give the same result as the OpenMW Launcher when reading the load order, the Launcher may automatically activate some plugins and hide others from view, while libloot does neither. @@ -63,7 +65,7 @@ Changed effect. Instead, include the Boost path in ``CMAKE_PREFIX_PATH``. - Updated Boost to v1.87.0. - Updated fmt to v11.1.3. -- Updated libloadorder to v18.2.0. +- Updated libloadorder to v18.2.1. - Updated loot-condition-interpreter to v5.0.0. - Updated spdlog to v1.15.1.