Commit Graph
262 Commits
Author SHA1 Message Date
Mamadou Babaei 63d855c907 fix ESGPositionalTrackingHardware enum display names and comments 2023-06-16 02:12:18 +02:00
Mamadou Babaei b2f589be8f fully refactor the top-level configurations in the settings system into ustructs 2023-06-16 02:12:18 +02:00
Mamadou Babaei 4156a6d649 bump senseglove libraries for windows v2.8.0-ff14904 2023-06-16 02:12:18 +02:00
Mamadou Babaei 83ff82b45f bump senseglove libraries for linux and android to v2.8.0-ff14904 2023-06-16 02:12:17 +02:00
Mamadou Babaei 9b7e806182 drop support for native toolchain v19, msvc v141 (2017), and thus ue 4.27 in the build system 2023-06-16 02:12:17 +02:00
Mamadou Babaei 2b94af22ad fix a critical Android crash that happens where the default development hand meshes are not found 2023-06-01 23:31:28 +02:00
Mamadou Babaei 3a91be1a84 add a complementary internal method to IsUsingUserMesh, IsUsingDefaultMesh for checking various hand meshes 2023-06-01 23:31:27 +02:00
Mamadou Babaei fb8803fe59 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:53 +02:00
Mamadou Babaei 06801dac06 fix error C2440: 'initializing': cannot convert from 'void' to 'bool' when engine versio is < 5.2 2023-06-01 21:46:53 +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 7fd05244b1 fix linux aarch64 build issues on ue 5.0 2023-05-19 18:36:45 +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 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 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 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