Commit Graph
640 Commits
Author SHA1 Message Date
Mamadou Babaei 097b52744c fix uproperty specifiers 2026-02-24 13:16:37 +01:00
Mamadou Babaei e774db666e add a new FSGHandLayer::GetWristLocation() overload which allows passing FRotator instead of FQuat as input or output parameters 2026-02-24 13:16:36 +01:00
Mamadou Babaei 6f4cc417f6 add missing bAutoStopAllHaptics initialization 2026-02-24 13:16:36 +01:00
Mamadou Babaei 6953a9a5a8 replace all mentions of FXRMotionControllerData with FXRHandTrackingState in code comments 2026-02-24 13:16:35 +01:00
Mamadou Babaei bc11fdffed fix a build issue caught by runuat 2026-02-24 13:16:35 +01:00
Mamadou Babaei 5181d6d0de drop support for unreal engine 5.4 2026-02-24 13:16:35 +01:00
Mamadou Babaei d020235df5 remove ue 5.4 and epic native/cross toolchains v22 support from the build system for third-party libs 2026-02-24 13:16:35 +01:00
Mamadou Babaei e96e6fea95 add support for wrist squeeze to the haptics component 2026-02-24 13:16:35 +01:00
Mamadou Babaei 18e29de887 add an exact overload to haptics component SendCustomWaveform similar to hand layer or haptic glove classes 2026-02-24 13:16:35 +01:00
Mamadou Babaei d63f43d4b5 whitespace fixes 2026-02-24 13:16:35 +01:00
Mamadou Babaei 902084314a implement a USGHapticsComponent to allow sending a variety of haptic feedbacks to the gloves without touching senseglove's low-level api 2026-02-24 13:16:35 +01:00
Mamadou Babaei 5ddeb2747c remove redundant code 2026-02-24 13:16:35 +01:00
Mamadou Babaei 15ee7fac6a minor player controller fixes 2026-02-24 13:16:34 +01:00
Mamadou Babaei aa0d68c1f7 force stop all haptics when handedness changes 2026-02-24 13:16:34 +01:00
Mamadou Babaei b7cd6a0f32 move reusable code to its own pimpl method 2026-02-24 13:16:34 +01:00
Mamadou Babaei 33f1734533 implement USGHandTrackerComponent to allow easy retrieval or visualization of FXRHandTrackingState 2026-02-24 13:16:34 +01:00
Mamadou Babaei 6f88cdc075 add a new overload to FSGDebugVirtualHand::Draw() to allow visualizing any FSGDebugGizmoSettings instance directly 2026-02-24 13:16:34 +01:00
Mamadou Babaei 23fe1a01b0 force USGVirtualHandComponent and USGWristTrackerComponent update their xr hand-tracking data when their handedness is updated 2026-02-24 13:16:34 +01:00
Mamadou Babaei 2dfb4505a7 remove redundant headers and perform whitespace fixes 2026-02-24 13:16:34 +01:00
Mamadou Babaei 01c84bd8a4 list existing senseglove components under SenseGlove class group in ue editor 2026-02-24 13:16:34 +01:00
Mamadou Babaei a6cc9b0030 whitespace fix 2026-02-24 13:16:34 +01:00
Mamadou Babaei bd94448456 bump the copyright years 2026-02-24 13:16:32 +01:00
Mamadou Babaei ae976819a8 fix incorrect toolchain linkage for ue 5.7 linux arm64 builds 2026-02-17 13:23:35 +01:00
Mamadou Babaei cb80213e4a work around a ue 5.5 regression (UE-212224) while sensecom is running and gloves are connected 2025-12-09 13:27:02 +01:00
Mamadou Babaei d3e6957d3c fix a runuat build issues on ue 5.4 2025-11-18 04:12:29 +01:00
Mamadou Babaei 53a22b4b89 keep removed 5.7 changes inside SGXRTracker implementation file conditionally, in order to reduce maintenance burden 2025-11-18 03:19:00 +01:00
Mamadou Babaei 876cc95d12 revert offloading senseglove glove data retrieval api calls to timers and restore calls from tickcomponent functions 2025-11-18 03:19:00 +01:00
Mamadou Babaei f66d8c9b1a 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-18 03:19:00 +01:00
Mamadou Babaei 3e0506a37e 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-18 03:19:00 +01:00
Mamadou Babaei 1bec2029b3 bump senseglove libraries to v2.305.3-17a820b6e with support for Android NDK r27c and Epic Native/Cross Toolchains v26 2025-11-18 03:18:58 +01:00
Mamadou Babaei 9b080bc70a set default VibrotactileFrequency to 180 for optimal vibrotactile feedback 2025-11-18 03:18:57 +01:00
Mamadou Babaei a9a9918ca7 bump senseglove libraries to v2.304.1-fb2a464d6 2025-11-18 03:18:56 +01:00
Mamadou Babaei f106312244 bump senseglove libraries to v2.304.0-ebcb93fc1 2025-11-18 03:18:52 +01:00
Mamadou Babaei ba1cb559f0 replace QueueVibroLevels with SendCustomWaveform 2025-11-18 03:18:47 +01:00
Mamadou Babaei 1974c0216b avoid calling senseglove glove data retrieval api from tickcomponent functions and instead offload those to background timers 2025-11-18 03:18:47 +01:00
Mamadou Babaei 49e21097ff return when ensure statements fail 2025-11-18 03:18:47 +01:00
Mamadou Babaei ce1b9f2f98 get rid of SGPawn::Tick, introduce SGPawn::HandVelocitySamplerFramerate, and make hand velocity sampler timer-based instead of tick-based 2025-11-18 03:18:47 +01:00
Mamadou Babaei aa9c5b206f rename FSGGloveTrackingSettings::GloveConnectivityCheckInterval to FSGGloveTrackingSettings::DataRetrievalRefreshRate 2025-11-18 03:18:47 +01:00
Mamadou Babaei 3b03a795f0 apply third-party modules fixes 2025-11-18 03:18:47 +01:00
Mamadou Babaei 965a5537be bump senseglove libraries to v2.303.0-4a2a57376 2025-11-18 03:18:47 +01:00
Mamadou Babaei 7cf3f7d2c5 integrate sensglove libraries v2.301.0-c70bce637 and the required refactor to make it build/work 2025-11-18 03:18:46 +01:00
Mamadou Babaei 3d2bcc9612 drop ue 5.3 and msvc 2019 support and bump the senseglove libraries to v2.205.1-cb26979ed 2025-11-18 03:18:44 +01:00
Mamadou Babaei 09a99c3975 remove remnants of the long-removed Unreal Engine 5.2 from various *.Build.cs files 2025-11-18 03:18:42 +01:00
Mamadou Babaei 385ab9b0d4 remove remnants of the long-removed Unreal Engine 5.2 from SenseGloveTracking module 2025-11-18 03:18:42 +01:00
Mamadou Babaei 9f2b6b7b5e remove remnants of long removed unreal 5.2 from third-party modules *.Build.cs files 2025-11-18 03:18:42 +01:00
Mamadou Babaei 75d9896c0e re-add Source/ThirdParty/**/*.Build.cs to get tracked under git rather than lfs 2025-11-18 03:18:42 +01:00
Mamadou Babaei ad474db80e delete Source/ThirdParty/**/*.Build.cs from lfs 2025-11-18 03:18:42 +01:00
Mamadou Babaei e18db27102 fix a typo in function name SGDeviceList::SenseCommRunning() 2025-11-18 03:18:42 +01:00
Mamadou Babaei 546d262aee bump senseglove libraries to v2.204.0-3a37b1977 2025-06-05 12:40:01 +02:00
Mamadou Babaei 7e68cf4c41 fix a runuat build issue due to a missing header providing engine version macros 2025-06-04 02:35:19 +02:00