Commit Graph
1055 Commits
Author SHA1 Message Date
Mamadou Babaei 71988d1b88 set default VibrotactileFrequency to 180 for optimal vibrotactile feedback 2025-11-18 03:19:28 +01:00
Mamadou Babaei 9986f1c89a bump senseglove libraries to v2.304.1-fb2a464d6 2025-11-18 03:19:27 +01:00
Mamadou Babaei a744b7a027 bump senseglove libraries to v2.304.0-ebcb93fc1 2025-11-18 03:19:26 +01:00
Mamadou Babaei 2407a706d2 replace QueueVibroLevels with SendCustomWaveform 2025-11-18 03:19:26 +01:00
Mamadou Babaei 4395bc3021 whitespace fix 2025-11-18 03:19:26 +01:00
Mamadou Babaei 13c2ebe98e avoid calling senseglove glove data retrieval api from tickcomponent functions and instead offload those to background timers 2025-11-18 03:19:26 +01:00
Mamadou Babaei 4e2b2714de return when ensure statements fail 2025-11-18 03:19:26 +01:00
Mamadou Babaei fbd35ef5a0 get rid of SGPawn::Tick, introduce SGPawn::HandVelocitySamplerFramerate, and make hand velocity sampler timer-based instead of tick-based 2025-11-18 03:19:26 +01:00
Mamadou Babaei c7a92d9bd3 rename FSGGloveTrackingSettings::GloveConnectivityCheckInterval to FSGGloveTrackingSettings::DataRetrievalRefreshRate 2025-11-18 03:19:26 +01:00
Mamadou Babaei 57fc62a1dc apply third-party modules fixes 2025-11-18 03:19:25 +01:00
Mamadou Babaei bc7a7c8083 bump senseglove libraries to v2.303.0-4a2a57376 2025-11-18 03:19:25 +01:00
Mamadou Babaei 6ebfb651ab integrate sensglove libraries v2.301.0-c70bce637 and the required refactor to make it build/work 2025-11-18 03:19:24 +01:00
Mamadou Babaei cdc2f646f9 drop ue 5.3 and msvc 2019 support and bump the senseglove libraries to v2.205.1-cb26979ed 2025-11-18 03:19:22 +01:00
Mamadou Babaei 43af02ddc8 remove remnants of the long-removed Unreal Engine 5.2 from various *.Build.cs files 2025-11-18 03:19:20 +01:00
Mamadou Babaei a4661f309e remove remnants of the long-removed Unreal Engine 5.2 from SenseGloveTracking module 2025-11-18 03:19:20 +01:00
Mamadou Babaei 5e8286538b remove remnants of long removed unreal 5.2 from third-party modules *.Build.cs files 2025-11-18 03:19:20 +01:00
Mamadou Babaei 8d6b0d219c re-add Source/ThirdParty/**/*.Build.cs to get tracked under git rather than lfs 2025-11-18 03:19:20 +01:00
Mamadou Babaei fe66b4faba delete Source/ThirdParty/**/*.Build.cs from lfs 2025-11-18 03:19:20 +01:00
Mamadou Babaei dd5c3974be fix a typo in function name SGDeviceList::SenseCommRunning() 2025-11-18 03:19:20 +01:00
Mamadou Babaei 1d75f8b09f bump the plugin version to v2.6.3 2025-06-27 18:35:23 +02:00
Mamadou Babaei af1b09fd74 add third-party openxr integration documentation section 2025-06-27 18:35:23 +02:00
Mamadou Babaei 34b33be7bf bump the plugin version to v2.6.2 2025-06-10 09:14:21 +02:00
Mamadou Babaei 5d68b9cdb9 add a vr optimization third-party tutorial 2025-06-10 09:14:21 +02:00
Mamadou Babaei 56157aea6d bump the plugin version to v2.6.1 2025-06-05 13:20:46 +02:00
Mamadou Babaei 285725393e set the engine version to v5.6.0 2025-06-05 13:17:26 +02:00
Mamadou Babaei 7f19a75c43 changelog fixes 2025-06-05 12:39:37 +02:00
Mamadou Babaei e89e06b472 bump senseglove libraries to v2.204.0-3a37b1977 2025-06-05 12:39:35 +02:00
Mamadou Babaei d1bd15a21e fix a changelog typo 2025-06-05 12:39:32 +02:00
Mamadou Babaei 538f99712b bump the plugin version to v2.6.0 v2.6.0 2025-06-04 02:33:17 +02:00
Mamadou Babaei b3ccc1f274 fix a runuat build issue due to a missing header providing engine version macros 2025-06-04 02:33:17 +02:00
Mamadou Babaei caa08eb94d deprecate ue 5.3 support 2025-06-04 02:23:58 +02:00
Mamadou Babaei 1e9ea621f7 reoder changelog's last entry sections 2025-06-04 02:23:58 +02:00
Mamadou Babaei b9f2d01982 revamp the ubt third-party dependency system 2025-06-04 02:23:58 +02:00
Mamadou Babaei 5907d5bb41 fix build issue with sgbackend by deleting the impl struct copy constructor and copy assignment operator 2025-06-04 02:23:58 +02:00
Mamadou Babaei f502ee2cb9 fix a closing #endif directive comment 2025-06-04 02:23:58 +02:00
Mamadou Babaei 77d0b4858b minor code formatting fix 2025-06-04 02:23:58 +02:00
Mamadou Babaei fb1ae5a3e9 thread-safe sgbackend initialization 2025-06-04 02:23:58 +02:00
Mamadou Babaei 076a07bc7b thread-safe sglog initialization 2025-06-04 02:23:58 +02:00
Mamadou Babaei 9682585c00 revamp sglog to use unreal's tuniqueptr instead of std::unique_ptr 2025-06-04 02:23:58 +02:00
Mamadou Babaei 73957cfe66 fix critical deadlock between render and game threads in UE 5.6 when invoking IHeadMountedDisplay::GetHMDMonitorInfo() 2025-06-04 02:23:58 +02:00
Mamadou Babaei 48248eecc2 fix sglog windows/msvc build issues caused by the recent sglog refactor 2025-06-04 02:23:58 +02:00
Mamadou Babaei b324258683 update the changelog 2025-06-04 02:23:58 +02:00
Mamadou Babaei b074067667 add a missing header that causes build issues on linux aarch64 due to incomplete uaniminstance type 2025-06-04 02:23:58 +02:00
Mamadou Babaei 4db754109a fix type conversion safety and consistency issues across all sglog formatters 2025-06-04 02:23:58 +02:00
Mamadou Babaei 2981ab4670 fix unreal engine 5.6 string conversion build issues on linux 2025-06-04 02:23:57 +02:00
Mamadou Babaei 304a735e10 Revert "bump embedded winpython distribution to v3.12.10"
This reverts commit 4fe067cf9a.
2025-06-04 02:23:57 +02:00
Mamadou Babaei 2808e0f991 Revert "attempt at fixing handbook's broken make pack on windows by upgrading mdbook-pdf-outline"
This reverts commit 1be45f2cba.
2025-06-04 02:23:55 +02:00
Mamadou Babaei 33c661df43 attempt at fixing handbook's broken make pack on windows by upgrading mdbook-pdf-outline 2025-06-04 02:23:55 +02:00
Mamadou Babaei 0eaa936cb1 bump the SenseGlove Unreal Engine Marketplace Packager to v0.6.0-4108c6f 2025-06-04 02:23:55 +02:00
Mamadou Babaei 1ff40e1a9c bump senseglove libraries to v2.203.0-f3d3e676 which migrates to C++20 2025-06-04 02:23:54 +02:00