Commit Graph
343 Commits
Author SHA1 Message Date
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 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 eb7ec1773f drop support for unreal engine 5.4 2026-02-17 16:03:02 +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 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 0c307e894c update the changelog 2026-02-09 15:19:24 +01:00
Mamadou Babaei 407e4479e7 update the changelog 2026-02-09 14:56:14 +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 93e84192bf list existing senseglove components under SenseGlove class group in ue editor 2026-02-09 14:21:10 +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 8e870cb23f add a new android deployment third-party tutorial for ue 5.7 2025-11-18 03:07:17 +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 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 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 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 3819c6e62a whitespace fix 2025-09-17 08:01:47 +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 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
Mamadou Babaei a0f74e64b6 drop ue 5.3 and msvc 2019 support and bump the senseglove libraries to v2.205.1-cb26979ed 2025-07-07 19:09:35 +02:00
Mamadou Babaei 2d8306a064 remove remnants of the long-removed Unreal Engine 5.2 from various *.Build.cs files 2025-07-07 19:02:14 +02:00
Mamadou Babaei edb986e6e1 remove remnants of the long-removed Unreal Engine 5.2 from SenseGloveTracking module 2025-07-07 19:02:13 +02:00
Mamadou Babaei 51868a4021 remove remnants of long removed unreal 5.2 from third-party modules *.Build.cs files 2025-07-07 19:02:05 +02:00
Mamadou Babaei 663ea6a2e7 fix a typo in function name SGDeviceList::SenseCommRunning() 2025-07-02 16:17:01 +02:00
Mamadou Babaei 5d9cebeeb2 bump the plugin version to v2.6.3 2025-06-27 18:33:02 +02:00
Mamadou Babaei a3d4098ae3 add third-party openxr integration documentation section 2025-06-27 17:37:38 +02:00
Mamadou Babaei a242906b78 bump the plugin version to v2.6.2 2025-06-10 09:13:03 +02:00
Mamadou Babaei f7d2debce6 add a vr optimization third-party tutorial 2025-06-10 09:01:52 +02:00