Commit Graph
1115 Commits
Author SHA1 Message Date
Mamadou Babaei bc4761ae75 SGHapticsComponent docs: document individual haptics functions 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 85dfd6f82e add more screenshots to SGHapticsComponent docs section 2026-02-24 11:44:03 +01:00
Mamadou Babaei 8dc47d531c add more screenshots to SGHandTrackerComponent docs section 2026-02-24 11:44:03 +01:00
Mamadou Babaei 0a3063e88e add almost complete draft for docs section: SGHapticsComponent 2026-02-24 11:44:03 +01:00
Mamadou Babaei 1895979018 minor docs fix 2026-02-24 11:44:02 +01:00
Mamadou Babaei e9fa9114d8 improve docs by mentioning some more details 2026-02-24 11:44:02 +01:00
Mamadou Babaei 45df27cbf1 add the final draft for docs section: SGHandTrackerComponent 2026-02-24 11:44:02 +01:00
Mamadou Babaei d122d31fbe fix version number's formatting and links 2026-02-24 11:44:02 +01:00
Mamadou Babaei 20ad64bc90 add initial images for the SGHapticsComponent docs section 2026-02-24 11:44:02 +01:00
Mamadou Babaei 1627bb21b2 add initial images for the SGHandTrackerComponent docs section 2026-02-24 11:44:02 +01:00
Mamadou Babaei 5aa9d4e628 fix uproperty specifiers 2026-02-24 11:44:02 +01:00
Mamadou Babaei ff70a6e56a add the full final draft for docs section: SGPawn Events: The Puppeteer (Controller) / Puppet (Pawn) Architecture 2026-02-24 11:44:02 +01:00
Mamadou Babaei beb10efcf8 add the new documentation sections place holders 2026-02-24 11:44:02 +01:00
Mamadou Babaei aada6d6fae add more openxr documentation fixes including how to calculate wrist offsets 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 441c1314ce clarify v2.7.0 changelog error: SenseComRunning rename actually landed in v2.8.0 (ABI/API break) 2026-02-24 11:44:01 +01:00
Mamadou Babaei 33022cd423 remove FXRMotionControllerData or replace its usage with FXRHandTrackingState as we fully dropped support for it 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 a31f5e8e79 update the changelog 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 829ac7e362 update the changelog 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 b99901f7b1 update the changelog 2026-02-24 11:43:59 +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 1f3225ece2 ensure deterministic dependency builds by pinning rust toolchain 2026-02-24 11:43:59 +01:00
Mamadou Babaei e80924f41e some changelog errata fixes 2026-02-24 11:43:58 +01:00
Mamadou Babaei 11b11714e4 bump senseglove ue marketplace packager to v0.6.1-85c5a6e 2026-02-24 11:43:58 +01:00
Mamadou Babaei b279e46244 bump the copyright years 2026-02-24 11:43:58 +01:00
Mamadou Babaei 3ae064b05a minor changelog formatting fix 2026-02-24 11:43:58 +01:00
Mamadou Babaei 18fb7c50cf set the engine version to 5.7.0 2026-02-17 18:44:41 +01:00
Mamadou Babaei 006722301b bump the plugin version to v2.7.3 2026-02-17 13:56:06 +01:00
Mamadou Babaei 97d9687d8b bump mdBook to v0.5.2 2026-02-17 13:52:59 +01:00
Mamadou Babaei 1f75bf2178 bump the plugin version to v2.7.2 2026-02-17 13:23:20 +01:00
Mamadou Babaei 73e40da0e7 fix incorrect toolchain linkage for ue 5.7 linux arm64 builds 2026-02-17 13:23:20 +01:00