Commit Graph
313 Commits
Author SHA1 Message Date
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