Commit Graph
145 Commits
Author SHA1 Message Date
Mamadou Babaei 815bf37c3f bump senseglove libraries to v2.101.3-e583f6de 2024-03-22 21:00:20 +01:00
Mamadou Babaei 52669d10c1 implement the api updates and bump the senseglove libraries to v2.101.2-2eb7439f 2024-03-22 21:00:20 +01:00
Mamadou Babaei 3cc400b7f9 bump senseglove libraries for v2.101.1-edc1163a 2024-03-22 21:00:18 +01:00
Mamadou Babaei 72bb3f9af6 implement the nova2 api updates and bump the senseglove libraries to v2.101.0-3e1693fb 2024-03-22 21:00:17 +01:00
Mamadou Babaei a470fadc32 bump the plugin version to v1.9.8 2024-03-12 20:32:52 +01:00
Mamadou Babaei 315dfdd63f bump the plugin version to v1.9.7 2024-02-18 20:30:13 +01:00
Mamadou Babaei 237b1faa33 apply vibrotactile and force-feedback fixes backported from next major release 2024-02-18 20:30:12 +01:00
Mamadou Babaei 353b129ccd bump the plugin version to v1.9.6 2024-02-14 14:56:29 +01:00
Mamadou Babaei 0129558f24 fix the NovaGlove class instantiation methods to initialize a NovaGloveImpl instead of a SenseGloveImpl 2024-02-14 14:56:29 +01:00
Mamadou Babaei 5fb43d0af8 bump the plugin version to v1.9.5 2024-02-09 10:53:41 +01:00
Mamadou Babaei a7fce44542 fix a potential segfault inside SGDeviceModel::ParseFirmware 2024-02-09 10:53:41 +01:00
Mamadou Babaei 3046f4a35b bump the plugin version to v1.9.4 2024-02-08 07:47:52 +01:00
Mamadou Babaei 51ace68000 fix the bluprint parse fucntion signature to accept OutGloveInfo by reference 2024-02-08 07:47:52 +01:00
Mamadou Babaei 1cf1a56611 fix changelog formatting 2024-02-08 07:47:52 +01:00
Mamadou Babaei e69f6b2e59 bump the plugin version to v1.9.3 2024-02-03 04:53:51 +01:00
Mamadou Babaei 64b5883e73 rephrase fixed changes 2024-02-03 04:53:50 +01:00
Mamadou Babaei 1ff50e4003 bump the copyright years 2024-02-03 04:53:50 +01:00
Mamadou Babaei 4fdb0906d9 minor changelog fixes 2024-02-03 04:53:50 +01:00
Mamadou Babaei 8633170da8 fix the wrong version numbers inside the paltform support matrix and the main .uplugin file 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 8c46ed4b15 a minor changelog fix 2024-02-03 04:53:50 +01:00
Mamadou Babaei a74debdbdd bump the plugin version to v1.9.2 2023-11-03 18:38:52 +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 3344c21da2 add a list of planned features and their completion status to the main readme file 2023-11-03 18:38:50 +01:00
Mamadou Babaei 9d5db235c4 bump the plugin version to v1.9.1 2023-10-11 17:03:25 +02: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 f21ef73f5d bump the plugin version to v1.9.0 2023-10-10 17:31: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 7a2fbae9bb add a missing release note fix for v1.8.0 to the changelog file 2023-10-10 17:31:23 +02:00
Mamadou Babaei b3f4351ff6 bump the plugin version to v1.8.0 2023-10-10 16:13:55 +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 368f83cc0e bump the plugin version to v1.7.0 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 4f2530e8a2 update the changelog 2023-09-14 18:53:29 +02:00
Mamadou Babaei 936c27e404 update the changelog with unreleased changes 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 bd33e24ae2 update the changelog with unreleased changes 2023-09-14 18:53:29 +02:00
Mamadou Babaei 6a542999f2 bump the plugin version to v1.6.1 2023-08-14 21:23:55 +02:00
Mamadou Babaei bb7f0c7823 bump the plugin version to v1.6.0 2023-08-14 17:28:34 +02:00
Mamadou Babaei 0c884b6533 update the changelog 2023-08-14 17:28:34 +02:00
Mamadou Babaei e508b75b95 update the changelog 2023-08-14 17:28:33 +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 3622aef2a9 update the changelog 2023-08-14 17:28:28 +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 aded5730af apply the hand's velocity to the grabbed actor after release 2023-08-14 17:28:24 +02:00
Mamadou Babaei 1114ee0d7c bump the plugin version to v1.5.3 2023-07-19 18:23:27 +02:00
Mamadou Babaei a80363df46 a minor changelog fix 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