Commit Graph
428 Commits
Author SHA1 Message Date
Mamadou Babaei be320666dd add a missing release note fix for v1.8.0 to the changelog file 2023-10-10 17:31:30 +02:00
Mamadou Babaei e8e9b1a880 bump the plugin version to v1.8.0 2023-10-10 16:14:07 +02:00
Mamadou Babaei 341f9d8443 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:14:06 +02:00
Mamadou Babaei d6813ded60 bump the plugin version to v1.7.0 2023-09-14 18:53:21 +02:00
Mamadou Babaei ace4479b7a bump senseglove headers and libraries for linux and android to v2.12.0-19c9854 2023-09-14 18:53:20 +02:00
Mamadou Babaei 69909bbc1b bump senseglove libraries for windows to v2.12.0-19c9854 2023-09-14 18:53:20 +02:00
Mamadou Babaei 6a872cd673 move SGCoreImpl/SGPlatform to SGBuildHacks/SGPlatform and introduce SG_CPP20 and SG_CAPTURE_THIS 2023-09-14 18:53:20 +02:00
Mamadou Babaei 8730c62ea8 update the changelog 2023-09-14 18:53:20 +02:00
Mamadou Babaei 47a718b85e update the changelog with unreleased changes 2023-09-14 18:53:19 +02:00
Mamadou Babaei 5904439412 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:19 +02:00
Mamadou Babaei b37697bf91 update the changelog with unreleased changes 2023-09-14 18:53:19 +02:00
Mamadou Babaei f070b32591 remove a duplicate log 2023-09-14 18:53:19 +02:00
Mamadou Babaei f9b20ab71c add sggameinstance for future use 2023-09-14 18:53:19 +02:00
Mamadou Babaei 72344754bb remove a duplicated slash in a header's path 2023-09-14 18:53:19 +02:00
Mamadou Babaei df6c343a11 bump the plugin version to v1.6.1 2023-08-14 21:23:46 +02:00
Mamadou Babaei 086a051853 fix the platform support matrix 2023-08-14 21:23:46 +02:00
Mamadou Babaei 892921de2c add a missing header that causes build issues on ue 5.0 2023-08-14 21:23:45 +02:00
Mamadou Babaei 6f48e38dd9 bump the plugin version to v1.6.0 2023-08-14 17:28:09 +02:00
Mamadou Babaei 811c634c33 update the changelog 2023-08-14 17:28:09 +02:00
Mamadou Babaei 67adf78c1f update the changelog 2023-08-14 17:28:08 +02:00
Mamadou Babaei cf8c684011 do not cache grabbed actors as overlapped actors 2023-08-14 17:28:08 +02:00
Mamadou Babaei c706550540 inline some pimpl methods in order to improve function call performance for regularly called methods 2023-08-14 17:28:07 +02:00
Mamadou Babaei 2e4a8b7904 cache all overlapped actors with the real/virtual hands 2023-08-14 17:28:07 +02:00
Mamadou Babaei 12365ff9b4 initial working implementation of the separated virtual/real hand rendering 2023-08-14 17:28:06 +02:00
Mamadou Babaei ed36d6e0e1 fix the wrong default gizmo colors when initialized using the default constructor. 2023-08-14 17:28:06 +02:00
Mamadou Babaei b32163d35e fix ue 5.3 build issues 2023-08-14 17:28:05 +02:00
Mamadou Babaei 41ba991fff add support for the upcoming unreal engine 5.3 and native toolchain v22 libs to the build system 2023-08-14 17:28:05 +02:00
Mamadou Babaei 64eeed521b bump senseglove libraries for windows to v2.11.0-b775a05 2023-08-14 17:28:04 +02:00
Mamadou Babaei 0bb03b0d10 update the changelog 2023-08-14 17:28:04 +02:00
Mamadou Babaei 17342f8629 remove any mention of msvc 2017 and ue 4.27 third-party libs from the readme file 2023-08-14 17:28:03 +02:00
Mamadou Babaei 396bc15fb6 bump senseglove headers and libraries for linux and android to v2.11.0-b775a05 2023-08-14 17:28:02 +02:00
Mamadou Babaei 0eb1e850da initial attempt at separating the hand rendering from the real hand 2023-08-14 17:28:01 +02:00
Mamadou Babaei 2552da9b10 alternative velocity calculation for released actors based on the hand's cached position history 2023-08-14 17:28:00 +02:00
Mamadou Babaei 7cf30bb4c4 alternative velocity calculation for released actors based on a cached position history 2023-08-14 17:28:00 +02:00
Mamadou Babaei db00266d29 apply the hand's velocity to the grabbed actor after release 2023-08-14 17:27:59 +02:00
Mamadou Babaei 8cdf76fc90 bump the plugin version to v1.5.3 2023-07-19 18:23:40 +02:00
Mamadou Babaei 86a9a2f696 bump senseglove libraries for windows to v2.10.1-3b0e7c9 2023-07-19 18:23:39 +02:00
Mamadou Babaei 6577660118 a minor changelog fix 2023-07-19 18:23:39 +02:00
Mamadou Babaei 197c376ccd bump senseglove libraries for linux and android to v2.10.1-3b0e7c9 2023-07-19 18:23:38 +02:00
Mamadou Babaei ba3c500767 bump the plugin version to v1.5.2 2023-07-19 01:20:36 +02:00
Mamadou Babaei 48e46dfb6b fix a build issue with android shipping builds 2023-07-19 01:14:28 +02:00
Mamadou Babaei a0cf4b13a1 whitespace fix 2023-07-19 01:14:28 +02:00
Mamadou Babaei 95f70e2679 remove redundant whitespaces 2023-07-19 01:14:27 +02:00
Mamadou Babaei bf5b7ba07b fix a grammatical error in the changelog 2023-07-19 01:14:27 +02:00
Mamadou Babaei e566f369df bump the plugin version to v1.5.1 2023-07-13 19:50:31 +02:00
Mamadou Babaei ef0588a903 fix grab/release bug for the right hand 2023-07-13 19:50:31 +02:00
Mamadou Babaei 9d51c63272 fix a wrist tracker bug where hands are getting tracked in reverse 2023-07-13 19:50:30 +02:00
Mamadou Babaei f39de70458 do checks against the right hand which is cleaner to read 2023-07-13 19:50:30 +02:00
Mamadou Babaei 77d1c14883 bump the plugin version to v1.5.0 2023-06-16 02:12:12 +02:00
Mamadou Babaei 9ae2c7f5b3 update the changelog 2023-06-16 02:12:12 +02:00