Commit Graph
570 Commits
Author SHA1 Message Date
Mamadou Babaei c46f936f19 bump the senseglove libraries to a ble-aware version that resolves android build issues 2025-05-09 16:35:34 +02:00
Mamadou Babaei 322469a7fd bump sgconnect for android to an experimental unreleased ble-aware implementation 2025-05-09 16:35:32 +02:00
Mamadou Babaei 7bcbc90a26 bump senseglove libraries to a yet to be versioned, experimental release, with ble support 2025-05-09 16:35:31 +02:00
Mamadou Babaei 032f384c1a add initial support for epic native toolchain v24 2025-05-09 16:35:29 +02:00
Mamadou Babaei 44980e9b51 bump the senseglove libraries to v2.106.0-d5361a48 2025-05-09 16:35:29 +02:00
Mamadou Babaei 1cebc95377 Revert "experiment with a hacky approach to make metaxr work"
This reverts commit f3bc6502e4.
2025-02-14 12:10:44 +01:00
Mamadou Babaei 061d596905 Revert "add SetupMetaXRAvailability during the build time to define WITH_METAXR"
This reverts commit e2c50e9c77.
2025-02-14 12:10:44 +01:00
Mamadou Babaei 778cb3c5d8 experiment with a hacky approach to make metaxr work 2025-02-14 12:10:34 +01:00
Mamadou Babaei d793e19a67 add SetupMetaXRAvailability during the build time to define WITH_METAXR 2025-02-14 12:10:34 +01:00
Mamadou Babaei 39d39eae6e add missing headers to solve runuat build issues 2025-02-14 12:10:33 +01:00
Mamadou Babaei f14fd8c155 add initial ultimate tracker and OpenXRXrTracker support which is not fully functional 2025-02-14 12:10:33 +01:00
Mamadou Babaei 5ab645009f clear up debug logs 2025-02-14 12:10:33 +01:00
Mamadou Babaei 214e93d2c2 add support for htc vive wrist trackers on android 2025-02-14 12:10:33 +01:00
Mamadou Babaei 89dc1098cf fix a comment formatting 2025-02-14 12:10:33 +01:00
Mamadou Babaei 3c72def67d fix a typo 2025-02-14 12:10:33 +01:00
Mamadou Babaei 2af9abd2bb add support for htc vive focus vision hmd auto-detection and various htc hmds auto-detection support on android 2025-02-14 12:10:33 +01:00
Mamadou Babaei 96b4949472 optimize FSGArrayUtils by pre-allocating memory instead of growing by every emplace_back or add 2025-02-14 12:10:33 +01:00
Mamadou Babaei 90744cbedb fix a comment 2025-02-14 12:10:33 +01:00
Mamadou Babaei bd643588b4 use fixed-width integers 2025-02-14 12:10:33 +01:00
Mamadou Babaei f785b5a801 minor comment fixes 2025-02-14 12:10:32 +01:00
Mamadou Babaei f442d169fb remove redundant sgxrtracker code 2025-02-14 12:10:32 +01:00
Mamadou Babaei e302d90678 use engine api to set the tracking motion source 2025-02-14 12:10:32 +01:00
Mamadou Babaei 3b2f6517b6 fix the non-editor build issues caused by the recent motion sources refactor 2025-02-14 12:10:32 +01:00
Mamadou Babaei 3eb7d0e64b refactor the way we populate and utilize motion sources for viveopenxr compatibility 2025-02-14 12:10:32 +01:00
Mamadou Babaei 6a018e495c remove redundant dependency module 2025-02-14 12:10:32 +01:00
Mamadou Babaei 29374562a4 add the FSGPluginUtils utility class for other plugins or modules availability detection such as Meta XR and ViveOpenXR 2025-02-14 12:10:32 +01:00
Mamadou Babaei 194aee6f4c add FSGConnectJNI::Initialize() and FSGCoreJNI::Initialize() return codes to Android logs for detailed debugging purposes through adb logcat 2025-02-14 12:10:32 +01:00
Mamadou Babaei aa443e173c bump the SenseGlove libraries to v2.105.3-97ea18cb 2025-02-14 12:10:30 +01:00
Mamadou Babaei dd1c6f5160 bump the copyright years 2025-02-14 12:10:29 +01:00
Mamadou Babaei 49a5a45420 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:49 +01:00
Mamadou Babaei 9d98a6cd0a do an ensure check instead of silently ignoring the non-existent joint 2024-11-27 10:11:49 +01:00
Mamadou Babaei 1b7203ce13 calculate the bone ref transforms using the current mesh rather than the reference mesh 2024-11-27 10:11:49 +01:00
Mamadou Babaei 4f82b60310 white space and code formatting fixes 2024-11-27 10:11:49 +01:00
Mamadou Babaei a76e8e3457 fix ue 5.5 deprecation warnings inside USGVirtualHandComponent 2024-11-14 00:26:41 +01:00
Mamadou Babaei afc8a8bcb1 fix rocket build issues by adding missing the headers 2024-11-14 00:26:41 +01:00
Mamadou Babaei ef837f7453 remove comments that probably pasted by mistake 2024-11-14 00:26:41 +01:00
Mamadou Babaei 4f8d3005a1 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:41 +01:00
Mamadou Babaei c47f35039d implement the android permissions singleton responsible for requesting android permissions and checking those 2024-11-14 00:26:41 +01:00
Mamadou Babaei fdfed91611 re-order the required permissions alphabetically inside the android upl file 2024-11-14 00:26:41 +01:00
Mamadou Babaei 6f0cb6f333 make the USGBackend constructor private 2024-11-14 00:26:41 +01:00
Mamadou Babaei acc9fec267 remove USGBackend class config specifier 2024-11-14 00:26:40 +01:00
Mamadou Babaei 2fac04f00d fix a chain of glove and hand-tracking bugs that render the hand-tracking state invalid at certain times 2024-11-08 12:24:42 +01:00
Mamadou Babaei 8e599900dc remove ue 5.5+ code that causes build failure and cannot be wrapped inside if/def/end preprocessors due to lack of its support in uht 2024-10-22 06:56:42 +02:00
Mamadou Babaei d4fb9c1c7a include Runtime/Launch/Resources/Version.h only where it matters 2024-10-22 06:56:42 +02:00
Mamadou Babaei 986f6eb4fc minor formatting fix 2024-10-22 06:56:42 +02:00
Mamadou Babaei d1743d3c1a migrate away from the deprecated FXRMotionControllerData in favor of FXRMotionControllerState and FXRHandTrackingState on UE 5.5+ 2024-10-22 06:56:34 +02:00
Mamadou Babaei fe7b203490 silence another ue 5.5 deprecation warning with a temporary workaround for the time being 2024-10-11 12:31:20 +02:00
Mamadou Babaei 71ee5eeb57 address a few ue 5.5 deprecation warnings 2024-10-11 12:31:20 +02:00
Mamadou Babaei ab3827334c add a missing header 2024-10-11 12:31:20 +02:00
Mamadou Babaei 391f7f0c63 add support for epic native toolchain v23 2024-10-11 12:31:20 +02:00