Commit Graph
648 Commits
Author SHA1 Message Date
Mamadou Babaei 7c9f64369d bump senseglove libraries to the latest experimental release of v2.400.x 2026-07-13 20:20:11 +02:00
Mamadou Babaei 62ef446571 fix a ue 5.8 deperecation warning on android builds 2026-07-13 20:20:08 +02:00
Mamadou Babaei b790ff9ccf bump senseglove libraries to the latest experimental release of v2.400.x 2026-07-13 20:20:07 +02:00
Mamadou Babaei b7a3233ca4 implement sgcore ue api functions that are required for the underlying library and sgfakeshm initialization/termination 2026-07-13 20:20:04 +02:00
Mamadou Babaei 53d303b7dd add missing bp function USGLibraryKismetLibrary::GetBackendType & ESGBackendType::AndroidStrings enumerator 2026-07-13 20:20:04 +02:00
Mamadou Babaei 88db0ac615 make the plugin build with the upcoming ue 5.8, msvc 2026, and upcoming senseglove libraries v2.400.x 2026-07-13 20:20:04 +02:00
Mamadou Babaei 919a3a1e43 fix inconsistent blueprint ufunction category paths in nova and nova2 Kismet libraries 2026-05-11 22:27:23 +02:00
Mamadou Babaei aeee16813b fix a blueprint ufunction specifier type 2026-02-24 11:44:03 +01:00
Mamadou Babaei c9e8beabdd add a missing blueprint ufunction specifier 2026-02-24 11:44:03 +01:00
Mamadou Babaei 5aa9d4e628 fix uproperty specifiers 2026-02-24 11:44:02 +01:00
Mamadou Babaei 9bdba7541d add a new FSGHandLayer::GetWristLocation() overload which allows passing FRotator instead of FQuat as input or output parameters 2026-02-24 11:44:01 +01:00
Mamadou Babaei 4efa85397e add missing bAutoStopAllHaptics initialization 2026-02-24 11:44:01 +01:00
Mamadou Babaei 9daac2673c replace all mentions of FXRMotionControllerData with FXRHandTrackingState in code comments 2026-02-24 11:44:01 +01:00
Mamadou Babaei f151e24d66 fix a build issue caught by runuat 2026-02-24 11:44:01 +01:00
Mamadou Babaei ac00efb9e2 drop support for unreal engine 5.4 2026-02-24 11:44:00 +01:00
Mamadou Babaei a3c6bd00ff remove ue 5.4 and epic native/cross toolchains v22 support from the build system for third-party libs 2026-02-24 11:44:00 +01:00
Mamadou Babaei 162416664a add support for wrist squeeze to the haptics component 2026-02-24 11:44:00 +01:00
Mamadou Babaei e986b14efd add an exact overload to haptics component SendCustomWaveform similar to hand layer or haptic glove classes 2026-02-24 11:44:00 +01:00
Mamadou Babaei 1e78d199a5 whitespace fixes 2026-02-24 11:44:00 +01:00
Mamadou Babaei d6de667106 implement a USGHapticsComponent to allow sending a variety of haptic feedbacks to the gloves without touching senseglove's low-level api 2026-02-24 11:44:00 +01:00
Mamadou Babaei 1993ddc328 remove redundant code 2026-02-24 11:44:00 +01:00
Mamadou Babaei 3979bfc2d5 minor player controller fixes 2026-02-24 11:44:00 +01:00
Mamadou Babaei 62901c74a5 force stop all haptics when handedness changes 2026-02-24 11:44:00 +01:00
Mamadou Babaei 5ac8d67192 move reusable code to its own pimpl method 2026-02-24 11:43:59 +01:00
Mamadou Babaei 04b4aa7659 implement USGHandTrackerComponent to allow easy retrieval or visualization of FXRHandTrackingState 2026-02-24 11:43:59 +01:00
Mamadou Babaei 0b275a0b89 add a new overload to FSGDebugVirtualHand::Draw() to allow visualizing any FSGDebugGizmoSettings instance directly 2026-02-24 11:43:59 +01:00
Mamadou Babaei fa2b25455c force USGVirtualHandComponent and USGWristTrackerComponent update their xr hand-tracking data when their handedness is updated 2026-02-24 11:43:59 +01:00
Mamadou Babaei 2797b1c74d remove redundant headers and perform whitespace fixes 2026-02-24 11:43:59 +01:00
Mamadou Babaei 9c72c148a5 list existing senseglove components under SenseGlove class group in ue editor 2026-02-24 11:43:59 +01:00
Mamadou Babaei 6d600e3bf7 whitespace fix 2026-02-24 11:43:59 +01:00
Mamadou Babaei b279e46244 bump the copyright years 2026-02-24 11:43:58 +01:00
Mamadou Babaei 73e40da0e7 fix incorrect toolchain linkage for ue 5.7 linux arm64 builds 2026-02-17 13:23:20 +01:00
Mamadou Babaei c59386789e work around a ue 5.5 regression (UE-212224) while sensecom is running and gloves are connected 2025-12-09 13:26:47 +01:00
Mamadou Babaei 0e87c005d1 fix a runuat build issues on ue 5.4 2025-11-18 03:58:39 +01:00
Mamadou Babaei 644280b32a keep removed 5.7 changes inside SGXRTracker implementation file conditionally, in order to reduce maintenance burden 2025-11-13 11:04:37 +01:00
Mamadou Babaei b08808085e revert offloading senseglove glove data retrieval api calls to timers and restore calls from tickcomponent functions 2025-11-13 11:00:46 +01:00
Mamadou Babaei 01eed16fbf Revert "get rid of SGPawn::Tick, introduce SGPawn::HandVelocitySamplerFramerate, and make hand velocity sampler timer-based instead of tick-based"
This reverts commit 8dea65ed40.
2025-11-13 10:20:27 +01:00
Mamadou Babaei ec032cc184 remove support for FXRMotionControllerData on UE 5.7 as it has been obliterated by the upstream and apply necessary changes to make XR_EXT_hand_tracking work again on 5.7 2025-11-13 01:45:55 +01:00
Mamadou Babaei 84c0a25304 bump senseglove libraries to v2.305.3-17a820b6e with support for Android NDK r27c and Epic Native/Cross Toolchains v26 2025-11-13 00:41:51 +01:00
Mamadou Babaei 3592d1b7a6 set default VibrotactileFrequency to 180 for optimal vibrotactile feedback 2025-10-06 14:15:50 +02:00
Mamadou Babaei 7c7051a110 bump senseglove libraries to v2.304.1-fb2a464d6 2025-09-17 09:04:17 +02:00
Mamadou Babaei ec39fedf70 bump senseglove libraries to v2.304.0-ebcb93fc1 2025-09-17 08:22:40 +02:00
Mamadou Babaei cfde08d744 replace QueueVibroLevels with SendCustomWaveform 2025-09-17 08:02:22 +02:00
Mamadou Babaei bbb3595147 avoid calling senseglove glove data retrieval api from tickcomponent functions and instead offload those to background timers 2025-09-09 11:32:44 +02:00
Mamadou Babaei 3c77ca516b return when ensure statements fail 2025-09-09 11:15:07 +02:00
Mamadou Babaei 8dea65ed40 get rid of SGPawn::Tick, introduce SGPawn::HandVelocitySamplerFramerate, and make hand velocity sampler timer-based instead of tick-based 2025-09-09 09:30:42 +02:00
Mamadou Babaei f3eccd6fe1 rename FSGGloveTrackingSettings::GloveConnectivityCheckInterval to FSGGloveTrackingSettings::DataRetrievalRefreshRate 2025-09-09 09:24:24 +02:00
Mamadou Babaei 81a7af9f52 apply third-party modules fixes 2025-09-08 08:04:58 +02:00
Mamadou Babaei 4e22b32182 bump senseglove libraries to v2.303.0-4a2a57376 2025-09-08 06:33:04 +02:00
Mamadou Babaei adc3b08723 integrate sensglove libraries v2.301.0-c70bce637 and the required refactor to make it build/work 2025-08-27 14:38:47 +02:00