Commit Graph
100 Commits
Author SHA1 Message Date
Mamadou Babaei 97490ec109 minor fix in the changelog 2023-06-01 21:46:50 +02:00
Mamadou Babaei 1028f0736b bump the plugin version v1.4.1 2023-05-29 02:10:11 +02:00
Mamadou Babaei b5271b6067 log unreleased changes 2023-05-29 02:10:11 +02:00
Mamadou Babaei 5e95cfcb6a remove dead gradle code from the android module 2023-05-29 02:10:10 +02:00
Mamadou Babaei f12b2a26d8 supress a grade warning for non-arm64 archs when the build target is android 2023-05-29 02:10:10 +02:00
Mamadou Babaei 7adb4c25d9 bump the plugin version to v1.4.0 2023-05-19 19:02:41 +02:00
Mamadou Babaei 7fd05244b1 fix linux aarch64 build issues on ue 5.0 2023-05-19 18:36:45 +02:00
Mamadou Babaei 6a3bffaa70 remove SenseGloveCoreTypes from the directory structure 2023-05-19 18:36:44 +02:00
Mamadou Babaei b51629e929 implement an optional feature in order to automatically stop all haptics on the end play event 2023-05-19 18:15:44 +02:00
Mamadou Babaei 1b390c525d temporarily disable the debug gizmo for the virtual hand and the wrist tracker due to an esoteric bug in the settings system 2023-05-19 18:15:44 +02:00
Mamadou Babaei 710309e9be remove commented code 2023-05-19 18:15:43 +02:00
Mamadou Babaei 8f232e9c75 increase the default finger tips collider sizes 2023-05-19 18:15:43 +02:00
Mamadou Babaei dd56f8be8f get root component instead of iterating over the components in order to disable/enable the actor physics 2023-05-19 18:15:42 +02:00
Mamadou Babaei 2b1f430e27 fix a potential crash 2023-05-19 18:15:42 +02:00
Mamadou Babaei 121ec47ca6 stop all haptics on end play in order to make sure the glove won't get stuck in haptics feedbacks 2023-05-19 18:15:42 +02:00
Mamadou Babaei 0ab08bc9c4 set the default attachment rotation rule to keep relative 2023-05-19 18:15:41 +02:00
Mamadou Babaei 786cb5ed8c set the default attachment scale rule to snap to target 2023-05-19 18:15:41 +02:00
Mamadou Babaei 3e6252a5c2 do not affect collision when grab/release 2023-05-19 18:15:40 +02:00
Mamadou Babaei c67d2e7bf7 refactor and remove the need to cache the component in the grab/release workflow 2023-05-19 18:15:40 +02:00
Mamadou Babaei 01ae2b5920 refactor the grab/touch logic and data structure and also cache the component ready to be grabbed in order to affect its physics state 2023-05-19 18:15:39 +02:00
Mamadou Babaei 70fc1df7da try an alternative approach for the grab/release functionality by disabling/enabling physics simulation 2023-05-19 18:15:39 +02:00
Mamadou Babaei d1a1e0a9d8 add grab sucess/fail checks with error messages 2023-05-19 18:15:39 +02:00
Mamadou Babaei df529ceacb add ensure checks on the grab socket name 2023-05-19 18:15:38 +02:00
Mamadou Babaei fa02bdbdf9 move socket name to a temp var for easier debugging 2023-05-19 18:15:38 +02:00
Mamadou Babaei ac81d34f7f move attachment rules to a temp var for easier debugging 2023-05-19 18:15:37 +02:00
Mamadou Babaei d747cdc1e0 fix a release-detection logic error 2023-05-19 18:15:37 +02:00
Mamadou Babaei b41270d077 clean up and simplify the touch callback lambda 2023-05-19 18:15:36 +02:00
Mamadou Babaei 131cd66edc update the changelog 2023-05-19 18:15:36 +02:00
Mamadou Babaei f43ffd213c force off haptic commands when collision ends 2023-05-19 18:15:36 +02:00
Mamadou Babaei 3ef364ad86 only send force-feedback and buzz commands when they are not zero 2023-05-19 18:15:35 +02:00
Mamadou Babaei 1727693433 update the platform support matrix with the distribution channels and their remarks 2023-05-19 18:15:35 +02:00
Mamadou Babaei ed1d3d2a1e add a note about abi/api breaking changes 2023-05-19 18:15:34 +02:00
Mamadou Babaei 74552ab05e bump senseglove binaries for windows to v2.7.1-965f90c 2023-05-19 18:15:34 +02:00
Mamadou Babaei 4968c8b777 removed the redundant SenseGloveCoreTypes module which causes all kinds of packaging issues with certain versions of the engine. 2023-05-19 18:15:33 +02:00
Mamadou Babaei 18d3fb0e27 try to fix various build issues with the senseglove core types module 2023-05-19 18:15:32 +02:00
Mamadou Babaei 00ca818a7b fix linux aarch64 build issues and for older unreal engine versions 2023-05-19 18:15:32 +02:00
Mamadou Babaei ea6af167dc whitelist all modules for linuxarm64 target platform 2023-05-19 18:15:32 +02:00
Mamadou Babaei cbdd3fad95 fix linux aarch64 build issues and for ue 4.27 up to 5.2 2023-05-19 18:15:31 +02:00
Mamadou Babaei d98c1eea05 fix a build error where engine versions are < 5.2 2023-05-19 18:15:31 +02:00
Mamadou Babaei 6dfe66e548 add linux aarch64 platform support for unreal 5.2+ and bump senseglove libraries to v2.7.1-965f90c 2023-05-19 18:15:29 +02:00
Mamadou Babaei 2f9602c7f2 fix a circular dependency build issue 2023-05-19 18:15:28 +02:00
Mamadou Babaei 9cb87e43ae add a missing dependency that causes packaging issues 2023-05-19 18:15:28 +02:00
Mamadou Babaei bd4468669f capture by reference in the buzz timer callback lambda or otherwise crash 2023-05-19 18:15:27 +02:00
Mamadou Babaei 07ea8737ea fix a crash due to uninitialized pimpl object 2023-05-19 18:15:27 +02:00
Mamadou Babaei 3de2beab2b fix lambda crashes and ensure logic bugs 2023-05-19 18:15:26 +02:00
Mamadou Babaei 31ee97287d complete the implementation for the touch functionality and its feedbacks 2023-05-19 18:15:26 +02:00
Mamadou Babaei dc8ee14cbe add the initial implementation for the touch functionality and its feedbacks 2023-05-19 18:15:25 +02:00
Mamadou Babaei 63fe791aa5 expose the connected glove in the virtual hand's api 2023-05-19 18:15:25 +02:00
Mamadou Babaei fa4a636434 add static get component methods for quickly accessing grab/touch components 2023-05-19 18:15:25 +02:00
Mamadou Babaei a109d8740a remove the variable names from the grab/touch signatures 2023-05-19 18:15:24 +02:00
Mamadou Babaei 3afd376b50 add the grab/touch state update events 2023-05-19 18:15:24 +02:00
Mamadou Babaei ec085314c8 update the changelog 2023-05-19 18:15:23 +02:00
Mamadou Babaei c1ce27d157 fix a crash by removing wrong delegate binds 2023-05-19 18:15:23 +02:00
Mamadou Babaei 5103a455a3 add a buzz timeout uproperty 2023-05-19 18:15:22 +02:00
Mamadou Babaei 40c5532a6b merge all properties inside the grab component into one group 2023-05-19 18:15:22 +02:00
Mamadou Babaei 309c1fc2d1 simplify and merge separate buzz/force-feedback levels into one value on the touch component 2023-05-19 18:15:22 +02:00
Mamadou Babaei e810305001 Revert "move force-feedback properties from the touch component to the grab component"
This reverts commit 9faa9d2ca4.
2023-05-19 18:15:21 +02:00
Mamadou Babaei 6ae5439d94 move force-feedback properties from the touch component to the grab component 2023-05-19 18:15:21 +02:00
Mamadou Babaei 6cfaecfd23 cache which finger can grab or touch objects 2023-05-19 18:15:20 +02:00
Mamadou Babaei a2c67c4aac set up the overlap events for the grab/touch fingertip colliders 2023-05-19 18:15:20 +02:00
Mamadou Babaei 3d627b8b2c add the api for getting/setting touch properties 2023-05-19 18:15:19 +02:00
Mamadou Babaei b71d2fcf2f add the api for getting/setting grab properties 2023-05-19 18:15:19 +02:00
Mamadou Babaei eed3728410 add a grab socket uproperty, getters, and setters 2023-05-19 18:15:19 +02:00
Mamadou Babaei 2792d80fc8 whitespace fix 2023-05-19 18:15:18 +02:00
Mamadou Babaei 3165c0d59d differentiate the default grab/touch socket names 2023-05-19 18:15:18 +02:00
Mamadou Babaei 9a37047f4c integrate the touch component and colliders and rename the grab ones 2023-05-19 18:15:17 +02:00
Mamadou Babaei b05220a7a2 add a touch component intended to be used for force-feedback 2023-05-19 18:15:17 +02:00
Mamadou Babaei 2a9517ec92 add the api and setup the required components and uproperties in order to implement the basic grab functionality 2023-05-19 18:15:16 +02:00
Mamadou Babaei f3e88e224f document the unreleased changes 2023-05-19 18:15:16 +02:00
Mamadou Babaei 24ca77fa0e fix blueprint signatures and make all bp exposed functions static 2023-05-19 18:15:16 +02:00
Mamadou Babaei fc2a612198 formatting fix 2023-05-19 18:15:15 +02:00
Mamadou Babaei 5661803ce5 document a missing changelog item 2023-05-19 18:15:15 +02:00
Mamadou Babaei 29941da0eb Revert "temporarily revert changes that are not part of the v1.3.1 release"
This reverts commit 116935f54b.
2023-05-19 18:15:14 +02:00
Mamadou Babaei 1d1d9121fe bump the plugin version to v1.3.1 2023-04-28 02:12:44 +02:00
Mamadou Babaei c7adffbde9 temporarily revert changes that are not part of the v1.3.1 release 2023-04-28 02:12:43 +02:00
Mamadou Babaei c768e4a0ac fix runuat rocket build issues by adding the missing headers 2023-04-28 02:12:43 +02:00
Mamadou Babaei 059c31dcee document the senseglove debug module 2023-04-28 02:12:42 +02:00
Mamadou Babaei e5fa12160e document unreleased changes 2023-04-28 02:12:42 +02:00
Mamadou Babaei 35689c4e20 Revert "temporarily revert changes that are not part of the v1.3.0 release"
This reverts commit 6a0f2a00a1.
2023-04-28 02:12:41 +02:00
Mamadou Babaei 564a577031 bump the plugin version to v1.3.0 2023-04-28 01:20:53 +02:00
Mamadou Babaei a704487289 temporarily revert changes that are not part of the v1.3.0 release 2023-04-28 01:20:53 +02:00
Mamadou Babaei 8f80d84fd9 bump senseglove libraries for linux and android to v2.6.0-aac3d56 2023-04-28 01:20:52 +02:00
Mamadou Babaei 4548323e01 bump the senseglove libraries for windows/msvc to v2.6.0-aac3d56 2023-04-28 01:20:52 +02:00
Mamadou Babaei 83076bcc13 document recent changes 2023-04-28 01:20:52 +02:00
Mamadou Babaei 5f4bd52770 document the senseglove libraries bump in the changelog 2023-04-28 01:20:52 +02:00
Mamadou Babaei fd853d65c4 adjust senseglove/unreal coordinate system conversions according to changes in the recent sgcore release 2023-04-28 01:20:51 +02:00
Mamadou Babaei 7e99b4688a fix a gramatical error 2023-04-28 01:20:51 +02:00
Mamadou Babaei d880df91a8 add a debug virtual hand and some other fixes 2023-04-28 01:20:51 +02:00
Mamadou Babaei 1a4a7a1048 fix the hand right hand offset 2023-04-28 01:20:51 +02:00
Mamadou Babaei 5ce1af1b4f remove redundant headers 2023-04-28 01:20:51 +02:00
Mamadou Babaei 508fe522c6 fix debug gizmo default colors 2023-04-28 01:20:51 +02:00
Mamadou Babaei 9238cf77da refactor the debug gizmo draw method 2023-04-28 01:20:51 +02:00
Mamadou Babaei 306881fe69 update the changelog with unreleased changes 2023-04-28 01:20:51 +02:00
Mamadou Babaei 527809a04f refactor the wrist tracker's debug gzmo settings into a ustruct in order to be re-used 2023-04-28 01:20:51 +02:00
Mamadou Babaei cad5753327 fix gizmo drawing issue happens due to a null world object 2023-04-28 01:20:51 +02:00
Mamadou Babaei 941b6f67f2 add a new generic senseglove debug module 2023-04-28 01:20:51 +02:00
Mamadou Babaei 2819d1ee1c add the base implementation for the senseglove grab component 2023-04-28 01:20:51 +02:00
Mamadou Babaei 8937bf086e increase the default DebugWristTrackerGizmoLength value in the plugin's settings 2023-04-28 01:20:51 +02:00
Mamadou Babaei 70d578afaa increase the default DebugWristTrackerGizmoLength value on the wrist tracker 2023-04-28 01:20:51 +02:00
Mamadou Babaei e8843b4bed document unreleased changes 2023-04-28 01:20:51 +02:00