Commit Graph
509 Commits
Author SHA1 Message Date
Mamadou Babaei 1ff50e4003 bump the copyright years 2024-02-03 04:53:50 +01:00
Mamadou Babaei db1879b678 apply a few critical fixes backported from the next major release 2024-02-03 04:53:50 +01:00
Mamadou Babaei 61a568c3db fix a bug where released actor is going to be null whenever the OnActorReleased event fires 2023-11-03 18:38:52 +01:00
Mamadou Babaei 5d48aa73ce add the missing unreal header that defines ENGINE_*_VERSION macros in order to pass epic store builds for ue 5.3 2023-10-11 17:03:24 +02:00
Mamadou Babaei 4dec5caa14 change the ufunction specifier for sgpawn blueprint implementable events to blueprint native event in order to allow overrides from c++ as well 2023-10-10 17:31:23 +02:00
Mamadou Babaei 7183f36033 This single commit inroduces the following changes:
- Introduced new SGPawn events: OnActorGrabbed, OnActorReleased, OnActorBeginTouch, and OnActorEndTouch.
- Exposed OnGrabStateUpdated, OnTouchStateUpdated, OnActorGrabbed, OnActorReleased, OnActorBeginTouch, and OnActorEndTouch events to Blueprint as BlueprintImplementableEvent.

- Fix a bug where the OnTouchStateUpdated event is mistakenly triggered instead of the OnGrabStateUpdated when the right thumb fingertip grab collider overlaps with a grabbable actor.
2023-10-10 16:13:54 +02:00
Mamadou Babaei b48b8f6d78 bump senseglove headers and libraries for linux and android to v2.12.0-19c9854 2023-09-14 18:53:30 +02:00
Mamadou Babaei 9d9db470f9 bump senseglove libraries for windows to v2.12.0-19c9854 2023-09-14 18:53:29 +02:00
Mamadou Babaei 6b165347fb move SGCoreImpl/SGPlatform to SGBuildHacks/SGPlatform and introduce SG_CPP20 and SG_CAPTURE_THIS 2023-09-14 18:53:29 +02:00
Mamadou Babaei 34b3992fb5 introduce senseglove backend and backend kismet modules in order to properly initialize the backend in order to avoid a bug where sgcoonect::init gets called every frame 2023-09-14 18:53:29 +02:00
Mamadou Babaei 7c400de244 remove a duplicate log 2023-09-14 18:53:29 +02:00
Mamadou Babaei 30a0af3395 add sggameinstance for future use 2023-09-14 18:53:29 +02:00
Mamadou Babaei fea17e6e1b remove a duplicated slash in a header's path 2023-09-14 18:53:29 +02:00
Mamadou Babaei b3339db7a5 add a missing header that causes build issues on ue 5.0 2023-08-14 21:23:54 +02:00
Mamadou Babaei daf1db8689 do not cache grabbed actors as overlapped actors 2023-08-14 17:28:33 +02:00
Mamadou Babaei 4003bc9cdb inline some pimpl methods in order to improve function call performance for regularly called methods 2023-08-14 17:28:32 +02:00
Mamadou Babaei 75d598a1d9 cache all overlapped actors with the real/virtual hands 2023-08-14 17:28:32 +02:00
Mamadou Babaei 248a87a949 initial working implementation of the separated virtual/real hand rendering 2023-08-14 17:28:31 +02:00
Mamadou Babaei 8a61e3da99 fix the wrong default gizmo colors when initialized using the default constructor. 2023-08-14 17:28:31 +02:00
Mamadou Babaei 7cefb87d98 fix ue 5.3 build issues 2023-08-14 17:28:30 +02:00
Mamadou Babaei 217cadf043 add support for the upcoming unreal engine 5.3 and native toolchain v22 libs to the build system 2023-08-14 17:28:30 +02:00
Mamadou Babaei e9a5deb2be bump senseglove libraries for windows to v2.11.0-b775a05 2023-08-14 17:28:29 +02:00
Mamadou Babaei 6dff3f5265 bump senseglove headers and libraries for linux and android to v2.11.0-b775a05 2023-08-14 17:28:27 +02:00
Mamadou Babaei 26c7c16fd8 initial attempt at separating the hand rendering from the real hand 2023-08-14 17:28:26 +02:00
Mamadou Babaei b9574734d3 alternative velocity calculation for released actors based on the hand's cached position history 2023-08-14 17:28:25 +02:00
Mamadou Babaei 5f53937a69 alternative velocity calculation for released actors based on a cached position history 2023-08-14 17:28:25 +02:00
Mamadou Babaei aded5730af apply the hand's velocity to the grabbed actor after release 2023-08-14 17:28:24 +02:00
Mamadou Babaei 124349c345 bump senseglove libraries for windows to v2.10.1-3b0e7c9 2023-07-19 18:23:26 +02:00
Mamadou Babaei 0c8ac02d17 bump senseglove libraries for linux and android to v2.10.1-3b0e7c9 2023-07-19 18:23:24 +02:00
Mamadou Babaei 77f6197c07 fix a build issue with android shipping builds 2023-07-19 01:14:18 +02:00
Mamadou Babaei 3b02b7d706 whitespace fix 2023-07-19 01:14:18 +02:00
Mamadou Babaei 1362134890 remove redundant whitespaces 2023-07-19 01:14:17 +02:00
Mamadou Babaei 9fe117db1a fix grab/release bug for the right hand 2023-07-13 19:49:55 +02:00
Mamadou Babaei 7191db6822 fix a wrist tracker bug where hands are getting tracked in reverse 2023-07-13 19:49:55 +02:00
Mamadou Babaei da9c322080 do checks against the right hand which is cleaner to read 2023-07-13 19:49:55 +02:00
Mamadou Babaei c124674a0e fix the motion source options crashes 2023-06-16 02:12:21 +02:00
Mamadou Babaei 6359ac1797 refactor the newly added motion source settings and off-load them from the wrist tracker to the settings system, though this causes crashes still 2023-06-16 02:12:21 +02:00
Mamadou Babaei 029314a953 bump senseglove libraries for windows to v.2.10.0-12133ac 2023-06-16 02:12:21 +02:00
Mamadou Babaei 160acf069c bump senseglove libraries for linux and android to v.2.10.0-12133ac 2023-06-16 02:12:20 +02:00
Mamadou Babaei 398ddfdd13 remove not yet implemented from ViveTracker and ViveFocus3WristTracker enums' names 2023-06-16 02:12:20 +02:00
Mamadou Babaei bac886843e fix a bug where SteamVR trackers such as HTC VIVE and HTC VIVE Focus 3's wrist orientation and location were not being tracked. 2023-06-16 02:12:20 +02:00
Mamadou Babaei d0045980df bump senseglove libraries and headers for linux and android to v2.9.0-21c54c5 2023-06-16 02:12:19 +02:00
Mamadou Babaei 4f03237857 bump senseglove libraries for windows to v2.9.0-21c54c5 2023-06-16 02:12:18 +02:00
Mamadou Babaei 5cf7d1ff55 add (not implemented yet) to the blueprint display name for positional tracking hardware that is not implemented yet 2023-06-16 02:12:18 +02:00
Mamadou Babaei 2e9c051c53 add support for vive focus 3 positional tracking hardwares 2023-06-16 02:12:18 +02:00
Mamadou Babaei 17d552d4bb add support for oculus quest pro positional tracking hardwares 2023-06-16 02:12:18 +02:00
Mamadou Babaei 1a2f4994a0 remove support for oculus touch, pico neo 2, and pico neo 3 positional tracking hardwares 2023-06-16 02:12:18 +02:00
Mamadou Babaei 63d855c907 fix ESGPositionalTrackingHardware enum display names and comments 2023-06-16 02:12:18 +02:00
Mamadou Babaei b2f589be8f fully refactor the top-level configurations in the settings system into ustructs 2023-06-16 02:12:18 +02:00
Mamadou Babaei 4156a6d649 bump senseglove libraries for windows v2.8.0-ff14904 2023-06-16 02:12:18 +02:00