Commit Graph
1104 Commits
Author SHA1 Message Date
Mamadou Babaei 17115e356d add initial images for the SGHandTrackerComponent docs section 2026-02-20 15:38:13 +01:00
Mamadou Babaei 06a25ef59c fix uproperty specifiers 2026-02-20 15:02:26 +01:00
Mamadou Babaei 0f2b648578 add the full final draft for docs section: SGPawn Events: The Puppeteer (Controller) / Puppet (Pawn) Architecture 2026-02-20 14:41:59 +01:00
Mamadou Babaei 589a16460b add the new documentation sections place holders 2026-02-20 12:55:34 +01:00
Mamadou Babaei f2c3dde29d add more openxr documentation fixes including how to calculate wrist offsets 2026-02-20 12:08:08 +01:00
Mamadou Babaei b960cfda82 add a new FSGHandLayer::GetWristLocation() overload which allows passing FRotator instead of FQuat as input or output parameters 2026-02-20 12:08:08 +01:00
Mamadou Babaei ba11f7bd23 add missing bAutoStopAllHaptics initialization 2026-02-20 12:08:08 +01:00
Mamadou Babaei 71e4a21096 clarify v2.7.0 changelog error: SenseComRunning rename actually landed in v2.8.0 (ABI/API break) 2026-02-20 12:08:08 +01:00
Mamadou Babaei 8007f212ce remove FXRMotionControllerData or replace its usage with FXRHandTrackingState as we fully dropped support for it 2026-02-18 19:38:02 +01:00
Mamadou Babaei c712fb428a replace all mentions of FXRMotionControllerData with FXRHandTrackingState in code comments 2026-02-19 10:14:58 +01:00
Mamadou Babaei 8b44f70332 fix a build issue caught by runuat 2026-02-18 11:42:23 +01:00
Mamadou Babaei eb7ec1773f drop support for unreal engine 5.4 2026-02-17 16:03:02 +01:00
Mamadou Babaei b01ce25abe remove ue 5.4 and epic native/cross toolchains v22 support from the build system for third-party libs 2026-02-17 15:31:01 +01:00
Mamadou Babaei 098dc0d6b8 bump the plugin version to v2.7.3 2026-02-17 13:50:18 +01:00
Mamadou Babaei b7ee6df9be bump the plugin version to v2.7.2 2026-02-17 13:09:29 +01:00
Mamadou Babaei 389fe6223b fix incorrect toolchain linkage for ue 5.7 linux arm64 builds 2026-02-17 13:06:32 +01:00
Mamadou Babaei 76de922656 update the changelog 2026-02-10 11:37:00 +01:00
Mamadou Babaei 62050fc62f add support for wrist squeeze to the haptics component 2026-02-10 11:35:28 +01:00
Mamadou Babaei b565e79375 add an exact overload to haptics component SendCustomWaveform similar to hand layer or haptic glove classes 2026-02-10 11:34:09 +01:00
Mamadou Babaei a14d8c9abe whitespace fixes 2026-02-10 11:21:07 +01:00
Mamadou Babaei 016e6d3cd0 implement a USGHapticsComponent to allow sending a variety of haptic feedbacks to the gloves without touching senseglove's low-level api 2026-02-09 17:12:30 +01:00
Mamadou Babaei 278dbf0ecc remove redundant code 2026-02-09 17:01:33 +01:00
Mamadou Babaei dfff45f559 minor player controller fixes 2026-02-09 16:40:03 +01:00
Mamadou Babaei 0c307e894c update the changelog 2026-02-09 15:19:24 +01:00
Mamadou Babaei 3894ddd3e1 force stop all haptics when handedness changes 2026-02-09 15:03:39 +01:00
Mamadou Babaei 407e4479e7 update the changelog 2026-02-09 14:56:14 +01:00
Mamadou Babaei ce98d0e9c1 move reusable code to its own pimpl method 2026-02-09 14:55:27 +01:00
Mamadou Babaei f6077b97d3 implement USGHandTrackerComponent to allow easy retrieval or visualization of FXRHandTrackingState 2026-02-09 14:41:12 +01:00
Mamadou Babaei 59a378705a add a new overload to FSGDebugVirtualHand::Draw() to allow visualizing any FSGDebugGizmoSettings instance directly 2026-02-09 14:34:23 +01:00
Mamadou Babaei 67590ea23f force USGVirtualHandComponent and USGWristTrackerComponent update their xr hand-tracking data when their handedness is updated 2026-02-09 14:27:17 +01:00
Mamadou Babaei 1fb318cc7a remove redundant headers and perform whitespace fixes 2026-02-09 14:22:35 +01:00
Mamadou Babaei 93e84192bf list existing senseglove components under SenseGlove class group in ue editor 2026-02-09 14:21:10 +01:00
Mamadou Babaei 0b560655f9 whitespace fix 2026-02-09 14:14:42 +01:00
Mamadou Babaei e9bfe03414 ensure deterministic dependency builds by pinning rust toolchain 2026-02-09 12:09:14 +01:00
Mamadou Babaei 21fe791b5d bump mdBook to v0.5.2 2026-02-04 17:28:12 +01:00
Mamadou Babaei 44178a8b61 some changelog errata fixes 2026-02-04 16:48:02 +01:00
Mamadou Babaei 35529bfac6 bump senseglove ue marketplace packager to v0.6.1-85c5a6e 2026-02-04 16:46:39 +01:00
Mamadou Babaei bc79795eca bump the copyright years 2026-02-04 16:07:33 +01:00
Mamadou Babaei 929b1bc2b8 minor changelog formatting fix 2025-12-09 15:05:53 +01:00
Mamadou Babaei 0f4fe2e7e5 bump the plugin version to v2.7.1 2025-12-09 13:55:28 +01:00
Mamadou Babaei 18018ccc9c work around a panick during handbook's pdf generation 2025-12-09 13:55:24 +01:00
Mamadou Babaei 55aabf554f work around a ue 5.5 regression (UE-212224) while sensecom is running and gloves are connected 2025-12-09 13:18:56 +01:00
Mamadou Babaei 7b80fc685e bump the plugin version to v2.7.0 2025-11-18 03:59:05 +01:00
Mamadou Babaei 0e87c005d1 fix a runuat build issues on ue 5.4 2025-11-18 03:58:39 +01:00
Mamadou Babaei 8e870cb23f add a new android deployment third-party tutorial for ue 5.7 2025-11-18 03:07:17 +01:00
Mamadou Babaei 94007c3edf list ue 5.7 in the sgum-packager configuration file and update ndk paths for ue 5.6.1 2025-11-14 13:50:45 +01:00
Mamadou Babaei d5b3294039 update the platform support matrix to refelect the latest support status 2025-11-13 19:39:02 +01:00
Mamadou Babaei c0c649cad1 add htc standalone mode deprecation warnings to the upcoming v2.7.x changelog and the relevant htc standalone mode sections in the docs 2025-11-13 19:03:51 +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