From eaa979f6e86edaffca39295249afe822f72a5948 Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Tue, 15 Apr 2025 17:19:04 +0200 Subject: [PATCH] bump senseglove libraries to a yet to be versioned, experimental release, with ble support --- Handbook/src/appendix/changelog.md | 2 +- .../SenseGloveConnectImpl.Build.cs | 107 ++++++++++++++++++ Source/ThirdParty/android/debug/droidplug.aar | 3 + .../ThirdParty/android/release/droidplug.aar | 3 + .../include/SenseGlove/BLE/Platform.hpp | 3 + .../include/SenseGlove/BLE/SGBLExx.hpp | 3 + .../ThirdParty/include/SenseGlove/BLE/sgble.h | 3 + .../include/SenseGlove/BLE/sgble.hpp | 3 + .../include/SenseGlove/Connect/BleInfo.hpp | 3 + .../include/SenseGlove/Connect/BleUtil.hpp | 3 + .../SenseGlove/Connect/DeviceScanner.hpp | 4 +- .../SenseGlove/Connect/EFWErrorCodes.hpp | 3 + .../SenseGlove/Connect/FirmwareUploader.hpp | 3 + .../SenseGlove/Connect/MathDefines.hpp | 3 + .../SenseGlove/Connect/Nova2BleDevice.hpp | 3 + .../include/SenseGlove/Connect/PortInfo.hpp | 4 +- .../SenseGlove/Connect/SGBleDevice.hpp | 3 + .../include/SenseGlove/Connect/SGConnect.hpp | 4 +- .../include/SenseGlove/Connect/SGDevice.hpp | 4 +- .../include/SenseGlove/Connect/SharedMem.hpp | 4 +- .../SenseGlove/Connect/StringUtils.hpp | 4 +- .../include/SenseGlove/Core/BuzzCommand.hpp | 3 + .../SenseGlove/Core/CalibrationDataPoint.hpp | 3 + .../include/SenseGlove/Core/FingerCommand.hpp | 3 + .../SenseGlove/Core/ForceFeedbackCommand.hpp | 3 + .../include/SenseGlove/Core/HandProfile.hpp | 3 + .../Core/HapticGloveCalibrationCheck.hpp | 3 + .../Core/HapticGloveCalibrationSequence.hpp | 3 + .../Core/HapticGloveCommandBuffer.hpp | 3 + .../Core/HapticGloveHandProfiles.hpp | 3 + .../Core/HapticGloveQuickCalibration.hpp | 3 + .../SenseGlove/Core/NovaGloveCalibration.hpp | 3 + .../SenseGlove/Core/NovaGloveHandProfile.hpp | 3 + .../SenseGlove/Core/SenseGloveHandProfile.hpp | 3 + .../include/SenseGlove/Core/SensorRange.hpp | 3 + .../SenseGlove/Core/ThumperCommand.hpp | 3 + .../SenseGlove/Core/TimedBuzzCommand.hpp | 3 + .../SenseGlove/Core/TimedThumpCommand.hpp | 3 + .../include/SenseGlove/Core/Tracking.hpp | 4 +- .../lib/android/r25b/arm64/debug/libsgble.a | 3 + .../android/r25b/arm64/debug/libsgconnect.a | 4 +- .../lib/android/r25b/arm64/debug/libsgcore.a | 4 +- .../lib/android/r25b/arm64/release/libsgble.a | 3 + .../android/r25b/arm64/release/libsgconnect.a | 4 +- .../android/r25b/arm64/release/libsgcore.a | 4 +- .../lib/android/r25b/x64/debug/libsgble.a | 3 + .../lib/android/r25b/x64/debug/libsgconnect.a | 4 +- .../lib/android/r25b/x64/debug/libsgcore.a | 4 +- .../lib/android/r25b/x64/release/libsgble.a | 3 + .../android/r25b/x64/release/libsgconnect.a | 4 +- .../lib/android/r25b/x64/release/libsgcore.a | 4 +- .../lib/linux/rustc/aarch64/debug/libsgble.a | 3 + .../linux/rustc/aarch64/release/libsgble.a | 3 + .../lib/linux/rustc/x86-64/debug/libsgble.a | 3 + .../lib/linux/rustc/x86-64/release/libsgble.a | 3 + .../linux/v21/aarch64/debug/libsgconnect.a | 4 +- .../lib/linux/v21/aarch64/debug/libsgcore.a | 2 +- .../linux/v21/aarch64/release/libsgconnect.a | 4 +- .../lib/linux/v21/aarch64/release/libsgcore.a | 4 +- .../lib/linux/v21/x86-64/debug/libsgconnect.a | 4 +- .../lib/linux/v21/x86-64/debug/libsgcore.a | 2 +- .../linux/v21/x86-64/release/libsgconnect.a | 4 +- .../lib/linux/v21/x86-64/release/libsgcore.a | 4 +- .../linux/v22/aarch64/debug/libsgconnect.a | 4 +- .../lib/linux/v22/aarch64/debug/libsgcore.a | 2 +- .../linux/v22/aarch64/release/libsgconnect.a | 4 +- .../lib/linux/v22/aarch64/release/libsgcore.a | 2 +- .../lib/linux/v22/x86-64/debug/libsgconnect.a | 4 +- .../lib/linux/v22/x86-64/debug/libsgcore.a | 2 +- .../linux/v22/x86-64/release/libsgconnect.a | 4 +- .../lib/linux/v22/x86-64/release/libsgcore.a | 2 +- .../linux/v23/aarch64/debug/libsgconnect.a | 4 +- .../lib/linux/v23/aarch64/debug/libsgcore.a | 2 +- .../linux/v23/aarch64/release/libsgconnect.a | 4 +- .../lib/linux/v23/aarch64/release/libsgcore.a | 2 +- .../lib/linux/v23/x86-64/debug/libsgconnect.a | 4 +- .../lib/linux/v23/x86-64/debug/libsgcore.a | 2 +- .../linux/v23/x86-64/release/libsgconnect.a | 4 +- .../lib/linux/v23/x86-64/release/libsgcore.a | 4 +- .../lib/linux/v24/aarch64/debug/libserial.a | 3 + .../linux/v24/aarch64/debug/libsgconnect.a | 3 + .../lib/linux/v24/aarch64/debug/libsgcore.a | 3 + .../lib/linux/v24/aarch64/release/libserial.a | 3 + .../linux/v24/aarch64/release/libsgconnect.a | 3 + .../lib/linux/v24/aarch64/release/libsgcore.a | 3 + .../lib/linux/v24/x86-64/debug/libserial.a | 3 + .../lib/linux/v24/x86-64/debug/libsgconnect.a | 3 + .../lib/linux/v24/x86-64/debug/libsgcore.a | 3 + .../lib/linux/v24/x86-64/release/libserial.a | 3 + .../linux/v24/x86-64/release/libsgconnect.a | 3 + .../lib/linux/v24/x86-64/release/libsgcore.a | 3 + .../lib/win64/msvc142/debug/serial.lib | 4 +- .../lib/win64/msvc142/debug/sgconnect.lib | 4 +- .../lib/win64/msvc142/debug/sgcore.lib | 4 +- .../lib/win64/msvc142/release/serial.lib | 4 +- .../lib/win64/msvc142/release/sgconnect.lib | 4 +- .../lib/win64/msvc142/release/sgcore.lib | 4 +- .../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 +- .../lib/win64/rustc/debug/sgble.lib | 3 + .../lib/win64/rustc/release/sgble.lib | 3 + 105 files changed, 357 insertions(+), 94 deletions(-) create mode 100644 Source/ThirdParty/android/debug/droidplug.aar create mode 100644 Source/ThirdParty/android/release/droidplug.aar create mode 100644 Source/ThirdParty/include/SenseGlove/BLE/Platform.hpp create mode 100644 Source/ThirdParty/include/SenseGlove/BLE/SGBLExx.hpp create mode 100644 Source/ThirdParty/include/SenseGlove/BLE/sgble.h create mode 100644 Source/ThirdParty/include/SenseGlove/BLE/sgble.hpp create mode 100644 Source/ThirdParty/include/SenseGlove/Connect/BleInfo.hpp create mode 100644 Source/ThirdParty/include/SenseGlove/Connect/BleUtil.hpp create mode 100644 Source/ThirdParty/include/SenseGlove/Connect/EFWErrorCodes.hpp create mode 100644 Source/ThirdParty/include/SenseGlove/Connect/FirmwareUploader.hpp create mode 100644 Source/ThirdParty/include/SenseGlove/Connect/MathDefines.hpp create mode 100644 Source/ThirdParty/include/SenseGlove/Connect/Nova2BleDevice.hpp create mode 100644 Source/ThirdParty/include/SenseGlove/Connect/SGBleDevice.hpp create mode 100644 Source/ThirdParty/include/SenseGlove/Core/BuzzCommand.hpp create mode 100644 Source/ThirdParty/include/SenseGlove/Core/CalibrationDataPoint.hpp create mode 100644 Source/ThirdParty/include/SenseGlove/Core/FingerCommand.hpp create mode 100644 Source/ThirdParty/include/SenseGlove/Core/ForceFeedbackCommand.hpp create mode 100644 Source/ThirdParty/include/SenseGlove/Core/HandProfile.hpp create mode 100644 Source/ThirdParty/include/SenseGlove/Core/HapticGloveCalibrationCheck.hpp create mode 100644 Source/ThirdParty/include/SenseGlove/Core/HapticGloveCalibrationSequence.hpp create mode 100644 Source/ThirdParty/include/SenseGlove/Core/HapticGloveCommandBuffer.hpp create mode 100644 Source/ThirdParty/include/SenseGlove/Core/HapticGloveHandProfiles.hpp create mode 100644 Source/ThirdParty/include/SenseGlove/Core/HapticGloveQuickCalibration.hpp create mode 100644 Source/ThirdParty/include/SenseGlove/Core/NovaGloveCalibration.hpp create mode 100644 Source/ThirdParty/include/SenseGlove/Core/NovaGloveHandProfile.hpp create mode 100644 Source/ThirdParty/include/SenseGlove/Core/SenseGloveHandProfile.hpp create mode 100644 Source/ThirdParty/include/SenseGlove/Core/SensorRange.hpp create mode 100644 Source/ThirdParty/include/SenseGlove/Core/ThumperCommand.hpp create mode 100644 Source/ThirdParty/include/SenseGlove/Core/TimedBuzzCommand.hpp create mode 100644 Source/ThirdParty/include/SenseGlove/Core/TimedThumpCommand.hpp create mode 100644 Source/ThirdParty/lib/android/r25b/arm64/debug/libsgble.a create mode 100644 Source/ThirdParty/lib/android/r25b/arm64/release/libsgble.a create mode 100644 Source/ThirdParty/lib/android/r25b/x64/debug/libsgble.a create mode 100644 Source/ThirdParty/lib/android/r25b/x64/release/libsgble.a create mode 100644 Source/ThirdParty/lib/linux/rustc/aarch64/debug/libsgble.a create mode 100644 Source/ThirdParty/lib/linux/rustc/aarch64/release/libsgble.a create mode 100644 Source/ThirdParty/lib/linux/rustc/x86-64/debug/libsgble.a create mode 100644 Source/ThirdParty/lib/linux/rustc/x86-64/release/libsgble.a create mode 100644 Source/ThirdParty/lib/linux/v24/aarch64/debug/libserial.a create mode 100644 Source/ThirdParty/lib/linux/v24/aarch64/debug/libsgconnect.a create mode 100644 Source/ThirdParty/lib/linux/v24/aarch64/debug/libsgcore.a create mode 100644 Source/ThirdParty/lib/linux/v24/aarch64/release/libserial.a create mode 100644 Source/ThirdParty/lib/linux/v24/aarch64/release/libsgconnect.a create mode 100644 Source/ThirdParty/lib/linux/v24/aarch64/release/libsgcore.a create mode 100644 Source/ThirdParty/lib/linux/v24/x86-64/debug/libserial.a create mode 100644 Source/ThirdParty/lib/linux/v24/x86-64/debug/libsgconnect.a create mode 100644 Source/ThirdParty/lib/linux/v24/x86-64/debug/libsgcore.a create mode 100644 Source/ThirdParty/lib/linux/v24/x86-64/release/libserial.a create mode 100644 Source/ThirdParty/lib/linux/v24/x86-64/release/libsgconnect.a create mode 100644 Source/ThirdParty/lib/linux/v24/x86-64/release/libsgcore.a create mode 100644 Source/ThirdParty/lib/win64/rustc/debug/sgble.lib create mode 100644 Source/ThirdParty/lib/win64/rustc/release/sgble.lib diff --git a/Handbook/src/appendix/changelog.md b/Handbook/src/appendix/changelog.md index c246cd74..cde48eb5 100644 --- a/Handbook/src/appendix/changelog.md +++ b/Handbook/src/appendix/changelog.md @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Bumped the SenseGlove libraries to `v2.106.0-d5361a48`. +- Bumped the SenseGlove libraries to a yet to be versioned, experimental release, with BLE (Bluetooth Low Energy) support. ## [2.4.2] - 2025-02-17 diff --git a/Source/SenseGloveConnectImpl/SenseGloveConnectImpl.Build.cs b/Source/SenseGloveConnectImpl/SenseGloveConnectImpl.Build.cs index 67b26b15..9057d85b 100644 --- a/Source/SenseGloveConnectImpl/SenseGloveConnectImpl.Build.cs +++ b/Source/SenseGloveConnectImpl/SenseGloveConnectImpl.Build.cs @@ -74,6 +74,7 @@ public class SenseGloveConnectImpl : ModuleRules } ); + AddBleLibrary(Target); AddConnectLibrary(Target); AddSerialLibrary(Target); @@ -81,6 +82,112 @@ public class SenseGloveConnectImpl : ModuleRules PublicDefinitions.Add("SENSEGLOVE_UNREAL_ENGINE_PLUGIN"); } + private void AddBleLibrary(ReadOnlyTargetRules Target) + { + string PluginRootDirectory = Path.GetFullPath(Path.Combine(ModuleDirectory, "..", "..")); + string SourceDirectory = Path.GetFullPath(Path.Combine(PluginRootDirectory, "Source")); + string ThirdPartyDirectory = Path.GetFullPath(Path.Combine(SourceDirectory, "ThirdParty")); + string LibraryPath = Path.GetFullPath(Path.Combine(ThirdPartyDirectory, "lib")); + string LibraryPathAnroidArm64 = ""; + string LibraryPathAnroidx64 = ""; + string LibraryName = "sgble"; + + bool bIsAndroid = Target.IsInPlatformGroup(UnrealPlatformGroup.Android); + bool bIsLinux = Target.Platform == UnrealTargetPlatform.Linux; + bool bIsLinuxArm64 = Target.Platform == UnrealTargetPlatform.LinuxArm64; + bool bIsWin64 = Target.IsInPlatformGroup(UnrealPlatformGroup.Windows) && + Target.WindowsPlatform.Architecture == UnrealArch.X64; + bool bIsDebugBuild = (Target.Configuration == UnrealTargetConfiguration.Debug); + + if (bIsAndroid) + { + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "android")); + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "r25b")); + + LibraryPathAnroidArm64 = Path.GetFullPath(Path.Combine(LibraryPath, "arm64")); + LibraryPathAnroidx64 = Path.GetFullPath(Path.Combine(LibraryPath, "x64")); + + LibraryName = string.Format("lib{0}.a", LibraryName); + } + else if (bIsLinux) + { + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "linux")); + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "rustc")); + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "x86-64")); + + LibraryName = string.Format("lib{0}.a", LibraryName); + } + else if (bIsLinuxArm64) + { + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "linux")); + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "rustc")); + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "aarch64")); + + LibraryName = string.Format("lib{0}.a", LibraryName); + } + else if (bIsWin64) + { + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "win64")); + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "rustc")); + + LibraryName = string.Format("{0}.lib", LibraryName); + } + else + { + Debug.Assert(false, "Unsupported platform!"); + } + + string IncludePath = Path.GetFullPath(Path.Combine(ThirdPartyDirectory, "include")); + PrivateIncludePaths.Add(IncludePath); + + if (bIsAndroid) + { + if (bIsDebugBuild) + { + LibraryPathAnroidArm64 = Path.GetFullPath(Path.Combine(LibraryPathAnroidArm64, "debug")); + LibraryPathAnroidx64 = Path.GetFullPath(Path.Combine(LibraryPathAnroidx64, "debug")); + } + else + { + LibraryPathAnroidArm64 = Path.GetFullPath(Path.Combine(LibraryPathAnroidArm64, "release")); + LibraryPathAnroidx64 = Path.GetFullPath(Path.Combine(LibraryPathAnroidx64, "release")); + } + + LibraryPathAnroidArm64 = Path.GetFullPath(Path.Combine(LibraryPathAnroidArm64, LibraryName)); + LibraryPathAnroidx64 = Path.GetFullPath(Path.Combine(LibraryPathAnroidx64, LibraryName)); + + PublicAdditionalLibraries.Add(LibraryPathAnroidArm64); + PublicAdditionalLibraries.Add(LibraryPathAnroidx64); + } + else + { + if (bIsDebugBuild) + { + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "debug")); + } + else + { + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "release")); + } + + LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, LibraryName)); + PublicAdditionalLibraries.Add(LibraryPath); + } + + if (bIsWin64) + { + PublicAdditionalLibraries.AddRange(new string[] + { + "bcrypt.lib", + "ntdll.lib", + "propsys.lib", + "runtimeobject.lib", + "userenv.lib", + "ws2_32.lib" + }); + } + } + private void AddConnectLibrary(ReadOnlyTargetRules Target) { string PluginRootDirectory = Path.GetFullPath(Path.Combine(ModuleDirectory, "..", "..")); diff --git a/Source/ThirdParty/android/debug/droidplug.aar b/Source/ThirdParty/android/debug/droidplug.aar new file mode 100644 index 00000000..e3089279 --- /dev/null +++ b/Source/ThirdParty/android/debug/droidplug.aar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c5db514e4db33951c0824ce19bc80ac7a432ec96e4ec39467a0b707bb8f12c9 +size 35733 diff --git a/Source/ThirdParty/android/release/droidplug.aar b/Source/ThirdParty/android/release/droidplug.aar new file mode 100644 index 00000000..e1965613 --- /dev/null +++ b/Source/ThirdParty/android/release/droidplug.aar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4d3b11e2814566df715b5df04da014707d640645c12d3e7741d56d0c328087e +size 34579 diff --git a/Source/ThirdParty/include/SenseGlove/BLE/Platform.hpp b/Source/ThirdParty/include/SenseGlove/BLE/Platform.hpp new file mode 100644 index 00000000..163a60c4 --- /dev/null +++ b/Source/ThirdParty/include/SenseGlove/BLE/Platform.hpp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cab86bb39ce5d6c5042df024deed54bbafbb189daaac3b00f7f2e9d4149fc50 +size 4992 diff --git a/Source/ThirdParty/include/SenseGlove/BLE/SGBLExx.hpp b/Source/ThirdParty/include/SenseGlove/BLE/SGBLExx.hpp new file mode 100644 index 00000000..e97b95f4 --- /dev/null +++ b/Source/ThirdParty/include/SenseGlove/BLE/SGBLExx.hpp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7ec2d22498fb10152c73eb3c42cf14ad6a5858a9822911401c36aff3a896f18 +size 77738 diff --git a/Source/ThirdParty/include/SenseGlove/BLE/sgble.h b/Source/ThirdParty/include/SenseGlove/BLE/sgble.h new file mode 100644 index 00000000..4d345745 --- /dev/null +++ b/Source/ThirdParty/include/SenseGlove/BLE/sgble.h @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9282835b7931cfc7ba26736b77744a025e2d2b7a3500c0fa86219d74d50f0c1f +size 12206 diff --git a/Source/ThirdParty/include/SenseGlove/BLE/sgble.hpp b/Source/ThirdParty/include/SenseGlove/BLE/sgble.hpp new file mode 100644 index 00000000..190f5549 --- /dev/null +++ b/Source/ThirdParty/include/SenseGlove/BLE/sgble.hpp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3048ca91fe8b81ce9bbf15ace1c4dbf9e16f95ed29adf400117e6639c0769a7a +size 8588 diff --git a/Source/ThirdParty/include/SenseGlove/Connect/BleInfo.hpp b/Source/ThirdParty/include/SenseGlove/Connect/BleInfo.hpp new file mode 100644 index 00000000..02c426bb --- /dev/null +++ b/Source/ThirdParty/include/SenseGlove/Connect/BleInfo.hpp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18f9c4a755e3ecf9f08705855f8e391c1adcb5618815e4c716de65dc9974ffc9 +size 1982 diff --git a/Source/ThirdParty/include/SenseGlove/Connect/BleUtil.hpp b/Source/ThirdParty/include/SenseGlove/Connect/BleUtil.hpp new file mode 100644 index 00000000..9b2b8ba5 --- /dev/null +++ b/Source/ThirdParty/include/SenseGlove/Connect/BleUtil.hpp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a40a352292c950eadb05276a68148d3969e5635b166045bfd066a14b4aab117 +size 1040 diff --git a/Source/ThirdParty/include/SenseGlove/Connect/DeviceScanner.hpp b/Source/ThirdParty/include/SenseGlove/Connect/DeviceScanner.hpp index 0ca46218..01b218d3 100644 --- a/Source/ThirdParty/include/SenseGlove/Connect/DeviceScanner.hpp +++ b/Source/ThirdParty/include/SenseGlove/Connect/DeviceScanner.hpp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4a89852f2063e95ea654e76e27558ad12bb27b588c529b8a6870be83b1defb51 -size 2380 +oid sha256:280904a164da1219f4d8e25b1e3b03cbbe6b881fa47908e89ddd3d40add3522f +size 3166 diff --git a/Source/ThirdParty/include/SenseGlove/Connect/EFWErrorCodes.hpp b/Source/ThirdParty/include/SenseGlove/Connect/EFWErrorCodes.hpp new file mode 100644 index 00000000..6d7f2bb8 --- /dev/null +++ b/Source/ThirdParty/include/SenseGlove/Connect/EFWErrorCodes.hpp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa6f0cdf319052441c472e1a191f0f92ba626255b7e65633ee84e626c7f1c695 +size 4113 diff --git a/Source/ThirdParty/include/SenseGlove/Connect/FirmwareUploader.hpp b/Source/ThirdParty/include/SenseGlove/Connect/FirmwareUploader.hpp new file mode 100644 index 00000000..8bd5d8dc --- /dev/null +++ b/Source/ThirdParty/include/SenseGlove/Connect/FirmwareUploader.hpp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a82c6ab08ac3fa09508da4b19555f306a6c5166dcdda08f4c2cc8b72f5290bd8 +size 1469 diff --git a/Source/ThirdParty/include/SenseGlove/Connect/MathDefines.hpp b/Source/ThirdParty/include/SenseGlove/Connect/MathDefines.hpp new file mode 100644 index 00000000..855fedc0 --- /dev/null +++ b/Source/ThirdParty/include/SenseGlove/Connect/MathDefines.hpp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9052e3ccb9d186279b9d5feeeba43d9ad16b12e5f088ca7752b4eb48afa83656 +size 955 diff --git a/Source/ThirdParty/include/SenseGlove/Connect/Nova2BleDevice.hpp b/Source/ThirdParty/include/SenseGlove/Connect/Nova2BleDevice.hpp new file mode 100644 index 00000000..c517dc74 --- /dev/null +++ b/Source/ThirdParty/include/SenseGlove/Connect/Nova2BleDevice.hpp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c2d213cc43d067149aab3323ce7e3aed9e9cdebb33369ec3ed943ac3722d89f +size 3912 diff --git a/Source/ThirdParty/include/SenseGlove/Connect/PortInfo.hpp b/Source/ThirdParty/include/SenseGlove/Connect/PortInfo.hpp index f0c05644..1a8e616f 100644 --- a/Source/ThirdParty/include/SenseGlove/Connect/PortInfo.hpp +++ b/Source/ThirdParty/include/SenseGlove/Connect/PortInfo.hpp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:be7ac7eaf8db79f553b3d6b87399dc365c7e0992ddaed0878222e12204aff4c4 -size 2822 +oid sha256:a9758a1bf326d044e2f8d3019121cbbccf5ba9cb41f04187a39ab72fcce066d3 +size 2891 diff --git a/Source/ThirdParty/include/SenseGlove/Connect/SGBleDevice.hpp b/Source/ThirdParty/include/SenseGlove/Connect/SGBleDevice.hpp new file mode 100644 index 00000000..1c7553ab --- /dev/null +++ b/Source/ThirdParty/include/SenseGlove/Connect/SGBleDevice.hpp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80c2dadedf1022aab89d32f439d1aa612ca8135dc2420562fc25a86acf2cb204 +size 909 diff --git a/Source/ThirdParty/include/SenseGlove/Connect/SGConnect.hpp b/Source/ThirdParty/include/SenseGlove/Connect/SGConnect.hpp index 29cf59c5..c4bb9cc0 100644 --- a/Source/ThirdParty/include/SenseGlove/Connect/SGConnect.hpp +++ b/Source/ThirdParty/include/SenseGlove/Connect/SGConnect.hpp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2b3b5bb2a2a660af01e474a6aeb0cc30c32b5158c7f4b8d6321edd269ef76e61 -size 9956 +oid sha256:412d0472a4bee7fee8dfd66d824694199b17e55e8ba29679a012a20e0e5140aa +size 12697 diff --git a/Source/ThirdParty/include/SenseGlove/Connect/SGDevice.hpp b/Source/ThirdParty/include/SenseGlove/Connect/SGDevice.hpp index b6fad103..a4b167da 100644 --- a/Source/ThirdParty/include/SenseGlove/Connect/SGDevice.hpp +++ b/Source/ThirdParty/include/SenseGlove/Connect/SGDevice.hpp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b8a3fa2c6bf0cb0702a6e84408e386a2b753e2ccfb0aac353a9f4460c1aba665 -size 3057 +oid sha256:3ebc2ea1ac158ec8bb6142d0d72253f02738171f3f2e293227db35442fef63bb +size 4052 diff --git a/Source/ThirdParty/include/SenseGlove/Connect/SharedMem.hpp b/Source/ThirdParty/include/SenseGlove/Connect/SharedMem.hpp index 2aa9afa3..06673733 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:5f474e3e6cd7d693d8656b00f9316eb42321bd8ba79198a08dec1edfdf22c129 -size 3580 +oid sha256:3f0565ffa228ee01acf11e3e0d8727927594154f14e5aaeea3a8d6e324ccba68 +size 3607 diff --git a/Source/ThirdParty/include/SenseGlove/Connect/StringUtils.hpp b/Source/ThirdParty/include/SenseGlove/Connect/StringUtils.hpp index 61c4e906..432a9f01 100644 --- a/Source/ThirdParty/include/SenseGlove/Connect/StringUtils.hpp +++ b/Source/ThirdParty/include/SenseGlove/Connect/StringUtils.hpp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d1067acebb96f59bb2842196b2e10e81a177a5e5d1d5a96a18dec8cabc4348a6 -size 1702 +oid sha256:e2be9168933a63b25bc57096c405cb27d42ffdf81c29b176ab2c400f1e16a8b8 +size 1907 diff --git a/Source/ThirdParty/include/SenseGlove/Core/BuzzCommand.hpp b/Source/ThirdParty/include/SenseGlove/Core/BuzzCommand.hpp new file mode 100644 index 00000000..3621f473 --- /dev/null +++ b/Source/ThirdParty/include/SenseGlove/Core/BuzzCommand.hpp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffcb165bd8a3f59d3723607d16b9efac7c1dfb6aeb2f59c70f6319cf095ebb5e +size 2917 diff --git a/Source/ThirdParty/include/SenseGlove/Core/CalibrationDataPoint.hpp b/Source/ThirdParty/include/SenseGlove/Core/CalibrationDataPoint.hpp new file mode 100644 index 00000000..6ee39909 --- /dev/null +++ b/Source/ThirdParty/include/SenseGlove/Core/CalibrationDataPoint.hpp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1afa3d732a30ae42a598f7210757aede24667975a4b14721572f6785fec6ed0b +size 2130 diff --git a/Source/ThirdParty/include/SenseGlove/Core/FingerCommand.hpp b/Source/ThirdParty/include/SenseGlove/Core/FingerCommand.hpp new file mode 100644 index 00000000..1a3ce4dd --- /dev/null +++ b/Source/ThirdParty/include/SenseGlove/Core/FingerCommand.hpp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dbd6749d957e852d6f64615e7564144a932bc317bf3542b94cc7662cb557949 +size 2396 diff --git a/Source/ThirdParty/include/SenseGlove/Core/ForceFeedbackCommand.hpp b/Source/ThirdParty/include/SenseGlove/Core/ForceFeedbackCommand.hpp new file mode 100644 index 00000000..c6869be7 --- /dev/null +++ b/Source/ThirdParty/include/SenseGlove/Core/ForceFeedbackCommand.hpp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:325b9df474a10fc91642cd7432187230dbc5947f2016415aa51435eb1459f336 +size 3282 diff --git a/Source/ThirdParty/include/SenseGlove/Core/HandProfile.hpp b/Source/ThirdParty/include/SenseGlove/Core/HandProfile.hpp new file mode 100644 index 00000000..b59ecf74 --- /dev/null +++ b/Source/ThirdParty/include/SenseGlove/Core/HandProfile.hpp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cfe73235d6c28fa10be45f018fe8febf0244651a1d8a2dfb735e9404b9323c5 +size 5166 diff --git a/Source/ThirdParty/include/SenseGlove/Core/HapticGloveCalibrationCheck.hpp b/Source/ThirdParty/include/SenseGlove/Core/HapticGloveCalibrationCheck.hpp new file mode 100644 index 00000000..036ead6e --- /dev/null +++ b/Source/ThirdParty/include/SenseGlove/Core/HapticGloveCalibrationCheck.hpp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d72f1812948c630f9c57e7bc17a015a4a09eeac33e1ecafe6a1b9ad80f3da3e2 +size 6506 diff --git a/Source/ThirdParty/include/SenseGlove/Core/HapticGloveCalibrationSequence.hpp b/Source/ThirdParty/include/SenseGlove/Core/HapticGloveCalibrationSequence.hpp new file mode 100644 index 00000000..c58393ab --- /dev/null +++ b/Source/ThirdParty/include/SenseGlove/Core/HapticGloveCalibrationSequence.hpp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd278d22d94030a2cff5d20c635e983f9faaf59861d6c9b4a8da6c6aaa18c23c +size 7723 diff --git a/Source/ThirdParty/include/SenseGlove/Core/HapticGloveCommandBuffer.hpp b/Source/ThirdParty/include/SenseGlove/Core/HapticGloveCommandBuffer.hpp new file mode 100644 index 00000000..71b45917 --- /dev/null +++ b/Source/ThirdParty/include/SenseGlove/Core/HapticGloveCommandBuffer.hpp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33acbf0c2b2ef6fd51734fc42fc8dea7299a5ee6a5ebe893de244d3e533cfbe1 +size 6630 diff --git a/Source/ThirdParty/include/SenseGlove/Core/HapticGloveHandProfiles.hpp b/Source/ThirdParty/include/SenseGlove/Core/HapticGloveHandProfiles.hpp new file mode 100644 index 00000000..4feeb258 --- /dev/null +++ b/Source/ThirdParty/include/SenseGlove/Core/HapticGloveHandProfiles.hpp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:902b12a316e053d8376394779d331365fa531e5911c6d44f70a9813a40de1177 +size 4277 diff --git a/Source/ThirdParty/include/SenseGlove/Core/HapticGloveQuickCalibration.hpp b/Source/ThirdParty/include/SenseGlove/Core/HapticGloveQuickCalibration.hpp new file mode 100644 index 00000000..3eae68f4 --- /dev/null +++ b/Source/ThirdParty/include/SenseGlove/Core/HapticGloveQuickCalibration.hpp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:882fb8762608a363ef5421721a006eeafdbb63a8830b68551029cd6bd6b91fcf +size 5363 diff --git a/Source/ThirdParty/include/SenseGlove/Core/NovaGloveCalibration.hpp b/Source/ThirdParty/include/SenseGlove/Core/NovaGloveCalibration.hpp new file mode 100644 index 00000000..e5244cf4 --- /dev/null +++ b/Source/ThirdParty/include/SenseGlove/Core/NovaGloveCalibration.hpp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:998f8ca6951d3b085091b1816f5aa077e398bd7b29424c73f6a4bb9360089c09 +size 1867 diff --git a/Source/ThirdParty/include/SenseGlove/Core/NovaGloveHandProfile.hpp b/Source/ThirdParty/include/SenseGlove/Core/NovaGloveHandProfile.hpp new file mode 100644 index 00000000..4a25b81d --- /dev/null +++ b/Source/ThirdParty/include/SenseGlove/Core/NovaGloveHandProfile.hpp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12f12afeb35ec2aecd6829af11c0c91d152ab7537a70c03864d7dca72c687ab5 +size 3104 diff --git a/Source/ThirdParty/include/SenseGlove/Core/SenseGloveHandProfile.hpp b/Source/ThirdParty/include/SenseGlove/Core/SenseGloveHandProfile.hpp new file mode 100644 index 00000000..8f153ddb --- /dev/null +++ b/Source/ThirdParty/include/SenseGlove/Core/SenseGloveHandProfile.hpp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c55ae49f7e6a84090113baaac1373839c3fc9dba5ba829a6fbde253a5ea03fd0 +size 4249 diff --git a/Source/ThirdParty/include/SenseGlove/Core/SensorRange.hpp b/Source/ThirdParty/include/SenseGlove/Core/SensorRange.hpp new file mode 100644 index 00000000..c507b79d --- /dev/null +++ b/Source/ThirdParty/include/SenseGlove/Core/SensorRange.hpp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d9d2e54baac6e92f4c0ee5ad27165abee22574e54751da52e8c28428e90177f +size 4418 diff --git a/Source/ThirdParty/include/SenseGlove/Core/ThumperCommand.hpp b/Source/ThirdParty/include/SenseGlove/Core/ThumperCommand.hpp new file mode 100644 index 00000000..e229d2a2 --- /dev/null +++ b/Source/ThirdParty/include/SenseGlove/Core/ThumperCommand.hpp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1354e3391441d5256c6c82ba9bf89553556121e551f27e556cb5ab3174c3bd8c +size 2493 diff --git a/Source/ThirdParty/include/SenseGlove/Core/TimedBuzzCommand.hpp b/Source/ThirdParty/include/SenseGlove/Core/TimedBuzzCommand.hpp new file mode 100644 index 00000000..9a8a697a --- /dev/null +++ b/Source/ThirdParty/include/SenseGlove/Core/TimedBuzzCommand.hpp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cd4e8993c581e35140ba5dcdfba3bcd128eeff47e1e4a50eb40940f00c5e4a7 +size 4382 diff --git a/Source/ThirdParty/include/SenseGlove/Core/TimedThumpCommand.hpp b/Source/ThirdParty/include/SenseGlove/Core/TimedThumpCommand.hpp new file mode 100644 index 00000000..2913ed61 --- /dev/null +++ b/Source/ThirdParty/include/SenseGlove/Core/TimedThumpCommand.hpp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e472667351ca60f06a35ad3cdbe6ba6a4d2dc6f1005d079b4cdc47878231ef2 +size 2975 diff --git a/Source/ThirdParty/include/SenseGlove/Core/Tracking.hpp b/Source/ThirdParty/include/SenseGlove/Core/Tracking.hpp index ecf28557..91819faf 100644 --- a/Source/ThirdParty/include/SenseGlove/Core/Tracking.hpp +++ b/Source/ThirdParty/include/SenseGlove/Core/Tracking.hpp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:58da217c880122a8cc48f10568dfe98a53544e8fe234b2cdb0653b6b12b08eb7 -size 12189 +oid sha256:9651481fd27832cda9c85c375a1fd329fdddd87334105faa4f3a1f4d981c11af +size 12111 diff --git a/Source/ThirdParty/lib/android/r25b/arm64/debug/libsgble.a b/Source/ThirdParty/lib/android/r25b/arm64/debug/libsgble.a new file mode 100644 index 00000000..f868a92b --- /dev/null +++ b/Source/ThirdParty/lib/android/r25b/arm64/debug/libsgble.a @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9833aba79c70b53de23a9dac80ebba458003861d11e7deb7e1e365e918e8ade +size 152040360 diff --git a/Source/ThirdParty/lib/android/r25b/arm64/debug/libsgconnect.a b/Source/ThirdParty/lib/android/r25b/arm64/debug/libsgconnect.a index ba355572..47f68ab5 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:a3900644cfe60326eff031ea7a4072109ba20fcc93b7c90f7086911a38dc8409 -size 8998616 +oid sha256:29becba4a944d7968a532d88ee7e251b34ec3c40bb0b9ec7940c089f4e83fed6 +size 18857470 diff --git a/Source/ThirdParty/lib/android/r25b/arm64/debug/libsgcore.a b/Source/ThirdParty/lib/android/r25b/arm64/debug/libsgcore.a index dae531ec..9848f088 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:6c64479630ff90808a229c7347fedbcb23210cdb952e6842ab3dac0f6d764a47 -size 15512396 +oid sha256:a1ae53f035a09f4ddf76b1f0d9fd08c1487eb4974e4a8390fa2835dfee913c07 +size 15512404 diff --git a/Source/ThirdParty/lib/android/r25b/arm64/release/libsgble.a b/Source/ThirdParty/lib/android/r25b/arm64/release/libsgble.a new file mode 100644 index 00000000..18b6bed4 --- /dev/null +++ b/Source/ThirdParty/lib/android/r25b/arm64/release/libsgble.a @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:310851d22efc7c27470e8ed5c60f0c85c602bc749a4666340fc595702fb8c639 +size 34687802 diff --git a/Source/ThirdParty/lib/android/r25b/arm64/release/libsgconnect.a b/Source/ThirdParty/lib/android/r25b/arm64/release/libsgconnect.a index 2a9a8fff..0bdedd3b 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:c7976d77a6eb7359b3375706115c829b8b8f84f97fed42b5d62bf1a18c86abfc -size 1223238 +oid sha256:aa216f00afce401145c2922bf5787cd381a2924701e78ae17758e7188008bca3 +size 2070328 diff --git a/Source/ThirdParty/lib/android/r25b/arm64/release/libsgcore.a b/Source/ThirdParty/lib/android/r25b/arm64/release/libsgcore.a index 860f187d..9f173292 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:34e7830d812fc86e89d1fe445ba0c81c11f656714596a8ee60521c4b9303b5ea -size 1945768 +oid sha256:b27d3648ea5f74f71f1bf73710c3110449b2e0436ff74fd41b0d20aeba39413b +size 1945776 diff --git a/Source/ThirdParty/lib/android/r25b/x64/debug/libsgble.a b/Source/ThirdParty/lib/android/r25b/x64/debug/libsgble.a new file mode 100644 index 00000000..05fd5e93 --- /dev/null +++ b/Source/ThirdParty/lib/android/r25b/x64/debug/libsgble.a @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7677c578169c8b607f6e7c39ded9d4d11a6655cb2b697f37829e66319f83a5bb +size 152757030 diff --git a/Source/ThirdParty/lib/android/r25b/x64/debug/libsgconnect.a b/Source/ThirdParty/lib/android/r25b/x64/debug/libsgconnect.a index cea72d2e..5a636d0a 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:6c2d7dd37ee3340e4dc476510ba6ec9c143ac7d77a5a17eee94b5be4001c15bf -size 8802496 +oid sha256:c58ea3f011162c4c6743e23de6038c77c23ac1685dda27ff09711fe05c920148 +size 18526774 diff --git a/Source/ThirdParty/lib/android/r25b/x64/debug/libsgcore.a b/Source/ThirdParty/lib/android/r25b/x64/debug/libsgcore.a index 7f4a1ebb..693fe8e7 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:4a4adc2ca7b3c9daa68efbe3ff8641a820d70799ebfde66ff7f771a3470e9c51 -size 15215756 +oid sha256:65cbb4462c53bf9518b5d36d19e0f22c2db7293fbfc4fdf97ae97e192f929b57 +size 15215764 diff --git a/Source/ThirdParty/lib/android/r25b/x64/release/libsgble.a b/Source/ThirdParty/lib/android/r25b/x64/release/libsgble.a new file mode 100644 index 00000000..02eede5f --- /dev/null +++ b/Source/ThirdParty/lib/android/r25b/x64/release/libsgble.a @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:199995852a418887d48b12ed1492859ffb97d1d35ce6d69a701d6218736878df +size 33487962 diff --git a/Source/ThirdParty/lib/android/r25b/x64/release/libsgconnect.a b/Source/ThirdParty/lib/android/r25b/x64/release/libsgconnect.a index 9f423254..218d0606 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:74e6ef5d07873d229ca3698220688c6e7757098ec6381cfa819cba1a8a6edb3e -size 1169478 +oid sha256:ab2350967b8de9ae1d8b9c86e5c91928625a685db97f421c5c3f872f05a00b45 +size 2038624 diff --git a/Source/ThirdParty/lib/android/r25b/x64/release/libsgcore.a b/Source/ThirdParty/lib/android/r25b/x64/release/libsgcore.a index 1ca369e9..aa71c016 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:3d68af7efcb5a286b2f4409536c6c0a027774bd4d044c544220f6e4b9ffdff7b -size 1925080 +oid sha256:0f2fced99afd77957347b2ede262841838b8a79c83b15c986dbdcf9f1bd74e98 +size 1925088 diff --git a/Source/ThirdParty/lib/linux/rustc/aarch64/debug/libsgble.a b/Source/ThirdParty/lib/linux/rustc/aarch64/debug/libsgble.a new file mode 100644 index 00000000..8626f464 --- /dev/null +++ b/Source/ThirdParty/lib/linux/rustc/aarch64/debug/libsgble.a @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:014c8c4edc03aaf7d38a6e73807654e97cdb8581447dadea478b48134fc40ffd +size 182369664 diff --git a/Source/ThirdParty/lib/linux/rustc/aarch64/release/libsgble.a b/Source/ThirdParty/lib/linux/rustc/aarch64/release/libsgble.a new file mode 100644 index 00000000..60868b29 --- /dev/null +++ b/Source/ThirdParty/lib/linux/rustc/aarch64/release/libsgble.a @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:663db4b35d913bdd93d7317ef82f1e6e9d04c1ad037d735bbb38e2efd0ff0ae3 +size 38966200 diff --git a/Source/ThirdParty/lib/linux/rustc/x86-64/debug/libsgble.a b/Source/ThirdParty/lib/linux/rustc/x86-64/debug/libsgble.a new file mode 100644 index 00000000..af347f00 --- /dev/null +++ b/Source/ThirdParty/lib/linux/rustc/x86-64/debug/libsgble.a @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01bcb34cd5e5b88700cc1bb8a852ff5800a933e98f25d29e810e36d9c4ebce4f +size 182416034 diff --git a/Source/ThirdParty/lib/linux/rustc/x86-64/release/libsgble.a b/Source/ThirdParty/lib/linux/rustc/x86-64/release/libsgble.a new file mode 100644 index 00000000..19facb34 --- /dev/null +++ b/Source/ThirdParty/lib/linux/rustc/x86-64/release/libsgble.a @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bae88cd8c43f71277c93541c5ff836d470c68c44bcebf0027f3ba7e14a79b4f5 +size 37422910 diff --git a/Source/ThirdParty/lib/linux/v21/aarch64/debug/libsgconnect.a b/Source/ThirdParty/lib/linux/v21/aarch64/debug/libsgconnect.a index 099592ff..7f46dd42 100644 --- a/Source/ThirdParty/lib/linux/v21/aarch64/debug/libsgconnect.a +++ b/Source/ThirdParty/lib/linux/v21/aarch64/debug/libsgconnect.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1417601093a423befea1939db735ad064dfa9bdbfe439149e1335482e80a4701 -size 7985868 +oid sha256:112eba219b3ccd7905a718efd22f0a15b6cdaf0e1824429cd75061eae1ddc680 +size 15964532 diff --git a/Source/ThirdParty/lib/linux/v21/aarch64/debug/libsgcore.a b/Source/ThirdParty/lib/linux/v21/aarch64/debug/libsgcore.a index 80745355..cee4be8e 100644 --- a/Source/ThirdParty/lib/linux/v21/aarch64/debug/libsgcore.a +++ b/Source/ThirdParty/lib/linux/v21/aarch64/debug/libsgcore.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4ea7d61f83ca5abb7cd92aa19c064f97598a9d8c6d209eff77a5e957fbca9910 +oid sha256:4f67385ba9b682ee50f13e89c2f27efe9b9deac4123c0293ef951cb3927d80dc size 12915568 diff --git a/Source/ThirdParty/lib/linux/v21/aarch64/release/libsgconnect.a b/Source/ThirdParty/lib/linux/v21/aarch64/release/libsgconnect.a index 5fc860f0..1d3e0a78 100644 --- a/Source/ThirdParty/lib/linux/v21/aarch64/release/libsgconnect.a +++ b/Source/ThirdParty/lib/linux/v21/aarch64/release/libsgconnect.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a33c733937e9c87b1d9e69c2f1e26938b9736cbb0659d77ec503b64ad96eab71 -size 1165072 +oid sha256:79623bc6dc5581a83dbe49110c24f981724a086c95cad74861654d5a556e72fd +size 2022906 diff --git a/Source/ThirdParty/lib/linux/v21/aarch64/release/libsgcore.a b/Source/ThirdParty/lib/linux/v21/aarch64/release/libsgcore.a index 9febb0d2..51a0c044 100644 --- a/Source/ThirdParty/lib/linux/v21/aarch64/release/libsgcore.a +++ b/Source/ThirdParty/lib/linux/v21/aarch64/release/libsgcore.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cfd06958d02265047fca3ace2444688faeb667a444db95cd9a3026e8e27831d4 -size 1868242 +oid sha256:797de549006ce5c47fb693bdcd695a184f4925e231f667d78acc0dbc85703ac8 +size 1868250 diff --git a/Source/ThirdParty/lib/linux/v21/x86-64/debug/libsgconnect.a b/Source/ThirdParty/lib/linux/v21/x86-64/debug/libsgconnect.a index a8ae1bae..0a6b668a 100644 --- a/Source/ThirdParty/lib/linux/v21/x86-64/debug/libsgconnect.a +++ b/Source/ThirdParty/lib/linux/v21/x86-64/debug/libsgconnect.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4a59712f7f3350353aba68af48877735d7bbabbd42f52698de6bce473dc10f03 -size 7690512 +oid sha256:14ed24c1a4fa98c703779641fa6bd616f91b47d208e02f37653f15d17f13121b +size 15504496 diff --git a/Source/ThirdParty/lib/linux/v21/x86-64/debug/libsgcore.a b/Source/ThirdParty/lib/linux/v21/x86-64/debug/libsgcore.a index 1068b4f2..bd132eea 100644 --- a/Source/ThirdParty/lib/linux/v21/x86-64/debug/libsgcore.a +++ b/Source/ThirdParty/lib/linux/v21/x86-64/debug/libsgcore.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7894027116a6a0eaaff63d759180236715786bd35c0eb91733afef743d1d131d +oid sha256:7e9007da25749f097335320a6bdbf9e68e6762c11dd967395816a065be20c01e size 12587360 diff --git a/Source/ThirdParty/lib/linux/v21/x86-64/release/libsgconnect.a b/Source/ThirdParty/lib/linux/v21/x86-64/release/libsgconnect.a index d8651da9..dcbc82a2 100644 --- a/Source/ThirdParty/lib/linux/v21/x86-64/release/libsgconnect.a +++ b/Source/ThirdParty/lib/linux/v21/x86-64/release/libsgconnect.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:36471793d51140025a2cdac52f5175966772867e5ebda4af0b6e54ed38fbde0a -size 1048738 +oid sha256:b0255a7c1c4b9451cd6d10197fe85f8bcd917a006dc008d4eb5d0a6a7e39a39b +size 1940044 diff --git a/Source/ThirdParty/lib/linux/v21/x86-64/release/libsgcore.a b/Source/ThirdParty/lib/linux/v21/x86-64/release/libsgcore.a index 92294a69..5eb71ce5 100644 --- a/Source/ThirdParty/lib/linux/v21/x86-64/release/libsgcore.a +++ b/Source/ThirdParty/lib/linux/v21/x86-64/release/libsgcore.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f67992391493e5859dd0a70b94be2644390379273c431f898127aaa7ad07ef86 -size 1856946 +oid sha256:11e0a30f3ffe26bfb1cb9fbefa62bdb524e69a7405fd62d2698c3bc71c43d01d +size 1856954 diff --git a/Source/ThirdParty/lib/linux/v22/aarch64/debug/libsgconnect.a b/Source/ThirdParty/lib/linux/v22/aarch64/debug/libsgconnect.a index 544210ef..44f563ac 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:d6d8bd3f204ce10f897c9ba4160f8756f6365fc65e62d73f14cb4c211097ebd2 -size 8679302 +oid sha256:2b70f58fa28b9a0b4699a8fb900a0ca22fbc573771a64627e37be2d5b1112d2f +size 17173172 diff --git a/Source/ThirdParty/lib/linux/v22/aarch64/debug/libsgcore.a b/Source/ThirdParty/lib/linux/v22/aarch64/debug/libsgcore.a index 0bc79f04..58320312 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:5cc1e6c027f636c2c458fc01d87ee070284d238f3c1cbafcc49636025e56960f +oid sha256:1d0d96995f2e1d737662560cc363ab1fe7d88366c6a86cb6a5e22aac4ddb4df8 size 15165786 diff --git a/Source/ThirdParty/lib/linux/v22/aarch64/release/libsgconnect.a b/Source/ThirdParty/lib/linux/v22/aarch64/release/libsgconnect.a index 2dacc4d5..c60df25d 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:52c541afbfea9ee703c91d6af34b946af4384f32834d89941663214931ea6bc9 -size 1170642 +oid sha256:818f669a98526be854008cbdc8e9905859899fc9195887d4b1a7a04a14ebc00b +size 2039788 diff --git a/Source/ThirdParty/lib/linux/v22/aarch64/release/libsgcore.a b/Source/ThirdParty/lib/linux/v22/aarch64/release/libsgcore.a index 1a642ef9..5af1bb68 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:ddb4e11a34b7973eabfcda1ade49b687ba537800f059ef856ed8cdaa95f93923 +oid sha256:d2489ce8bdb6f44d9ac028f682104fe5eaa817777c98cf9c221a0f103d52f065 size 1896810 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 2bef5633..534b32cc 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:0250fa4cba4969bb5cdaec5b1eb482c6b7b1921671fb2eb3434dbb24c746a273 -size 8378530 +oid sha256:9d18d777f73778babb68cd37a87366c8acfa5c4438f0ddc6d3dc3d2767cc60c1 +size 16715694 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 d0a7b657..0fc100ed 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:d75b565705c0fdc762bf1ca4a6274030262677673b8111a776e8590f03d6d8f0 +oid sha256:d4b0ee5b0093c993c89584ea76513812640832cbe106b21f4bc8470c079892b7 size 14806354 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 ebc11af7..0bda9302 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:846dce6b30dd5b688df1abb30e65e29782029a04e8d8f036d18f7201fb666fd5 -size 1051468 +oid sha256:e88837048e47d64088ec28a13736a934149693c228d3e5d771c7077dba773bb9 +size 1957082 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 23d65ee9..d1f5a64c 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:46c61b428eb4cbe221925d1aa5977a11890587b0869113a87d3db8d25479f2f2 +oid sha256:c8a87f340e945ca04841ef96a6bd60c2e60b91938d214b5e060dd269391b8f71 size 1877854 diff --git a/Source/ThirdParty/lib/linux/v23/aarch64/debug/libsgconnect.a b/Source/ThirdParty/lib/linux/v23/aarch64/debug/libsgconnect.a index 997ed01c..41084a33 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:d431f5d6824b3e30d0bc1f5f5f556b349489779635e3ed9ae219606eeb1c8eb1 -size 6817566 +oid sha256:5c1619e2c5ed39a855de291f17105ae31db524fed098bcc38342c0e90411aad6 +size 11877564 diff --git a/Source/ThirdParty/lib/linux/v23/aarch64/debug/libsgcore.a b/Source/ThirdParty/lib/linux/v23/aarch64/debug/libsgcore.a index b3dfb7e9..e65f5326 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:be4622cbf47f2557ae8fc1ddd72ac719c0d465c7115f66ed38f44b456165aa49 +oid sha256:5e9b4e88132ca6ff6b9a3693d29dacf0261ee86017df81c8be86037bed63d220 size 10919814 diff --git a/Source/ThirdParty/lib/linux/v23/aarch64/release/libsgconnect.a b/Source/ThirdParty/lib/linux/v23/aarch64/release/libsgconnect.a index 5d36c9b0..138ee91c 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:d1b0f8633db7d7f27b1424469fd38d420b7c2ca3b9425d605a4fae8dc4d1be33 -size 1240800 +oid sha256:9850906ebcb75834332d9e4075c2b39d9e0db9986c350f4adf9101378150fe0c +size 2130914 diff --git a/Source/ThirdParty/lib/linux/v23/aarch64/release/libsgcore.a b/Source/ThirdParty/lib/linux/v23/aarch64/release/libsgcore.a index 863821a0..25debbdf 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:e9f53ec95a60a94b026d11fa046af19f6f4ce1682827babc253aedbd66974afd +oid sha256:372cee1f50879d8b71f67f848ff66da15c7c592e44658783bfa18b06876c7b87 size 1984320 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 57bda958..5890fcc2 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:e40e86938e352b766023d5194f5cd8994ece0c20588110a81ed600de86c9f29e -size 6570296 +oid sha256:d110d60fd3008125f331bcfce4646686be9cb91a6e1eb94a1c1bbea4653a9fac +size 11545072 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 2134105e..11df36ce 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:c7e3eaebe354c663b81c01491734b412d19b154b82416566696c6ae88e318a33 +oid sha256:a0569be015fa4b93dc460323c52e9412e3487f14e495bb81c35769dd39e38e35 size 10690754 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 5a2b4d8c..d00af1d1 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:9e22cbd23192aa8280c41a48808cedb695aae8a23d03d9b1bfbdd12ef5597a68 -size 1106890 +oid sha256:6dc1d134993588cab7b6dc10581fb37062ae5e2c3949e1daed08d34ca6946f4b +size 1977382 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 00b4d0cb..fb5812ed 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:da8516a11908ea3fdc66531a2a6e3bb994361c46e26fb6ceb84e8e37217f0cf4 -size 1942892 +oid sha256:b29469c21a47262f9bfad13648e46160662a9101b8d78352ee107d0a7d412810 +size 1942908 diff --git a/Source/ThirdParty/lib/linux/v24/aarch64/debug/libserial.a b/Source/ThirdParty/lib/linux/v24/aarch64/debug/libserial.a new file mode 100644 index 00000000..fac56413 --- /dev/null +++ b/Source/ThirdParty/lib/linux/v24/aarch64/debug/libserial.a @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ace01f290ad62038b8d6f2bfe1d8422e74ea79a4ab8a14e2922de59f537237da +size 568574 diff --git a/Source/ThirdParty/lib/linux/v24/aarch64/debug/libsgconnect.a b/Source/ThirdParty/lib/linux/v24/aarch64/debug/libsgconnect.a new file mode 100644 index 00000000..d86f7f2e --- /dev/null +++ b/Source/ThirdParty/lib/linux/v24/aarch64/debug/libsgconnect.a @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7b5060860753e045d7cb54265cdcd8edd1173a3442aa09c3047f128299ee48a +size 12114544 diff --git a/Source/ThirdParty/lib/linux/v24/aarch64/debug/libsgcore.a b/Source/ThirdParty/lib/linux/v24/aarch64/debug/libsgcore.a new file mode 100644 index 00000000..d3d1b1b0 --- /dev/null +++ b/Source/ThirdParty/lib/linux/v24/aarch64/debug/libsgcore.a @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0576ac7ef96301178627d74f15006af9b55d7e9cf546797ac73c8d50de008747 +size 11640834 diff --git a/Source/ThirdParty/lib/linux/v24/aarch64/release/libserial.a b/Source/ThirdParty/lib/linux/v24/aarch64/release/libserial.a new file mode 100644 index 00000000..6c56a78a --- /dev/null +++ b/Source/ThirdParty/lib/linux/v24/aarch64/release/libserial.a @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2f320f28aca40ad49765f89a97bd96d38ca714d99dd67a5df40cd3476fd46e4 +size 154820 diff --git a/Source/ThirdParty/lib/linux/v24/aarch64/release/libsgconnect.a b/Source/ThirdParty/lib/linux/v24/aarch64/release/libsgconnect.a new file mode 100644 index 00000000..5ac6c804 --- /dev/null +++ b/Source/ThirdParty/lib/linux/v24/aarch64/release/libsgconnect.a @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e9c073b80a36385c3a902e52ebe1983912d4c4f01e8c0ab2bcd54e6f0b8a62d +size 2132862 diff --git a/Source/ThirdParty/lib/linux/v24/aarch64/release/libsgcore.a b/Source/ThirdParty/lib/linux/v24/aarch64/release/libsgcore.a new file mode 100644 index 00000000..3d9cac23 --- /dev/null +++ b/Source/ThirdParty/lib/linux/v24/aarch64/release/libsgcore.a @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cacfaf1f6c3a05b4f669fd6e17b20466b15167409c232d1126c3097c6fe3c6b0 +size 2028876 diff --git a/Source/ThirdParty/lib/linux/v24/x86-64/debug/libserial.a b/Source/ThirdParty/lib/linux/v24/x86-64/debug/libserial.a new file mode 100644 index 00000000..09a7b5fc --- /dev/null +++ b/Source/ThirdParty/lib/linux/v24/x86-64/debug/libserial.a @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:708563c468647f1a05bc93de3863f4efb4ca36bc5718458224a8d33bd7e8602e +size 554406 diff --git a/Source/ThirdParty/lib/linux/v24/x86-64/debug/libsgconnect.a b/Source/ThirdParty/lib/linux/v24/x86-64/debug/libsgconnect.a new file mode 100644 index 00000000..e5403882 --- /dev/null +++ b/Source/ThirdParty/lib/linux/v24/x86-64/debug/libsgconnect.a @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb93bc0c4d0fbb842061431c4edc9a2e06cc0dd9b6127f0166e07c51ea6904e1 +size 11771942 diff --git a/Source/ThirdParty/lib/linux/v24/x86-64/debug/libsgcore.a b/Source/ThirdParty/lib/linux/v24/x86-64/debug/libsgcore.a new file mode 100644 index 00000000..4d563f9b --- /dev/null +++ b/Source/ThirdParty/lib/linux/v24/x86-64/debug/libsgcore.a @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf569642c906742bab0cc2e442e1b7dfe6a65dc78ae154a5675703dfd50c3450 +size 11380622 diff --git a/Source/ThirdParty/lib/linux/v24/x86-64/release/libserial.a b/Source/ThirdParty/lib/linux/v24/x86-64/release/libserial.a new file mode 100644 index 00000000..dd0710a7 --- /dev/null +++ b/Source/ThirdParty/lib/linux/v24/x86-64/release/libserial.a @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cf7b1006c856369ec6ab1cee51337d0b2760938442baa3d1c13dd935353ded3 +size 147828 diff --git a/Source/ThirdParty/lib/linux/v24/x86-64/release/libsgconnect.a b/Source/ThirdParty/lib/linux/v24/x86-64/release/libsgconnect.a new file mode 100644 index 00000000..b54017ba --- /dev/null +++ b/Source/ThirdParty/lib/linux/v24/x86-64/release/libsgconnect.a @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efcee813c91a1d406a0d991082ab684e7a91392795bc1e2c1d7c5e408a0b17d9 +size 2002418 diff --git a/Source/ThirdParty/lib/linux/v24/x86-64/release/libsgcore.a b/Source/ThirdParty/lib/linux/v24/x86-64/release/libsgcore.a new file mode 100644 index 00000000..16452bb6 --- /dev/null +++ b/Source/ThirdParty/lib/linux/v24/x86-64/release/libsgcore.a @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a93674709821d57d341a941f8ec7a18d3c97600c1f9294759ff793d409080b37 +size 1999232 diff --git a/Source/ThirdParty/lib/win64/msvc142/debug/serial.lib b/Source/ThirdParty/lib/win64/msvc142/debug/serial.lib index 257fe969..6e93f058 100644 --- a/Source/ThirdParty/lib/win64/msvc142/debug/serial.lib +++ b/Source/ThirdParty/lib/win64/msvc142/debug/serial.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1ce1bf761091c3df9b45d6311a79c17b8f4eda8cbf37d054f977eaf68831d8c8 -size 1188592 +oid sha256:4960923589744b111767212b2568723f50a983e8372127e913a79c29419c7e4c +size 1188656 diff --git a/Source/ThirdParty/lib/win64/msvc142/debug/sgconnect.lib b/Source/ThirdParty/lib/win64/msvc142/debug/sgconnect.lib index 2dc32e97..023c1e5a 100644 --- a/Source/ThirdParty/lib/win64/msvc142/debug/sgconnect.lib +++ b/Source/ThirdParty/lib/win64/msvc142/debug/sgconnect.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5069b4a024803da4f04eb30cd5079674a103ac926e33a699668609448c4bfc07 -size 14089624 +oid sha256:822009150ac947593bdc3fd29de8f988623e0ff825ca8b8a0dc7935812b94689 +size 27009704 diff --git a/Source/ThirdParty/lib/win64/msvc142/debug/sgcore.lib b/Source/ThirdParty/lib/win64/msvc142/debug/sgcore.lib index dfb0c48d..f1d1e37c 100644 --- a/Source/ThirdParty/lib/win64/msvc142/debug/sgcore.lib +++ b/Source/ThirdParty/lib/win64/msvc142/debug/sgcore.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9c9d30d18e5a8df7801651cec8270859ccd66e7c3c4c7a772eeb69f29ff22cf4 -size 21696752 +oid sha256:369a000cca525c7ec93613680d3e1c8ec460304c2de8d491eaf09299ef45fe8f +size 21697746 diff --git a/Source/ThirdParty/lib/win64/msvc142/release/serial.lib b/Source/ThirdParty/lib/win64/msvc142/release/serial.lib index 06c64cad..38bb45f5 100644 --- a/Source/ThirdParty/lib/win64/msvc142/release/serial.lib +++ b/Source/ThirdParty/lib/win64/msvc142/release/serial.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fb7570db33779c25e4e712115ef946714a2ad83bd8d42eb4367a60f76166a2db -size 351206 +oid sha256:24b8520203bb11f19e87011216dc8ef359303926a763e57bbb0b1106be1b1669 +size 351208 diff --git a/Source/ThirdParty/lib/win64/msvc142/release/sgconnect.lib b/Source/ThirdParty/lib/win64/msvc142/release/sgconnect.lib index 371ee825..e4ec3818 100644 --- a/Source/ThirdParty/lib/win64/msvc142/release/sgconnect.lib +++ b/Source/ThirdParty/lib/win64/msvc142/release/sgconnect.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f86875a54d8cc15376448998865c38e9aa0a69d2a3841910a8b0ba0dc4cd5dee -size 3003464 +oid sha256:a6bd1d838eb0a375698fecc158237113aace5591eb990cb227bdff4c5a10cd95 +size 5335540 diff --git a/Source/ThirdParty/lib/win64/msvc142/release/sgcore.lib b/Source/ThirdParty/lib/win64/msvc142/release/sgcore.lib index f004d9c7..9acd45ae 100644 --- a/Source/ThirdParty/lib/win64/msvc142/release/sgcore.lib +++ b/Source/ThirdParty/lib/win64/msvc142/release/sgcore.lib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5acd14c52bd75c077cc6ec520de866e2e322d0d2c633ace49d6f849c6b8f13e6 -size 5216388 +oid sha256:879556ab95886621a007726a2c44a449637a30f20b3827ce36e22a01bab1940c +size 5216432 diff --git a/Source/ThirdParty/lib/win64/msvc143/debug/serial.lib b/Source/ThirdParty/lib/win64/msvc143/debug/serial.lib index cd36ccd5..c5cd926b 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:24ed50992e0473e780779643e2200df1e70e6a46a40243cbee416a261628f20d -size 1165006 +oid sha256:43a4af90280ef950b2136d1c46a9ac04c4bd8e0da62d7e0c7fd7db61989f4b55 +size 1165042 diff --git a/Source/ThirdParty/lib/win64/msvc143/debug/sgconnect.lib b/Source/ThirdParty/lib/win64/msvc143/debug/sgconnect.lib index 1177ba27..c90bfacd 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:32b8f622ff54158e77550a04fe3b739a1eb4a8de40c17d31548fd909e0e4f568 -size 14369400 +oid sha256:215a2515b71f1f7bbc90564f0534106641963aaa02547551e9f4272401a73c03 +size 27004416 diff --git a/Source/ThirdParty/lib/win64/msvc143/debug/sgcore.lib b/Source/ThirdParty/lib/win64/msvc143/debug/sgcore.lib index b3e55bd9..2efa77d5 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:47a80ba4db096a00e6acc8d78026fd06abbca5a743e128e0b37b6c94954d6b37 -size 21748356 +oid sha256:070258b7b2523ba3b1935478f6459233b9f0e7aa98e8393141813b5e33142e05 +size 21752614 diff --git a/Source/ThirdParty/lib/win64/msvc143/release/serial.lib b/Source/ThirdParty/lib/win64/msvc143/release/serial.lib index 39a5fc24..2e710802 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:47e1f07eae97786f419c6b37d6f31d64dfed14c72da4b41b4bd74a0be5104e98 -size 340028 +oid sha256:b7009b108cf6a60dd139546926bb48003d05f736a4532cdd87e9f12692215cc1 +size 340030 diff --git a/Source/ThirdParty/lib/win64/msvc143/release/sgconnect.lib b/Source/ThirdParty/lib/win64/msvc143/release/sgconnect.lib index e08eefee..53fa80b5 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:6babad6741b5ee5d2701569cf5c1a10bdb8fdff8724a9d3486490c3f93b2e809 -size 2878326 +oid sha256:adc8e2575505d6f4a71ef7b225843154ee6aa4ac4a31234e4e272207971ee394 +size 5177314 diff --git a/Source/ThirdParty/lib/win64/msvc143/release/sgcore.lib b/Source/ThirdParty/lib/win64/msvc143/release/sgcore.lib index 6d4c0b10..d2c3245b 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:be44e835c8d209f1dda4a64ccaf6ba2f10e133cd09972c5e6479f0909e541ab2 -size 4989778 +oid sha256:9edae7e01cfa9c2ca1ac73015f8272cae9b835b3f30f9e5c8f5ab8827084db9c +size 4989826 diff --git a/Source/ThirdParty/lib/win64/rustc/debug/sgble.lib b/Source/ThirdParty/lib/win64/rustc/debug/sgble.lib new file mode 100644 index 00000000..df67c879 --- /dev/null +++ b/Source/ThirdParty/lib/win64/rustc/debug/sgble.lib @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e17c76a2738ce1dc913f8b049927c0510ead64bc8d69c7e266b6e83bdd943993 +size 201291812 diff --git a/Source/ThirdParty/lib/win64/rustc/release/sgble.lib b/Source/ThirdParty/lib/win64/rustc/release/sgble.lib new file mode 100644 index 00000000..caf915e2 --- /dev/null +++ b/Source/ThirdParty/lib/win64/rustc/release/sgble.lib @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78438a1c33bb8917d1d446c725b32ee349d63aed41310386f456fe37bf4e060c +size 31068510