Commit Graph
572 Commits
Author SHA1 Message Date
Mamadou Babaei e79d1c9f01 bump the SenseGlove libraries to the v2.199.0-b35c8158 experimental release with BLE (Bluetooth Low Energy) support 2025-05-09 16:35:10 +02:00
Mamadou Babaei e5cf7336bd bump the senseglove libraries to the latest experimental ble builds 2025-05-09 16:35:07 +02:00
Mamadou Babaei 524a828e71 revamp android backend initialization error handling and bump the senseglove libraries to the latest experimental ble builds 2025-05-09 16:35:04 +02:00
Mamadou Babaei 34fd35e827 bump the senseglove libraries to a ble-aware version that resolves android build issues 2025-05-09 16:35:02 +02:00
Mamadou Babaei f2034827a6 bump sgconnect for android to an experimental unreleased ble-aware implementation 2025-05-09 16:35:00 +02:00
Mamadou Babaei 98f576f99b bump senseglove libraries to a yet to be versioned, experimental release, with ble support 2025-05-09 16:34:59 +02:00
Mamadou Babaei f06de30d65 add initial support for epic native toolchain v24 2025-05-09 16:34:57 +02:00
Mamadou Babaei 17380888c6 bump the senseglove libraries to v2.106.0-d5361a48 2025-05-09 16:34:57 +02:00
Mamadou Babaei 3d01b9d185 Revert "experiment with a hacky approach to make metaxr work"
This reverts commit f3bc6502e4.
2025-02-14 12:09:51 +01:00
Mamadou Babaei d0a9e872d5 Revert "add SetupMetaXRAvailability during the build time to define WITH_METAXR"
This reverts commit e2c50e9c77.
2025-02-14 12:09:50 +01:00
Mamadou Babaei efa4cc3b92 experiment with a hacky approach to make metaxr work 2025-02-14 12:09:15 +01:00
Mamadou Babaei 298b161b0f add SetupMetaXRAvailability during the build time to define WITH_METAXR 2025-02-14 12:09:14 +01:00
Mamadou Babaei c4917a565a add missing headers to solve runuat build issues 2025-02-14 12:09:14 +01:00
Mamadou Babaei b3c52a1f49 add initial ultimate tracker and OpenXRXrTracker support which is not fully functional 2025-02-14 12:09:14 +01:00
Mamadou Babaei aebb3ea2e2 clear up debug logs 2025-02-14 12:09:14 +01:00
Mamadou Babaei 668437363b add support for htc vive wrist trackers on android 2025-02-14 12:09:14 +01:00
Mamadou Babaei 7a27f3fdf9 fix a comment formatting 2025-02-14 12:09:14 +01:00
Mamadou Babaei 5814bb969d fix a typo 2025-02-14 12:09:14 +01:00
Mamadou Babaei 69ffb62e74 add support for htc vive focus vision hmd auto-detection and various htc hmds auto-detection support on android 2025-02-14 12:09:14 +01:00
Mamadou Babaei b77d637801 optimize FSGArrayUtils by pre-allocating memory instead of growing by every emplace_back or add 2025-02-14 12:09:14 +01:00
Mamadou Babaei f7516161ca fix a comment 2025-02-14 12:09:14 +01:00
Mamadou Babaei 2548729693 use fixed-width integers 2025-02-14 12:09:13 +01:00
Mamadou Babaei a1546c1849 minor comment fixes 2025-02-14 12:09:13 +01:00
Mamadou Babaei 3c3a51a9be remove redundant sgxrtracker code 2025-02-14 12:09:13 +01:00
Mamadou Babaei 009222ae51 use engine api to set the tracking motion source 2025-02-14 12:09:13 +01:00
Mamadou Babaei fca3d5cae5 fix the non-editor build issues caused by the recent motion sources refactor 2025-02-14 12:09:13 +01:00
Mamadou Babaei 96c14b0225 refactor the way we populate and utilize motion sources for viveopenxr compatibility 2025-02-14 12:09:13 +01:00
Mamadou Babaei 5f9b4418db remove redundant dependency module 2025-02-14 12:09:13 +01:00
Mamadou Babaei 9d151d8b12 add the FSGPluginUtils utility class for other plugins or modules availability detection such as Meta XR and ViveOpenXR 2025-02-14 12:09:13 +01:00
Mamadou Babaei c594f1ec24 add FSGConnectJNI::Initialize() and FSGCoreJNI::Initialize() return codes to Android logs for detailed debugging purposes through adb logcat 2025-02-14 12:09:13 +01:00
Mamadou Babaei 57710a40fa bump the SenseGlove libraries to v2.105.3-97ea18cb 2025-02-14 12:09:11 +01:00
Mamadou Babaei 96bcc9a850 bump the copyright years 2025-02-14 12:09:10 +01:00
Mamadou Babaei b2a7f06a02 fix a critical issue where HandStates->GetTransform(KeyPoint) was incorrectly resolving to (&HandStates[0])->GetTransform(KeyPoint), causing both hands to use the left hand's wrist transform under specific conditions 2025-01-28 14:55:48 +01:00
Mamadou Babaei 22aa270b88 do an ensure check instead of silently ignoring the non-existent joint 2024-11-27 10:11:48 +01:00
Mamadou Babaei 2f0a0debc7 calculate the bone ref transforms using the current mesh rather than the reference mesh 2024-11-27 10:11:48 +01:00
Mamadou Babaei d051bb98ca white space and code formatting fixes 2024-11-27 10:11:48 +01:00
Mamadou Babaei 4954db1837 fix ue 5.5 deprecation warnings inside USGVirtualHandComponent 2024-11-14 00:26:39 +01:00
Mamadou Babaei 9b4f39868b fix rocket build issues by adding missing the headers 2024-11-14 00:26:39 +01:00
Mamadou Babaei f40910a54c remove comments that probably pasted by mistake 2024-11-14 00:26:39 +01:00
Mamadou Babaei d3c4d4b044 revamp the way the plugin requests permisions on Android by showing a pop-up to the user rather than silently crashing if those permisions were not already given 2024-11-14 00:26:39 +01:00
Mamadou Babaei a40d928fc5 implement the android permissions singleton responsible for requesting android permissions and checking those 2024-11-14 00:26:39 +01:00
Mamadou Babaei 157ab3aed2 re-order the required permissions alphabetically inside the android upl file 2024-11-14 00:26:39 +01:00
Mamadou Babaei 0611e0351e make the USGBackend constructor private 2024-11-14 00:26:39 +01:00
Mamadou Babaei 81ee4bbfb2 remove USGBackend class config specifier 2024-11-14 00:26:39 +01:00
Mamadou Babaei cf7fb79586 fix a chain of glove and hand-tracking bugs that render the hand-tracking state invalid at certain times 2024-11-08 12:24:40 +01:00
Mamadou Babaei 05bc4ac488 include Runtime/Launch/Resources/Version.h only where it matters 2024-10-22 06:55:52 +02:00
Mamadou Babaei d38a5bc961 minor formatting fix 2024-10-22 06:55:52 +02:00
Mamadou Babaei 3752272cc2 migrate away from the deprecated FXRMotionControllerData in favor of FXRMotionControllerState and FXRHandTrackingState on UE 5.5+ 2024-10-22 06:55:45 +02:00
Mamadou Babaei dfdb6017dc silence another ue 5.5 deprecation warning with a temporary workaround for the time being 2024-10-11 12:30:22 +02:00
Mamadou Babaei 1d9ca12cf8 address a few ue 5.5 deprecation warnings 2024-10-11 12:30:22 +02:00