From a99ae9badd5c6eb0085d0e3a0b86332089bcb107 Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Mon, 7 Jul 2025 19:04:09 +0200 Subject: [PATCH] drop ue 5.3 and msvc 2019 support and bump the senseglove libraries to v2.205.1-cb26979ed --- Handbook/src/appendix/changelog.md | 3 +++ Handbook/src/appendix/directory-structure.md | 8 +------- .../src/appendix/platform-support-matrix.md | 2 +- Packager/sgum-packager.yml | 11 ----------- .../Private/SGTracking/SGXRTracker.cpp | 17 ----------------- .../SGConnectThirdPartyLibs.Build.cs | 9 ++------- .../SGCoreThirdPartyLibs.Build.cs | 9 ++------- .../SGSerialThirdPartyLibs.Build.cs | 9 ++------- Source/ThirdParty/android/debug/droidplug.aar | 4 ++-- Source/ThirdParty/android/release/droidplug.aar | 4 ++-- .../include/SenseGlove/Connect/SharedMem.hpp | 4 ++-- .../lib/android/r25b/arm64/debug/libsgble.a | 4 ++-- .../lib/android/r25b/arm64/debug/libsgconnect.a | 4 ++-- .../lib/android/r25b/arm64/debug/libsgcore.a | 4 ++-- .../lib/android/r25b/arm64/release/libsgble.a | 4 ++-- .../android/r25b/arm64/release/libsgconnect.a | 4 ++-- .../lib/android/r25b/arm64/release/libsgcore.a | 4 ++-- .../lib/android/r25b/x64/debug/libsgble.a | 4 ++-- .../lib/android/r25b/x64/debug/libsgconnect.a | 4 ++-- .../lib/android/r25b/x64/debug/libsgcore.a | 4 ++-- .../lib/android/r25b/x64/release/libsgble.a | 4 ++-- .../lib/android/r25b/x64/release/libsgconnect.a | 4 ++-- .../lib/android/r25b/x64/release/libsgcore.a | 4 ++-- .../lib/linux/rustc/aarch64/debug/libsgble.a | 4 ++-- .../lib/linux/rustc/aarch64/release/libsgble.a | 4 ++-- .../lib/linux/rustc/x86-64/debug/libsgble.a | 4 ++-- .../lib/linux/rustc/x86-64/release/libsgble.a | 4 ++-- .../lib/linux/v22/aarch64/debug/libsgconnect.a | 4 ++-- .../lib/linux/v22/aarch64/debug/libsgcore.a | 4 ++-- .../linux/v22/aarch64/release/libsgconnect.a | 4 ++-- .../lib/linux/v22/aarch64/release/libsgcore.a | 4 ++-- .../lib/linux/v22/x86-64/debug/libsgconnect.a | 4 ++-- .../lib/linux/v22/x86-64/debug/libsgcore.a | 4 ++-- .../lib/linux/v22/x86-64/release/libsgconnect.a | 4 ++-- .../lib/linux/v22/x86-64/release/libsgcore.a | 4 ++-- .../lib/linux/v23/aarch64/debug/libsgconnect.a | 4 ++-- .../lib/linux/v23/aarch64/debug/libsgcore.a | 4 ++-- .../linux/v23/aarch64/release/libsgconnect.a | 4 ++-- .../lib/linux/v23/aarch64/release/libsgcore.a | 4 ++-- .../lib/linux/v23/x86-64/debug/libsgconnect.a | 4 ++-- .../lib/linux/v23/x86-64/debug/libsgcore.a | 4 ++-- .../lib/linux/v23/x86-64/release/libsgconnect.a | 4 ++-- .../lib/linux/v23/x86-64/release/libsgcore.a | 4 ++-- .../lib/linux/v25/aarch64/debug/libsgconnect.a | 4 ++-- .../lib/linux/v25/aarch64/debug/libsgcore.a | 4 ++-- .../linux/v25/aarch64/release/libsgconnect.a | 4 ++-- .../lib/linux/v25/aarch64/release/libsgcore.a | 4 ++-- .../lib/linux/v25/x86-64/debug/libsgconnect.a | 4 ++-- .../lib/linux/v25/x86-64/debug/libsgcore.a | 4 ++-- .../lib/linux/v25/x86-64/release/libsgconnect.a | 4 ++-- .../lib/linux/v25/x86-64/release/libsgcore.a | 4 ++-- .../lib/win64/msvc142/debug/serial.lib | 3 --- .../lib/win64/msvc142/debug/sgconnect.lib | 3 --- .../lib/win64/msvc142/debug/sgcore.lib | 3 --- .../lib/win64/msvc142/release/serial.lib | 3 --- .../lib/win64/msvc142/release/sgconnect.lib | 3 --- .../lib/win64/msvc142/release/sgcore.lib | 3 --- .../lib/win64/msvc143/debug/serial.lib | 4 ++-- .../lib/win64/msvc143/debug/sgconnect.lib | 4 ++-- .../lib/win64/msvc143/debug/sgcore.lib | 4 ++-- .../lib/win64/msvc143/release/serial.lib | 4 ++-- .../lib/win64/msvc143/release/sgconnect.lib | 4 ++-- .../lib/win64/msvc143/release/sgcore.lib | 4 ++-- .../ThirdParty/lib/win64/rustc/debug/sgble.lib | 4 ++-- .../lib/win64/rustc/release/sgble.lib | 4 ++-- 65 files changed, 113 insertions(+), 177 deletions(-) delete mode 100644 Source/ThirdParty/lib/win64/msvc142/debug/serial.lib delete mode 100644 Source/ThirdParty/lib/win64/msvc142/debug/sgconnect.lib delete mode 100644 Source/ThirdParty/lib/win64/msvc142/debug/sgcore.lib delete mode 100644 Source/ThirdParty/lib/win64/msvc142/release/serial.lib delete mode 100644 Source/ThirdParty/lib/win64/msvc142/release/sgconnect.lib delete mode 100644 Source/ThirdParty/lib/win64/msvc142/release/sgcore.lib diff --git a/Handbook/src/appendix/changelog.md b/Handbook/src/appendix/changelog.md index fb4b4b31..7d200d6f 100644 --- a/Handbook/src/appendix/changelog.md +++ b/Handbook/src/appendix/changelog.md @@ -14,9 +14,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - `SGDeviceList::SenseCommRunning()` has been renamed to `SGDeviceList::SenseComRunning()` due to a typo. This change breaks ABI and API compatibility with previous versions of the plugin and affects both C++ and Blueprint code. +- Bumped the SenseGlove libraries to `v2.205.1-cb26979ed`. ### Removed +- Dropped support for Unreal Engine `5.3`, which was already deprecated in the `v2.6.x` release series. +- Dropped support for MSVC `v142` (Visual Studio 2019), since UE `5.3` was the last supported version relying on it. - Cleaned up remnants of the long-removed Unreal Engine `5.2` from third-party module `*.Build.cs` files. - Cleaned up remnants of the long-removed Unreal Engine `5.2` from `SenseGlove.Build.cs`, `SenseGloveKismet.Build.cs`, `SenseGloveTracking.Build.cs`, files. - Cleaned up remnants of the long-removed Unreal Engine `5.2` from `SenseGloveTracking` module. diff --git a/Handbook/src/appendix/directory-structure.md b/Handbook/src/appendix/directory-structure.md index 560e9b9e..494bb203 100644 --- a/Handbook/src/appendix/directory-structure.md +++ b/Handbook/src/appendix/directory-structure.md @@ -115,7 +115,7 @@ │ │ │ │ │ │ │ └── release │ │ │ - │ │ ├── v22 (UE 5.3 and 5.4 GNU/Linux dependencies) + │ │ ├── v22 (5.4 GNU/Linux dependencies) │ │ │ │ │ │ │ ├── aarch64 (dependencies targeting GNU/Linux AArch64 architecture) │ │ │ │ │ @@ -159,12 +159,6 @@ │ │ │ └── win64 │ │ - │ ├── msvc142 (Microsoft Visual Studio 2019 dependencies) - │ │ │ - │ │ ├── debug - │ │ │ - │ │ └── release - │ │ │ ├── msvc143 (Microsoft Visual Studio 2022 dependencies) │ │ │ │ │ ├── debug diff --git a/Handbook/src/appendix/platform-support-matrix.md b/Handbook/src/appendix/platform-support-matrix.md index f273bff4..bf8e0207 100644 --- a/Handbook/src/appendix/platform-support-matrix.md +++ b/Handbook/src/appendix/platform-support-matrix.md @@ -5,7 +5,7 @@ | **5.6** | ❌ | ❌ | ✅ v2.6.x | ✅ v2.6.x | ✅ v2.6.x | ✅ v2.6.x (r25b) | ❓ | ✅ v2.6.3 | ✅ v2.6.3 | | **5.5** | ❌ | ❌ | ✅ v2.6.x | ✅ v2.6.x | ✅ v2.6.x | ✅ v2.6.x (r25b) | ❓ | ✅ v2.6.3 | ✅ v2.6.3 | | **5.4** | ❌ | ❌ | ✅ v2.6.x | ✅ v2.6.x | ✅ v2.6.x | ✅ v2.6.x (r25b) | ✅ v2.6.x (r25b) | ✅ v2.6.3 | ✅ v2.6.3 | -| **5.3** | ❌ | ✅ v2.6.x | ✅ v2.6.x | ✅ v2.6.x | ✅ v2.6.x | ✅ v2.6.x (r25b) | ✅ v2.6.x (r25b) | ✅ v2.6.3 | ✅ v2.6.3 | +| **5.3** | ❌ | ⚠️ v2.6.x | ⚠️ v2.6.x | ⚠️ v2.6.x | ⚠️ v2.6.x | ⚠️ v2.6.x (r25b) | ⚠️ v2.6.x (r25b) | ⚠️ v2.6.3 | ⚠️ v2.6.3 | | **5.2** | ❌ | ⚠️ v2.4.x | ⚠️ v2.4.x | ⚠️ v2.4.x | ⚠️ v2.4.x | ⚠️ v2.4.x (r25b) | ❓ | ⚠️ v2.4.2 | ⚠️ v2.4.2 | | **5.1** | ❌ | ⚠️ v2.0.x | ⚠️ v2.0.x | ⚠️ v2.0.x | ⚠️ v2.0.x | ⚠️ v2.0.x (r25b) | ❓ | ⚠️ v2.0.0 | ⚠️ v2.0.2 | | **5.0** | ❌ | ⚠️ v1.6.x | ⚠️ v1.6.x | ⚠️ v1.6.x | ⚠️ v1.6.x | ⚠️ v1.6.x (r21e) | ❓ | ⚠️ v1.6.1 | ⚠️ v1.6.1 | diff --git a/Packager/sgum-packager.yml b/Packager/sgum-packager.yml index 3c84ff28..325f27df 100644 --- a/Packager/sgum-packager.yml +++ b/Packager/sgum-packager.yml @@ -45,7 +45,6 @@ Deploy: - "5.6" - "5.5" - "5.4" - - "5.3" Exclusions: - .git @@ -200,11 +199,6 @@ Rocket: Linux: "/opt/UE54" Windows: "C:\\OPT\\UE_5.4" - - Branch: "5.3" - Path: - Linux: "/opt/UE53" - Windows: "C:\\OPT\\UE_5.3" - NDKPaths: - Branch: "5.6" @@ -222,11 +216,6 @@ Rocket: Linux: "/opt/android/sdk/ndk/25.1.8937393" Windows: "%LOCALAPPDATA%\\Android\\Sdk\\ndk\\25.1.8937393" - - Branch: "5.3" - Path: - Linux: "/opt/android/sdk/ndk/25.1.8937393" - Windows: "%LOCALAPPDATA%\\Android\\Sdk\\ndk\\25.1.8937393" - Rsync: diff --git a/Source/SenseGloveTracking/Private/SGTracking/SGXRTracker.cpp b/Source/SenseGloveTracking/Private/SGTracking/SGXRTracker.cpp index fc4bf12f..9a54c849 100644 --- a/Source/SenseGloveTracking/Private/SGTracking/SGXRTracker.cpp +++ b/Source/SenseGloveTracking/Private/SGTracking/SGXRTracker.cpp @@ -56,9 +56,6 @@ #include "Misc/Timespan.h" #endif /* ENGINE_MAJOR_VERSION >= 5 && ENGINE_MINOR_VERSION >= 5 */ #include "OpenXRCore.h" -#if ENGINE_MAJOR_VERSION >= 5 && ENGINE_MINOR_VERSION <= 3 -#include "OpenXRHMD.h" -#endif /* ENGINE_MAJOR_VERSION >= 5 && ENGINE_MINOR_VERSION <= 3 */ #include "SGCore/SGHapticGlove.h" #include "SGLog/SGLog.h" @@ -71,20 +68,6 @@ #include "SGUtils/SGEngineUtils.h" #include "SGUtils/SGPluginUtils.h" -#if ENGINE_MAJOR_VERSION >= 5 && ENGINE_MINOR_VERSION <= 3 -void EnumerateOpenXRApiLayers(TArray& OutProperties) -{ - uint32 Count = 0; - XR_ENSURE(xrEnumerateApiLayerProperties(0, &Count, nullptr)); - OutProperties.SetNum(Count); - for (auto& Prop: OutProperties) - { - Prop = XrApiLayerProperties{XR_TYPE_API_LAYER_PROPERTIES}; - } - XR_ENSURE(xrEnumerateApiLayerProperties(Count, &Count, OutProperties.GetData())); -} -#endif /* ENGINE_MAJOR_VERSION >= 5 && ENGINE_MINOR_VERSION <= 3 */ - struct FSGXRTracker::FImpl { /************************ diff --git a/Source/ThirdParty/SGConnectThirdPartyLibs/SGConnectThirdPartyLibs.Build.cs b/Source/ThirdParty/SGConnectThirdPartyLibs/SGConnectThirdPartyLibs.Build.cs index 5786864e..0786ed71 100644 --- a/Source/ThirdParty/SGConnectThirdPartyLibs/SGConnectThirdPartyLibs.Build.cs +++ b/Source/ThirdParty/SGConnectThirdPartyLibs/SGConnectThirdPartyLibs.Build.cs @@ -77,7 +77,7 @@ public class SGConnectThirdPartyLibs : ModuleRules LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v25")); #elif UE_5_5_OR_LATER LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v23")); -#elif UE_5_3_OR_LATER +#elif UE_5_4_OR_LATER LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v22")); #else Debug.Assert(false, "Unsupported engine version or compiler!"); @@ -94,7 +94,7 @@ public class SGConnectThirdPartyLibs : ModuleRules LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v25")); #elif UE_5_5_OR_LATER LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v23")); -#elif UE_5_3_OR_LATER +#elif UE_5_4_OR_LATER LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v22")); #else Debug.Assert(false, "Unsupported engine version or compiler!"); @@ -110,11 +110,6 @@ public class SGConnectThirdPartyLibs : ModuleRules case WindowsCompiler.VisualStudio2022: LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "msvc143")); break; -#if ! UE_5_4_OR_LATER - case WindowsCompiler.VisualStudio2019: - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "msvc142")); - break; -#endif default: Debug.Assert(false, "Unsupported engine version or compiler!"); break; diff --git a/Source/ThirdParty/SGCoreThirdPartyLibs/SGCoreThirdPartyLibs.Build.cs b/Source/ThirdParty/SGCoreThirdPartyLibs/SGCoreThirdPartyLibs.Build.cs index e5e0f03c..76d4c180 100644 --- a/Source/ThirdParty/SGCoreThirdPartyLibs/SGCoreThirdPartyLibs.Build.cs +++ b/Source/ThirdParty/SGCoreThirdPartyLibs/SGCoreThirdPartyLibs.Build.cs @@ -77,7 +77,7 @@ public class SGCoreThirdPartyLibs : ModuleRules LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v25")); #elif UE_5_5_OR_LATER LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v23")); -#elif UE_5_3_OR_LATER +#elif UE_5_4_OR_LATER LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v22")); #else Debug.Assert(false, "Unsupported engine version or compiler!"); @@ -94,7 +94,7 @@ public class SGCoreThirdPartyLibs : ModuleRules LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v25")); #elif UE_5_5_OR_LATER LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v23")); -#elif UE_5_3_OR_LATER +#elif UE_5_4_OR_LATER LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v22")); #else Debug.Assert(false, "Unsupported engine version or compiler!"); @@ -110,11 +110,6 @@ public class SGCoreThirdPartyLibs : ModuleRules case WindowsCompiler.VisualStudio2022: LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "msvc143")); break; -#if ! UE_5_4_OR_LATER - case WindowsCompiler.VisualStudio2019: - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "msvc142")); - break; -#endif default: Debug.Assert(false, "Unsupported engine version or compiler!"); break; diff --git a/Source/ThirdParty/SGSerialThirdPartyLibs/SGSerialThirdPartyLibs.Build.cs b/Source/ThirdParty/SGSerialThirdPartyLibs/SGSerialThirdPartyLibs.Build.cs index 1a1da11c..3c547452 100644 --- a/Source/ThirdParty/SGSerialThirdPartyLibs/SGSerialThirdPartyLibs.Build.cs +++ b/Source/ThirdParty/SGSerialThirdPartyLibs/SGSerialThirdPartyLibs.Build.cs @@ -77,7 +77,7 @@ public class SGSerialThirdPartyLibs : ModuleRules LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v25")); #elif UE_5_5_OR_LATER LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v23")); -#elif UE_5_3_OR_LATER +#elif UE_5_4_OR_LATER LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v22")); #else Debug.Assert(false, "Unsupported engine version or compiler!"); @@ -94,7 +94,7 @@ public class SGSerialThirdPartyLibs : ModuleRules LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v25")); #elif UE_5_5_OR_LATER LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v23")); -#elif UE_5_3_OR_LATER +#elif UE_5_4_OR_LATER LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "v22")); #else Debug.Assert(false, "Unsupported engine version or compiler!"); @@ -110,11 +110,6 @@ public class SGSerialThirdPartyLibs : ModuleRules case WindowsCompiler.VisualStudio2022: LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "msvc143")); break; -#if ! UE_5_4_OR_LATER - case WindowsCompiler.VisualStudio2019: - LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "msvc142")); - break; -#endif default: Debug.Assert(false, "Unsupported engine version or compiler!"); break; diff --git a/Source/ThirdParty/android/debug/droidplug.aar b/Source/ThirdParty/android/debug/droidplug.aar index e3089279..c0ae014a 100644 --- a/Source/ThirdParty/android/debug/droidplug.aar +++ b/Source/ThirdParty/android/debug/droidplug.aar @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4c5db514e4db33951c0824ce19bc80ac7a432ec96e4ec39467a0b707bb8f12c9 -size 35733 +oid sha256:3e86a257771d1bc601713c58d97dd00cb0692ce297287c46d6433bc6bc9bc94f +size 35730 diff --git a/Source/ThirdParty/android/release/droidplug.aar b/Source/ThirdParty/android/release/droidplug.aar index e1965613..86558e73 100644 --- a/Source/ThirdParty/android/release/droidplug.aar +++ b/Source/ThirdParty/android/release/droidplug.aar @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f4d3b11e2814566df715b5df04da014707d640645c12d3e7741d56d0c328087e -size 34579 +oid sha256:9a92867bffc671808874c0376c4989362ff2c9adf91e16ad771a385c7e7658b4 +size 34576 diff --git a/Source/ThirdParty/include/SenseGlove/Connect/SharedMem.hpp b/Source/ThirdParty/include/SenseGlove/Connect/SharedMem.hpp index 1971d649..7d61314e 100644 --- a/Source/ThirdParty/include/SenseGlove/Connect/SharedMem.hpp +++ b/Source/ThirdParty/include/SenseGlove/Connect/SharedMem.hpp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:37932281f6e603709834324d13bd59934d7f7497b85a70885b7cc2a3de3d26ee -size 3620 +oid sha256:0fd7c695d17eb9e5f1be4cddfac305d845fbcab0920dce8621aa64966af2c96d +size 3704 diff --git a/Source/ThirdParty/lib/android/r25b/arm64/debug/libsgble.a b/Source/ThirdParty/lib/android/r25b/arm64/debug/libsgble.a index 734a2fd9..3fcf621c 100644 --- a/Source/ThirdParty/lib/android/r25b/arm64/debug/libsgble.a +++ b/Source/ThirdParty/lib/android/r25b/arm64/debug/libsgble.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f7b89248d3f9a1c9cc372ae75c0d2fcb5d5581d55c9ef9bb5589f9e61371d13f -size 155831712 +oid sha256:822eb75c295e78de7465af5df948ce4171ef08ba8d086624f1c4695ac9dd736a +size 155292298 diff --git a/Source/ThirdParty/lib/android/r25b/arm64/debug/libsgconnect.a b/Source/ThirdParty/lib/android/r25b/arm64/debug/libsgconnect.a index 1f437565..ac7c8f13 100644 --- a/Source/ThirdParty/lib/android/r25b/arm64/debug/libsgconnect.a +++ b/Source/ThirdParty/lib/android/r25b/arm64/debug/libsgconnect.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7c5bb643a27c937e1a8a4a64c6a63095d9c01bc9fcac233392e61e112b1c3aaf -size 18021260 +oid sha256:1b2b5594e2d20ec031cc15997977a8408a889ebc800c610a272d1a6d9b93ae0e +size 18047116 diff --git a/Source/ThirdParty/lib/android/r25b/arm64/debug/libsgcore.a b/Source/ThirdParty/lib/android/r25b/arm64/debug/libsgcore.a index ac3d229b..cbd55a0a 100644 --- a/Source/ThirdParty/lib/android/r25b/arm64/debug/libsgcore.a +++ b/Source/ThirdParty/lib/android/r25b/arm64/debug/libsgcore.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1252d5a7b59e8f625e5bb9927edaf83655ed8de79a141c6392a2bbdb767ec7c5 -size 15279280 +oid sha256:234368a4d3e3cf02fbfc862213801ad35169a871cae5eecae5fb59c6bdb4e995 +size 15280890 diff --git a/Source/ThirdParty/lib/android/r25b/arm64/release/libsgble.a b/Source/ThirdParty/lib/android/r25b/arm64/release/libsgble.a index 588947b5..53d8c060 100644 --- a/Source/ThirdParty/lib/android/r25b/arm64/release/libsgble.a +++ b/Source/ThirdParty/lib/android/r25b/arm64/release/libsgble.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0e62363a8d3486ffdbcad52ba32d2c3c81c4c1310ca1f10086501f0f2edcef33 -size 35341496 +oid sha256:e49810952072cfcace3d776bc19bb9c6ca755d08777d0e5547ea34e44fffe5af +size 35362226 diff --git a/Source/ThirdParty/lib/android/r25b/arm64/release/libsgconnect.a b/Source/ThirdParty/lib/android/r25b/arm64/release/libsgconnect.a index 47eb8569..ea1cd34f 100644 --- a/Source/ThirdParty/lib/android/r25b/arm64/release/libsgconnect.a +++ b/Source/ThirdParty/lib/android/r25b/arm64/release/libsgconnect.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:92907048e29b15d5a88c1c820429b1836e0e33e09a69f9b88b8916e07caed2f7 -size 1993904 +oid sha256:8891a9b4d7cd0f09e1d201ea2ec3e326d6fd6f7c269a2696689379660379aad4 +size 2005452 diff --git a/Source/ThirdParty/lib/android/r25b/arm64/release/libsgcore.a b/Source/ThirdParty/lib/android/r25b/arm64/release/libsgcore.a index da59b9a3..8fafe915 100644 --- a/Source/ThirdParty/lib/android/r25b/arm64/release/libsgcore.a +++ b/Source/ThirdParty/lib/android/r25b/arm64/release/libsgcore.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d391db27b5f6018e08d85caa0be0a59b7e7e1e28c73434d6aefe7f80644ace87 -size 1957660 +oid sha256:fb9f720da16dab30c9b792fa57771d4ac8c01feaedef8ad848770ae608d258cf +size 1958060 diff --git a/Source/ThirdParty/lib/android/r25b/x64/debug/libsgble.a b/Source/ThirdParty/lib/android/r25b/x64/debug/libsgble.a index 49f38e5b..6284a262 100644 --- a/Source/ThirdParty/lib/android/r25b/x64/debug/libsgble.a +++ b/Source/ThirdParty/lib/android/r25b/x64/debug/libsgble.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5b3e38f51cdd5aef371e54ea033538aceac5bbc51c5be72b71c71af243a3f460 -size 156571950 +oid sha256:042d4f5ad0eb1a39d04d4cadabe1d2174d2181c2a615d203f707b1cdc86f057a +size 156170154 diff --git a/Source/ThirdParty/lib/android/r25b/x64/debug/libsgconnect.a b/Source/ThirdParty/lib/android/r25b/x64/debug/libsgconnect.a index 6b7b86a4..fb94b0c1 100644 --- a/Source/ThirdParty/lib/android/r25b/x64/debug/libsgconnect.a +++ b/Source/ThirdParty/lib/android/r25b/x64/debug/libsgconnect.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1bdbc78535b0b28ae61257e00cd8fc053256d15cf5cb5dea8017fe22848f3029 -size 17708036 +oid sha256:419642258226898159e12f46a85c1e7285d0375f0bad3953bdf6d0373ac7005d +size 17733140 diff --git a/Source/ThirdParty/lib/android/r25b/x64/debug/libsgcore.a b/Source/ThirdParty/lib/android/r25b/x64/debug/libsgcore.a index be36a641..54bc743c 100644 --- a/Source/ThirdParty/lib/android/r25b/x64/debug/libsgcore.a +++ b/Source/ThirdParty/lib/android/r25b/x64/debug/libsgcore.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a4d65b66866f48714efb32a354535d766a8a74cc579792927780ddad1ceb0868 -size 14986544 +oid sha256:12194e98cf9dbc19251a6b0e8c3e23c4879e55bfffd8d8be8717caaf11eeab3a +size 14988226 diff --git a/Source/ThirdParty/lib/android/r25b/x64/release/libsgble.a b/Source/ThirdParty/lib/android/r25b/x64/release/libsgble.a index 924da9bc..37d8c28e 100644 --- a/Source/ThirdParty/lib/android/r25b/x64/release/libsgble.a +++ b/Source/ThirdParty/lib/android/r25b/x64/release/libsgble.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d8cdedf3484e7f0ac838256d031bcf842143078610ca7878de5b674d8a5eba8f -size 34118342 +oid sha256:12345f2b54ad54dba09dc2a8eee1305df3e9ddadc854ca017ff6d6a80cc7806f +size 34143996 diff --git a/Source/ThirdParty/lib/android/r25b/x64/release/libsgconnect.a b/Source/ThirdParty/lib/android/r25b/x64/release/libsgconnect.a index 14eef0aa..0503361e 100644 --- a/Source/ThirdParty/lib/android/r25b/x64/release/libsgconnect.a +++ b/Source/ThirdParty/lib/android/r25b/x64/release/libsgconnect.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:de7d69a34720a44b4750e0c2ea25a9c833de2e8ac534217d5a5a02face1f9518 -size 1973496 +oid sha256:9e821a386a79e8c615644e4312b026cd86b1670b4d6e0acbe2284526a439652f +size 1984868 diff --git a/Source/ThirdParty/lib/android/r25b/x64/release/libsgcore.a b/Source/ThirdParty/lib/android/r25b/x64/release/libsgcore.a index af3cbdd4..84e450e5 100644 --- a/Source/ThirdParty/lib/android/r25b/x64/release/libsgcore.a +++ b/Source/ThirdParty/lib/android/r25b/x64/release/libsgcore.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:24fc371da63db601844b88800136ef027397fc0188d0955b0b283a94bbc29f62 -size 1936452 +oid sha256:864402aa20a5738e7a409892f40b0676ad440b3df8dd89f57f6d2bf001272a5b +size 1936884 diff --git a/Source/ThirdParty/lib/linux/rustc/aarch64/debug/libsgble.a b/Source/ThirdParty/lib/linux/rustc/aarch64/debug/libsgble.a index db055078..4ecb6809 100644 --- a/Source/ThirdParty/lib/linux/rustc/aarch64/debug/libsgble.a +++ b/Source/ThirdParty/lib/linux/rustc/aarch64/debug/libsgble.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4fb56e6d82e0d1b347a65ea0e35183c6cdb6bc66b02db006c9df2b0f0fc7528c -size 182316596 +oid sha256:4a967fc4e3685c1ebc13d09fdf36987fd6bbedd8c064953eb6d9dcde35eb8252 +size 181420120 diff --git a/Source/ThirdParty/lib/linux/rustc/aarch64/release/libsgble.a b/Source/ThirdParty/lib/linux/rustc/aarch64/release/libsgble.a index 44ecc37b..88e6dadf 100644 --- a/Source/ThirdParty/lib/linux/rustc/aarch64/release/libsgble.a +++ b/Source/ThirdParty/lib/linux/rustc/aarch64/release/libsgble.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5f262688b8c9a48b5e7b84c4be129cfc0ca37f38fff768584732e55e1c3fe8d7 -size 38971542 +oid sha256:8aab83597ab83fc6e7104594603912c6134d9e8cee8a32f3d7690b69cdf9cdcf +size 39001946 diff --git a/Source/ThirdParty/lib/linux/rustc/x86-64/debug/libsgble.a b/Source/ThirdParty/lib/linux/rustc/x86-64/debug/libsgble.a index 90c47ea6..fec1a976 100644 --- a/Source/ThirdParty/lib/linux/rustc/x86-64/debug/libsgble.a +++ b/Source/ThirdParty/lib/linux/rustc/x86-64/debug/libsgble.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d2822c6b76a50fabdd015693325656ffc2f63306bdffaee4e4d7812cc64f35d5 -size 182228500 +oid sha256:28f606a0cdd0c92a6810d4e78998f1764aa6130046ca51f1621beb195f416d7b +size 181393654 diff --git a/Source/ThirdParty/lib/linux/rustc/x86-64/release/libsgble.a b/Source/ThirdParty/lib/linux/rustc/x86-64/release/libsgble.a index d122d3dc..879a0a5f 100644 --- a/Source/ThirdParty/lib/linux/rustc/x86-64/release/libsgble.a +++ b/Source/ThirdParty/lib/linux/rustc/x86-64/release/libsgble.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8103d662ab2378ca6a5428a8e754f72346df47e8379e42124fb96f48716c747d -size 37402684 +oid sha256:1b7b215a2a1c229f90d50abca57faee067f84ce4bd898823c3dc42f895544e25 +size 37438666 diff --git a/Source/ThirdParty/lib/linux/v22/aarch64/debug/libsgconnect.a b/Source/ThirdParty/lib/linux/v22/aarch64/debug/libsgconnect.a index 98f2136b..2dd7aafc 100644 --- a/Source/ThirdParty/lib/linux/v22/aarch64/debug/libsgconnect.a +++ b/Source/ThirdParty/lib/linux/v22/aarch64/debug/libsgconnect.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:38949f0f833268906e924fda12475b67aec52872cb218589704bf0f340919ed3 -size 13600892 +oid sha256:3bd1583c43bed721e4629aff9b1200cce17157c78fa3eb4c8bf88cbc3882f06e +size 13618626 diff --git a/Source/ThirdParty/lib/linux/v22/aarch64/debug/libsgcore.a b/Source/ThirdParty/lib/linux/v22/aarch64/debug/libsgcore.a index b335fe0e..07158232 100644 --- a/Source/ThirdParty/lib/linux/v22/aarch64/debug/libsgcore.a +++ b/Source/ThirdParty/lib/linux/v22/aarch64/debug/libsgcore.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:650c3ed963dc250d74f37deb7bdfec435efc42d1c2dd3279c59c6fe3240330ce -size 12165734 +oid sha256:f5f19aa4cfa78dcb1df7f9e542bedfd216124d915bb1f987bd6125fe57a70531 +size 12167040 diff --git a/Source/ThirdParty/lib/linux/v22/aarch64/release/libsgconnect.a b/Source/ThirdParty/lib/linux/v22/aarch64/release/libsgconnect.a index 33349f94..7b816131 100644 --- a/Source/ThirdParty/lib/linux/v22/aarch64/release/libsgconnect.a +++ b/Source/ThirdParty/lib/linux/v22/aarch64/release/libsgconnect.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:38aece121efb1621c15443dac0d123d74beb521bb76b94cb95e6d7f32e26e5b1 -size 1940834 +oid sha256:d267183ce266015b5acc03e701d4cd35abc6b965a9797de20b12a6835a1dc56a +size 1956816 diff --git a/Source/ThirdParty/lib/linux/v22/aarch64/release/libsgcore.a b/Source/ThirdParty/lib/linux/v22/aarch64/release/libsgcore.a index a6c0d048..bde5f8f3 100644 --- a/Source/ThirdParty/lib/linux/v22/aarch64/release/libsgcore.a +++ b/Source/ThirdParty/lib/linux/v22/aarch64/release/libsgcore.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2ee16f95521f577ba00b098ffcd36481d20f0688f69a5a57cf749bbdbbc5e6e1 -size 1716514 +oid sha256:a65abe6d813e0662d27de1e7aa6efc5389139fd5453815b32928afe70fdbb3cc +size 1717706 diff --git a/Source/ThirdParty/lib/linux/v22/x86-64/debug/libsgconnect.a b/Source/ThirdParty/lib/linux/v22/x86-64/debug/libsgconnect.a index 10f5011d..76c1399e 100644 --- a/Source/ThirdParty/lib/linux/v22/x86-64/debug/libsgconnect.a +++ b/Source/ThirdParty/lib/linux/v22/x86-64/debug/libsgconnect.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0b87b92011f6a929d9854033afd7162325d662bfb50dbd90be3de18769ff4868 -size 16424700 +oid sha256:b1911b5f8ea52742824d01d97b15f0e90cc20259e71dab66e23b0ad28c0a956a +size 16446938 diff --git a/Source/ThirdParty/lib/linux/v22/x86-64/debug/libsgcore.a b/Source/ThirdParty/lib/linux/v22/x86-64/debug/libsgcore.a index 8562cc03..cf3fc9b3 100644 --- a/Source/ThirdParty/lib/linux/v22/x86-64/debug/libsgcore.a +++ b/Source/ThirdParty/lib/linux/v22/x86-64/debug/libsgcore.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fb33c83fab9082570070a630316c315f8af62032af89c2b99f275d6f21f0e670 -size 15345930 +oid sha256:5e85cbdb432b56e88e1e9e2e8ac8f1b22dd60b1d163709afe02524c846b12f2e +size 15347488 diff --git a/Source/ThirdParty/lib/linux/v22/x86-64/release/libsgconnect.a b/Source/ThirdParty/lib/linux/v22/x86-64/release/libsgconnect.a index f7050880..e2e56438 100644 --- a/Source/ThirdParty/lib/linux/v22/x86-64/release/libsgconnect.a +++ b/Source/ThirdParty/lib/linux/v22/x86-64/release/libsgconnect.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7d8356f96523ad2fe0302a581f0dae75d7960cb27a8aad6cc166ac89438fc63a -size 1987478 +oid sha256:6ab7ed13a14709ed8d97d6c8644fb867aa2de2b79f31e6bcd63992a894bdaad9 +size 2004306 diff --git a/Source/ThirdParty/lib/linux/v22/x86-64/release/libsgcore.a b/Source/ThirdParty/lib/linux/v22/x86-64/release/libsgcore.a index a9d998cc..e232e32a 100644 --- a/Source/ThirdParty/lib/linux/v22/x86-64/release/libsgcore.a +++ b/Source/ThirdParty/lib/linux/v22/x86-64/release/libsgcore.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c458b85a32d62a75121b631b4ead3e5e9b5b1e36f17e67cdb81ff9d2670a12b1 -size 1923092 +oid sha256:7dc12361dc26ee90508d4d2a052e8b1801b7c0eca7ed4c036104103c955f5e42 +size 1923676 diff --git a/Source/ThirdParty/lib/linux/v23/aarch64/debug/libsgconnect.a b/Source/ThirdParty/lib/linux/v23/aarch64/debug/libsgconnect.a index 308eb4b5..ac2e5a0a 100644 --- a/Source/ThirdParty/lib/linux/v23/aarch64/debug/libsgconnect.a +++ b/Source/ThirdParty/lib/linux/v23/aarch64/debug/libsgconnect.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a688108f26f2786f6f109e40f73d0bc3ea2e47591820504c7e6591fe2736f417 -size 13936162 +oid sha256:c56384d5eeb0f317cd19b69b66132c69569e7de27d43d59f780c78916459f482 +size 13955626 diff --git a/Source/ThirdParty/lib/linux/v23/aarch64/debug/libsgcore.a b/Source/ThirdParty/lib/linux/v23/aarch64/debug/libsgcore.a index f423ade2..330e547c 100644 --- a/Source/ThirdParty/lib/linux/v23/aarch64/debug/libsgcore.a +++ b/Source/ThirdParty/lib/linux/v23/aarch64/debug/libsgcore.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:54c205324c90e2630c9fb5133e7e4ade39b1494304559b36a37e4baf1410e360 -size 13170998 +oid sha256:978c76893f9465c0da1b5db1594fd73fa282d76652f31eab4e598a0f25b27dc2 +size 13172366 diff --git a/Source/ThirdParty/lib/linux/v23/aarch64/release/libsgconnect.a b/Source/ThirdParty/lib/linux/v23/aarch64/release/libsgconnect.a index 0e4def0c..65ad36ff 100644 --- a/Source/ThirdParty/lib/linux/v23/aarch64/release/libsgconnect.a +++ b/Source/ThirdParty/lib/linux/v23/aarch64/release/libsgconnect.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0df3a55566c05039828eb8cd86a99248e80024eea9215a1c18f011a2245c314a -size 1880742 +oid sha256:cbada948123cd22e399c5507c8bd32027579dd2681eb9d12dd423b2e02fa0972 +size 1891610 diff --git a/Source/ThirdParty/lib/linux/v23/aarch64/release/libsgcore.a b/Source/ThirdParty/lib/linux/v23/aarch64/release/libsgcore.a index 32021b6e..b92e4c90 100644 --- a/Source/ThirdParty/lib/linux/v23/aarch64/release/libsgcore.a +++ b/Source/ThirdParty/lib/linux/v23/aarch64/release/libsgcore.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7db8d996f4152adae2142d64dcf5aabdf9234885545db2f097a2be236570d5c7 -size 1727592 +oid sha256:c2ed206a58ab2a11038cb9846a47c30375222e6a3c45db156b7bb45458d2f0d0 +size 1728496 diff --git a/Source/ThirdParty/lib/linux/v23/x86-64/debug/libsgconnect.a b/Source/ThirdParty/lib/linux/v23/x86-64/debug/libsgconnect.a index 38fe6e28..7f079b19 100644 --- a/Source/ThirdParty/lib/linux/v23/x86-64/debug/libsgconnect.a +++ b/Source/ThirdParty/lib/linux/v23/x86-64/debug/libsgconnect.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:39aeac8eb78535aa75730a73ae1b442ef69a06542f53d84b01f443bb6108cc66 -size 14962916 +oid sha256:f23103b27e2751c5cfcbb4b4122db46f584b000be5134409d6312bcdfeb4bea1 +size 14984530 diff --git a/Source/ThirdParty/lib/linux/v23/x86-64/debug/libsgcore.a b/Source/ThirdParty/lib/linux/v23/x86-64/debug/libsgcore.a index 179e3776..d61d807a 100644 --- a/Source/ThirdParty/lib/linux/v23/x86-64/debug/libsgcore.a +++ b/Source/ThirdParty/lib/linux/v23/x86-64/debug/libsgcore.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:65e93fa458ddb75d613aae79931972a32160d3563cc5a28cc3a19a2ef79341bd -size 14595478 +oid sha256:d2b27ed612d27ba1639471c8f8fa3263d69d7a9142f70584af4c0cdb15f106ae +size 14596958 diff --git a/Source/ThirdParty/lib/linux/v23/x86-64/release/libsgconnect.a b/Source/ThirdParty/lib/linux/v23/x86-64/release/libsgconnect.a index f5b61c98..5cea51a1 100644 --- a/Source/ThirdParty/lib/linux/v23/x86-64/release/libsgconnect.a +++ b/Source/ThirdParty/lib/linux/v23/x86-64/release/libsgconnect.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2b2b46cd7a134baa8d382aa98185c9f2c1b223bc1e6666936d80e89ed5e893e9 -size 1943046 +oid sha256:25c5900f9a9d67e44ef3a2fe719b9864e31fd781bca7f385b637eaec24a69921 +size 1954662 diff --git a/Source/ThirdParty/lib/linux/v23/x86-64/release/libsgcore.a b/Source/ThirdParty/lib/linux/v23/x86-64/release/libsgcore.a index 044817e1..8891da60 100644 --- a/Source/ThirdParty/lib/linux/v23/x86-64/release/libsgcore.a +++ b/Source/ThirdParty/lib/linux/v23/x86-64/release/libsgcore.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:49f248f3a04af7d1a255491518d16e48aa28b93de98eb63d4843c4d04fcc8b6d -size 1904694 +oid sha256:759ea374dedf71aa58564a6500810ec9d232b7b3c68c38bab9001c94410ca2fe +size 1904990 diff --git a/Source/ThirdParty/lib/linux/v25/aarch64/debug/libsgconnect.a b/Source/ThirdParty/lib/linux/v25/aarch64/debug/libsgconnect.a index 18654c50..cd2eb254 100644 --- a/Source/ThirdParty/lib/linux/v25/aarch64/debug/libsgconnect.a +++ b/Source/ThirdParty/lib/linux/v25/aarch64/debug/libsgconnect.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7e09da6df83ba525b48f89261f7c44e8dce9d52cbdee7b9c2faa2219ea1262b5 -size 13935214 +oid sha256:82098b2daa36653be4f946743f94f8911d326d1b39841f53a3d72badca7ad109 +size 13954678 diff --git a/Source/ThirdParty/lib/linux/v25/aarch64/debug/libsgcore.a b/Source/ThirdParty/lib/linux/v25/aarch64/debug/libsgcore.a index 9492523d..ebd1f6e8 100644 --- a/Source/ThirdParty/lib/linux/v25/aarch64/debug/libsgcore.a +++ b/Source/ThirdParty/lib/linux/v25/aarch64/debug/libsgcore.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b879bfa3f0147c3e19d4036bbb98a5e7761ae9890ba85eb3e82b404841d972c7 -size 13169322 +oid sha256:40cd06ffbdc207a185fefabec4d305ac263443928c3937da7a52da1904331874 +size 13170686 diff --git a/Source/ThirdParty/lib/linux/v25/aarch64/release/libsgconnect.a b/Source/ThirdParty/lib/linux/v25/aarch64/release/libsgconnect.a index b96a400e..77e429d3 100644 --- a/Source/ThirdParty/lib/linux/v25/aarch64/release/libsgconnect.a +++ b/Source/ThirdParty/lib/linux/v25/aarch64/release/libsgconnect.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d13313d554e2f2df3963eef0c7f777073054ea92819df72ae23a7aa4e455d7d8 -size 1878498 +oid sha256:31662d4f204621e8f1be79f5a18a5fe86c46ddc0ad902be2e94658360ed6af6c +size 1889334 diff --git a/Source/ThirdParty/lib/linux/v25/aarch64/release/libsgcore.a b/Source/ThirdParty/lib/linux/v25/aarch64/release/libsgcore.a index 36892e00..007ce970 100644 --- a/Source/ThirdParty/lib/linux/v25/aarch64/release/libsgcore.a +++ b/Source/ThirdParty/lib/linux/v25/aarch64/release/libsgcore.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5d6b9ce195e8ce2d2134f029556e1c94641c192700289390c3c89e770d69d7e0 -size 1723712 +oid sha256:de6a90fcc17a09edb5184d9f150a3b0d705760f808fe2ba8b8225dd9a8b6f209 +size 1724612 diff --git a/Source/ThirdParty/lib/linux/v25/x86-64/debug/libsgconnect.a b/Source/ThirdParty/lib/linux/v25/x86-64/debug/libsgconnect.a index 49156875..209049d8 100644 --- a/Source/ThirdParty/lib/linux/v25/x86-64/debug/libsgconnect.a +++ b/Source/ThirdParty/lib/linux/v25/x86-64/debug/libsgconnect.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:04045198e49f91ab66b0e8a12bb66c588f5d6efc5fa435775b4aa9ce7ea2b9bc -size 14962916 +oid sha256:288753d27e597d22ce77afef1ab1c23fde404e339de6dfdf35d4710fc4c6d32f +size 14984530 diff --git a/Source/ThirdParty/lib/linux/v25/x86-64/debug/libsgcore.a b/Source/ThirdParty/lib/linux/v25/x86-64/debug/libsgcore.a index b99ea788..25ee7d44 100644 --- a/Source/ThirdParty/lib/linux/v25/x86-64/debug/libsgcore.a +++ b/Source/ThirdParty/lib/linux/v25/x86-64/debug/libsgcore.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f364a09b5bd23707e13620b922e2180c8becbbbcc97f0b4e95b8b29fd616bff1 -size 14595478 +oid sha256:2bc53e74fd3e0939d3487821640ea7b3ceca32bd64861db5d9546e8a857ced9b +size 14596958 diff --git a/Source/ThirdParty/lib/linux/v25/x86-64/release/libsgconnect.a b/Source/ThirdParty/lib/linux/v25/x86-64/release/libsgconnect.a index f5b61c98..5cea51a1 100644 --- a/Source/ThirdParty/lib/linux/v25/x86-64/release/libsgconnect.a +++ b/Source/ThirdParty/lib/linux/v25/x86-64/release/libsgconnect.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2b2b46cd7a134baa8d382aa98185c9f2c1b223bc1e6666936d80e89ed5e893e9 -size 1943046 +oid sha256:25c5900f9a9d67e44ef3a2fe719b9864e31fd781bca7f385b637eaec24a69921 +size 1954662 diff --git a/Source/ThirdParty/lib/linux/v25/x86-64/release/libsgcore.a b/Source/ThirdParty/lib/linux/v25/x86-64/release/libsgcore.a index 044817e1..8891da60 100644 --- a/Source/ThirdParty/lib/linux/v25/x86-64/release/libsgcore.a +++ b/Source/ThirdParty/lib/linux/v25/x86-64/release/libsgcore.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:49f248f3a04af7d1a255491518d16e48aa28b93de98eb63d4843c4d04fcc8b6d -size 1904694 +oid sha256:759ea374dedf71aa58564a6500810ec9d232b7b3c68c38bab9001c94410ca2fe +size 1904990 diff --git a/Source/ThirdParty/lib/win64/msvc142/debug/serial.lib b/Source/ThirdParty/lib/win64/msvc142/debug/serial.lib deleted file mode 100644 index 16217e18..00000000 --- a/Source/ThirdParty/lib/win64/msvc142/debug/serial.lib +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:642d8df9ca834b51ca8e83ca7512da05e235e215eaaab0d12a6f73c8ec32b04c -size 1189716 diff --git a/Source/ThirdParty/lib/win64/msvc142/debug/sgconnect.lib b/Source/ThirdParty/lib/win64/msvc142/debug/sgconnect.lib deleted file mode 100644 index 9591abc3..00000000 --- a/Source/ThirdParty/lib/win64/msvc142/debug/sgconnect.lib +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1985187fd4e9e2f5684154b31210ddb40897c6b0a9b2b02fcbcd1f49fee8145 -size 27003320 diff --git a/Source/ThirdParty/lib/win64/msvc142/debug/sgcore.lib b/Source/ThirdParty/lib/win64/msvc142/debug/sgcore.lib deleted file mode 100644 index 5bf92aee..00000000 --- a/Source/ThirdParty/lib/win64/msvc142/debug/sgcore.lib +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:021936d48adc18a0084772fffdef8b4dab4f7c92eff8372a61383ef2e76b9bf7 -size 22361562 diff --git a/Source/ThirdParty/lib/win64/msvc142/release/serial.lib b/Source/ThirdParty/lib/win64/msvc142/release/serial.lib deleted file mode 100644 index 02b0dd76..00000000 --- a/Source/ThirdParty/lib/win64/msvc142/release/serial.lib +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c70ffb46f3b5b064748051844a46414163e2eee3e342e45c739b86d7a2e58eb2 -size 351782 diff --git a/Source/ThirdParty/lib/win64/msvc142/release/sgconnect.lib b/Source/ThirdParty/lib/win64/msvc142/release/sgconnect.lib deleted file mode 100644 index 4902aa53..00000000 --- a/Source/ThirdParty/lib/win64/msvc142/release/sgconnect.lib +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:388881b8092678c7381807896507bb62334a974f9116b96dee3bfc4916a4ab5c -size 5277694 diff --git a/Source/ThirdParty/lib/win64/msvc142/release/sgcore.lib b/Source/ThirdParty/lib/win64/msvc142/release/sgcore.lib deleted file mode 100644 index c4794ff3..00000000 --- a/Source/ThirdParty/lib/win64/msvc142/release/sgcore.lib +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3986b8a757e229e0c2ca1e3a1250c19c9251db3dc50f7b3ddb7354b8ff7a7b27 -size 5320432 diff --git a/Source/ThirdParty/lib/win64/msvc143/debug/serial.lib b/Source/ThirdParty/lib/win64/msvc143/debug/serial.lib index 6f2d2246..9c7e442a 100644 --- a/Source/ThirdParty/lib/win64/msvc143/debug/serial.lib +++ b/Source/ThirdParty/lib/win64/msvc143/debug/serial.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:54ad2681edb5a5c2a2a5fae738e20a0e541e46bf531733fdf1e409987d16a2fb -size 1166256 +oid sha256:36d884145b5519bdceefe37775d3372751a2b6b46c98f6cf81d10c42b5b219fa +size 1170252 diff --git a/Source/ThirdParty/lib/win64/msvc143/debug/sgconnect.lib b/Source/ThirdParty/lib/win64/msvc143/debug/sgconnect.lib index c74430fb..69d09dd1 100644 --- a/Source/ThirdParty/lib/win64/msvc143/debug/sgconnect.lib +++ b/Source/ThirdParty/lib/win64/msvc143/debug/sgconnect.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:91d7234190d03f132c8348427e05e4357b5fd4ce8f0fa909ddca006cd85edf5f -size 40937152 +oid sha256:3e1e426eda7b767b42e1ba826118ce5987f8fc9f198939b3d1ceeacc05b5540c +size 41180086 diff --git a/Source/ThirdParty/lib/win64/msvc143/debug/sgcore.lib b/Source/ThirdParty/lib/win64/msvc143/debug/sgcore.lib index d3c72d9c..3fba3066 100644 --- a/Source/ThirdParty/lib/win64/msvc143/debug/sgcore.lib +++ b/Source/ThirdParty/lib/win64/msvc143/debug/sgcore.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:40f7d5c4cb8eec52243436c81e274a92beb61c6291bc89f31bcb062f156742db -size 35576478 +oid sha256:a96f1ed874627a6301686f8ce7dfe7c6632de6eb6cbdcd751ed0640c71406f4d +size 35709268 diff --git a/Source/ThirdParty/lib/win64/msvc143/release/serial.lib b/Source/ThirdParty/lib/win64/msvc143/release/serial.lib index 326b798f..400ae9ca 100644 --- a/Source/ThirdParty/lib/win64/msvc143/release/serial.lib +++ b/Source/ThirdParty/lib/win64/msvc143/release/serial.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f381459afc18b1e333695b6a256dedea46ec2de6b496f73282713f082299a814 -size 340602 +oid sha256:ad4fd993882250da3287ce6a4b026006049022ea78b30c93898e477d6cbd488a +size 341446 diff --git a/Source/ThirdParty/lib/win64/msvc143/release/sgconnect.lib b/Source/ThirdParty/lib/win64/msvc143/release/sgconnect.lib index dc40f1b0..ab032f2b 100644 --- a/Source/ThirdParty/lib/win64/msvc143/release/sgconnect.lib +++ b/Source/ThirdParty/lib/win64/msvc143/release/sgconnect.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b28fed80eb9c699444ba4997fb6487350b39cd9399831426912eb947ed0399cc -size 7299210 +oid sha256:76cf1a2589e36fec258f2b2b1e2352802a6279e6a7c43e938975ddc918f0c833 +size 7362278 diff --git a/Source/ThirdParty/lib/win64/msvc143/release/sgcore.lib b/Source/ThirdParty/lib/win64/msvc143/release/sgcore.lib index 13ad1043..2e2fd72e 100644 --- a/Source/ThirdParty/lib/win64/msvc143/release/sgcore.lib +++ b/Source/ThirdParty/lib/win64/msvc143/release/sgcore.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ff6a8477710b3d6c0f815259db77479556e333fb335e4fc9e94056989ad2b038 -size 6883676 +oid sha256:85dc56418c92dcc751edd61611f38d73049605810f1898bd48aaaa6cce7d6b24 +size 6896454 diff --git a/Source/ThirdParty/lib/win64/rustc/debug/sgble.lib b/Source/ThirdParty/lib/win64/rustc/debug/sgble.lib index 783ab1ed..11eb040a 100644 --- a/Source/ThirdParty/lib/win64/rustc/debug/sgble.lib +++ b/Source/ThirdParty/lib/win64/rustc/debug/sgble.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:07142faa7e70fbbaa06a22fa6a87b3bc8b2f9680609670894c2b45746b3885c5 -size 199035710 +oid sha256:60b672615e40decd0ca3b39d8d17643bb6010e265ce1f98ccfbc471cd57493c0 +size 198577260 diff --git a/Source/ThirdParty/lib/win64/rustc/release/sgble.lib b/Source/ThirdParty/lib/win64/rustc/release/sgble.lib index 690b1877..a11d9923 100644 --- a/Source/ThirdParty/lib/win64/rustc/release/sgble.lib +++ b/Source/ThirdParty/lib/win64/rustc/release/sgble.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4bd4ebfe94aef3021d62cd5c552f66517a82be664ade8165eeeb42a1ddf814ea -size 30694800 +oid sha256:aadf44de34f28eb08868d796e7c0d44a27f39308ece875952e9203bc29c74fa4 +size 30694816