Commit Graph
56 Commits
Author SHA1 Message Date
Mamadou Babaei cf1eb3c922 add support for msvc 2017 to the build.cs files 2022-12-02 12:39:58 +01:00
Mamadou Babaei 2274cc1044 bump the plugin version to v1.0.3 2022-11-30 14:33:42 +01:00
Mamadou Babaei ee14e90f64 adjust Config/FilterPlugin.ini in order to conform to Epic's market place guidelines 2022-11-30 14:28:50 +01:00
Mamadou Babaei 407c8dcbc3 bump the plugin version to v1.0.2 2022-11-27 14:44:36 +01:00
Mamadou Babaei 49bfcb7352 fix the third-party license mark down file formatting 2022-11-27 14:44:36 +01:00
Mamadou Babaei 0e4b029407 add the SenseGlove SDK license 2022-11-27 14:44:36 +01:00
Mamadou Babaei 5ea5c696f6 fix readme typos and errors 2022-11-27 14:14:45 +01:00
Mamadou Babaei dce3dd03cd add missing the copyright notice and include directive 2022-11-27 14:14:45 +01:00
Mamadou Babaei b687a717b5 list the dot files inside the FilterPlugin.ini file 2022-11-27 13:56:19 +01:00
Mamadou Babaei 60951f94b7 add the marketplace url to the .uplugin file 2022-11-27 13:56:19 +01:00
Mamadou Babaei 574f53d86e bump the plugin version to v1.0.1 2022-11-25 15:22:22 +01:00
Mamadou Babaei 494d97c43f * Expose SenseGloveTypes as a public dependency in SenseGloveConnect and
SenseGloveCore modules, so that the C++ users of the API don't need to
 explicitly add it as a dependency
* Clean up the redundant headers/modules dependency from SGCore headers
* Fix RunUAT build issues for Epic Store submission
2022-11-25 15:09:20 +01:00
Mamadou Babaei fa87f19be7 update documentation, add changelog, and prepare for v1.0.0 release 2022-11-24 17:08:30 +01:00
Mamadou Babaei 615a7ab853 huge patch fixing 4.22 through 4.24 build issues on msvc and llvm/clang 2022-11-24 01:17:14 +01:00
Mamadou Babaei 6a3d8ab527 fix a mangled method name in layer 4 2022-11-23 21:19:28 +01:00
Mamadou Babaei bc579a9712 replace IMPLEMENT_GAME_MODULE with IMPLEMENT_MODULE 2022-11-19 13:07:07 +01:00
Mamadou Babaei 951694d5ff fix module types and loading order 2022-11-19 06:23:10 +01:00
Mamadou Babaei 3ba926b0ec add the docs url 2022-11-18 15:07:26 +01:00
Mamadou Babaei 1e962434e7 import sg libraries v2.0.3 binaries for msvc/windows 2022-11-18 15:02:22 +01:00
Mamadou Babaei 8e99ad5743 import sg libraries headers v2.0.3 and linux binaries and adjust to the latest changes 2022-11-18 15:02:21 +01:00
Mamadou Babaei 9b9f8535ef add more documentation 2022-11-18 15:02:21 +01:00
Mamadou Babaei d80f1c6cc8 add missing sense glove wrappers in layer 1/2/3/4 of the api and also more documentation 2022-11-18 15:02:21 +01:00
Mamadou Babaei fb412431eb add missing nova glove info rotator conversions to layer 3/4 of the api and also more documentation 2022-11-18 15:02:21 +01:00
Mamadou Babaei 7e15dab01a add missing nova glove hand profile wrappers in layer 3/4 of the api and also more documentation 2022-11-18 15:02:21 +01:00
Mamadou Babaei 21222b70bb add more documentation 2022-11-18 15:02:21 +01:00
Mamadou Babaei 32282cda6c add missing sg device wrappers in layer 4 of the api and also more documentation 2022-11-18 15:02:21 +01:00
Mamadou Babaei 57410efb07 add more documentation 2022-11-18 15:02:21 +01:00
Mamadou Babaei 3c525227df document some parts of the layer 3 and 4 api 2022-11-18 15:02:21 +01:00
Mamadou Babaei c1fb3eca31 translate senseglove/unreal angles/directions 2022-11-18 15:02:21 +01:00
Mamadou Babaei 5727145bf6 implement proper mm/cm conversions 2022-11-17 02:29:11 +01:00
Mamadou Babaei 403fd732b4 introduce more utility templates for metric unit conversions 2022-11-17 02:29:11 +01:00
Mamadou Babaei 4e7a1614a6 remove unit conversions from the internal vect3d wrappers 2022-11-17 02:29:11 +01:00
Mamadou Babaei d5f45d8cc6 bump sg libraries to v2.0.2 and adjust to the latest changes 2022-11-17 02:29:10 +01:00
Mamadou Babaei 6293c8f285 consider millimeters/centimeters conversion, introduce units, and minor array utils refactoring 2022-11-17 02:29:10 +01:00
Mamadou Babaei 5983ac830c fix wrong readme header 2022-11-14 17:20:22 +01:00
Mamadou Babaei 2335067e59 shorten mangled blueprint nodes in order to avoid doc generation issues 2022-11-14 17:15:04 +01:00
Mamadou Babaei f0c1468cfb separate the unreal c++/bp implementation of SGConnect wrappers 2022-11-12 00:34:50 +01:00
Mamadou Babaei 643200e9cc add FRotator overloads for every method that accepts or returns FQuat and some other bug fixes 2022-11-11 11:39:35 +01:00
Mamadou Babaei 6eecb407c9 bump engine version to 4.23 2022-11-11 11:39:34 +01:00
Mamadou Babaei 0a2e797d51 fix unreal/senseglove coordinates translation calculations 2022-11-11 11:39:34 +01:00
Mamadou Babaei 208d08f211 remove engine version on the master branch 2022-11-11 11:28:14 +01:00
Mamadou Babaei 711f518df1 fix build issues with run uat in order to adhere to the unreal engine market place guidelines 2022-11-04 17:14:53 +01:00
Mamadou Babaei 8a42917f31 add missing forward declarations and headers to the core kismet module header files 2022-11-04 17:04:26 +01:00
Mamadou Babaei a8bf446977 rename all serialize methods to sgserialize in kismet modules due to compilation warnings 2022-11-04 16:57:13 +01:00
Mamadou Babaei 9e09051831 update the directory structure in order to reflect the new changes 2022-11-04 16:12:35 +01:00
Mamadou Babaei a6a7adfae8 document the changelog file in the project's readme 2022-11-04 16:05:34 +01:00
Mamadou Babaei 345606f276 add a changelog file in markdown format 2022-11-04 16:01:59 +01:00
Mamadou Babaei 35dc6978a1 add the filter plugin configuration file 2022-11-04 15:59:45 +01:00
Mamadou Babaei 0b903a5450 set the value of major engine version in the project file 2022-11-04 15:55:30 +01:00
Mamadou Babaei 4cece1c0db indicate supported platforms on modules in order to conform to unreal engine market place guidelines 2022-11-04 15:44:22 +01:00