Commit Graph
350 Commits
Author SHA1 Message Date
Mamadou Babaei 5928e99450 fix the changelog typos and errors 2023-06-01 21:46:25 +02:00
Mamadou Babaei 5980511183 minor grammatical fix 2023-06-01 21:46:24 +02:00
Mamadou Babaei 520ccae430 update the changelog with unreleased changes 2023-06-01 21:46:24 +02:00
Mamadou Babaei 6df4792978 fix an edit condition parsing failure that caused a bug in the settings
system where the virtual hand and the wrist tracker debug gizmos where
always drawn, regardless of chosen settings
2023-06-01 21:46:24 +02:00
Mamadou Babaei 21dfe0eb89 fix error C2440: 'initializing': cannot convert from 'void' to 'bool' when engine versio is < 5.2 2023-06-01 21:46:23 +02:00
Mamadou Babaei c3d6f25676 fix typos in the changelog 2023-06-01 21:46:23 +02:00
Mamadou Babaei 65ba3cbc51 fix a typo in the changelog 2023-06-01 21:46:22 +02:00
Mamadou Babaei 51edea5612 fix the changelog 2023-06-01 21:46:22 +02:00
Mamadou Babaei 435a652273 fix a typo in the changelog 2023-06-01 21:46:21 +02:00
Mamadou Babaei 21d793c739 minor fix in the changelog 2023-06-01 21:46:21 +02:00
Mamadou Babaei 8fa1a6ab55 bump the plugin version v1.4.1 2023-05-29 02:09:58 +02:00
Mamadou Babaei c9a2c73c63 log unreleased changes 2023-05-29 02:09:58 +02:00
Mamadou Babaei 2d3a8eb18c remove dead gradle code from the android module 2023-05-29 02:09:57 +02:00
Mamadou Babaei a8057bd66a supress a grade warning for non-arm64 archs when the build target is android 2023-05-29 02:09:57 +02:00
Mamadou Babaei 437033fd4e bump the plugin version to v1.4.0 2023-05-19 19:02:25 +02:00
Mamadou Babaei 1dc15e8c5f fix linux aarch64 build issues on ue 5.0 2023-05-19 18:36:29 +02:00
Mamadou Babaei f38ef95a0d remove SenseGloveCoreTypes from the directory structure 2023-05-19 18:36:28 +02:00
Mamadou Babaei 2712398e29 implement an optional feature in order to automatically stop all haptics on the end play event 2023-05-19 18:14:06 +02:00
Mamadou Babaei e39b5e5158 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:14:06 +02:00
Mamadou Babaei ad30dbfd5e remove commented code 2023-05-19 18:14:05 +02:00
Mamadou Babaei 354be18ff7 increase the default finger tips collider sizes 2023-05-19 18:14:05 +02:00
Mamadou Babaei cd4f34fc51 get root component instead of iterating over the components in order to disable/enable the actor physics 2023-05-19 18:14:04 +02:00
Mamadou Babaei 2d57b006eb fix a potential crash 2023-05-19 18:14:04 +02:00
Mamadou Babaei 1df7f11226 stop all haptics on end play in order to make sure the glove won't get stuck in haptics feedbacks 2023-05-19 18:14:04 +02:00
Mamadou Babaei dbe83d6e62 set the default attachment rotation rule to keep relative 2023-05-19 18:14:03 +02:00
Mamadou Babaei dd193a27e3 set the default attachment scale rule to snap to target 2023-05-19 18:14:03 +02:00
Mamadou Babaei e932c4559f do not affect collision when grab/release 2023-05-19 18:14:02 +02:00
Mamadou Babaei a1c79a057b refactor and remove the need to cache the component in the grab/release workflow 2023-05-19 18:14:02 +02:00
Mamadou Babaei 5445137073 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:14:01 +02:00
Mamadou Babaei 63fe65b071 try an alternative approach for the grab/release functionality by disabling/enabling physics simulation 2023-05-19 18:14:01 +02:00
Mamadou Babaei a29cba310e add grab sucess/fail checks with error messages 2023-05-19 18:14:00 +02:00
Mamadou Babaei f5f35e48b6 add ensure checks on the grab socket name 2023-05-19 18:14:00 +02:00
Mamadou Babaei 51d4d72998 move socket name to a temp var for easier debugging 2023-05-19 18:14:00 +02:00
Mamadou Babaei 2917c555ce move attachment rules to a temp var for easier debugging 2023-05-19 18:13:59 +02:00
Mamadou Babaei 3c91ce6c79 fix a release-detection logic error 2023-05-19 18:13:59 +02:00
Mamadou Babaei c466451b9a clean up and simplify the touch callback lambda 2023-05-19 18:13:58 +02:00
Mamadou Babaei e98abc7873 update the changelog 2023-05-19 18:13:58 +02:00
Mamadou Babaei 520e4f23dd force off haptic commands when collision ends 2023-05-19 18:13:57 +02:00
Mamadou Babaei 797eafab9c only send force-feedback and buzz commands when they are not zero 2023-05-19 18:13:57 +02:00
Mamadou Babaei 2fe4911f60 update the platform support matrix with the distribution channels and their remarks 2023-05-19 18:13:57 +02:00
Mamadou Babaei 331c18e548 add a note about abi/api breaking changes 2023-05-19 18:13:56 +02:00
Mamadou Babaei d299012d6d bump senseglove binaries for windows to v2.7.1-965f90c 2023-05-19 18:13:55 +02:00
Mamadou Babaei f818eff580 removed the redundant SenseGloveCoreTypes module which causes all kinds of packaging issues with certain versions of the engine. 2023-05-19 18:13:55 +02:00
Mamadou Babaei 7a355c47b1 try to fix various build issues with the senseglove core types module 2023-05-19 18:13:54 +02:00
Mamadou Babaei a793128736 fix linux aarch64 build issues and for older unreal engine versions 2023-05-19 18:13:54 +02:00
Mamadou Babaei 142cb08e0f whitelist all modules for linuxarm64 target platform 2023-05-19 18:13:53 +02:00
Mamadou Babaei 5cd4014031 fix linux aarch64 build issues and for ue 4.27 up to 5.2 2023-05-19 18:13:53 +02:00
Mamadou Babaei 5bf9b7e08f fix a build error where engine versions are < 5.2 2023-05-19 18:13:52 +02:00
Mamadou Babaei f72cf3e7c2 add linux aarch64 platform support for unreal 5.2+ and bump senseglove libraries to v2.7.1-965f90c 2023-05-19 18:13:51 +02:00
Mamadou Babaei bb35da6434 fix a circular dependency build issue 2023-05-19 18:13:50 +02:00