Commit Graph
619 Commits
Author SHA1 Message Date
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
Mamadou Babaei c1bb4dc201 revamp the ubt third-party dependency system 2025-06-04 02:26:03 +02:00
Mamadou Babaei 683d612edb fix build issue with sgbackend by deleting the impl struct copy constructor and copy assignment operator 2025-06-04 02:26:03 +02:00
Mamadou Babaei d4e6a1d28c fix a closing #endif directive comment 2025-06-04 02:26:03 +02:00
Mamadou Babaei 25da4ec03f minor code formatting fix 2025-06-04 02:26:03 +02:00
Mamadou Babaei 7246631c89 thread-safe sgbackend initialization 2025-06-04 02:26:03 +02:00
Mamadou Babaei 098ed35d07 thread-safe sglog initialization 2025-06-04 02:26:03 +02:00
Mamadou Babaei 69e1418b2c revamp sglog to use unreal's tuniqueptr instead of std::unique_ptr 2025-06-04 02:26:03 +02:00
Mamadou Babaei 089f020f59 fix critical deadlock between render and game threads in UE 5.6 when invoking IHeadMountedDisplay::GetHMDMonitorInfo() 2025-06-04 02:26:03 +02:00
Mamadou Babaei e20ed9d6a3 fix sglog windows/msvc build issues caused by the recent sglog refactor 2025-06-04 02:26:03 +02:00
Mamadou Babaei bc0a678239 add a missing header that causes build issues on linux aarch64 due to incomplete uaniminstance type 2025-06-04 02:26:03 +02:00
Mamadou Babaei 8659bdb8ee fix type conversion safety and consistency issues across all sglog formatters 2025-06-04 02:26:03 +02:00
Mamadou Babaei 1c2a839be8 fix unreal engine 5.6 string conversion build issues on linux 2025-06-04 02:26:03 +02:00
Mamadou Babaei dad22a679e bump senseglove libraries to v2.203.0-f3d3e676 which migrates to C++20 2025-06-04 02:25:59 +02:00
Mamadou Babaei 8f46bb0513 bump senseglove libraries to v2.202.0-5d54da32 which fixes linux build issues for ue 5.5/5.6 by linking against libc++ instead of libstdc++ 2025-06-04 02:25:55 +02:00
Mamadou Babaei 9eb1b031f9 bump the senseglove libraries to libraries to v2.201.0-edef7655 and replace epic native toolchain v24 with v25 2025-06-04 02:25:53 +02:00
Mamadou Babaei 71102feef7 bump the SenseGlove libraries to the v2.200.0-0cb715d0 release with BLE (Bluetooth Low Energy) support 2025-05-09 16:35:14 +02:00
Mamadou Babaei bab2a786fe fix a critical deadlock issue (UE-212224) in UE 5.5/5.6 during PipelinedFrameState acquisition 2025-05-09 16:35:12 +02:00
Mamadou Babaei eb4ccb5820 bump the SenseGlove libraries to the v2.199.1-8de3deb9 experimental release with BLE (Bluetooth Low Energy) support 2025-05-09 16:35:12 +02:00
Mamadou Babaei e79d1c9f01 bump the SenseGlove libraries to the v2.199.0-b35c8158 experimental release with BLE (Bluetooth Low Energy) support 2025-05-09 16:35:10 +02:00
Mamadou Babaei e5cf7336bd bump the senseglove libraries to the latest experimental ble builds 2025-05-09 16:35:07 +02:00
Mamadou Babaei 524a828e71 revamp android backend initialization error handling and bump the senseglove libraries to the latest experimental ble builds 2025-05-09 16:35:04 +02:00