virtualx-engine/core/math
Fabio Alessandrelli 564d93ff10 CryptoCore class to access to base crypto utils.
Godot core needs MD5/SHA256/AES/Base64 which used to be provided by
separate libraries.
Since we bundle mbedtls in most cases, and we can easily only include
the needed sources if we so desire, let's use it.

To simplify library changes in the future, and better isolate header
dependencies all functions have been wrapped around inside a class in
`core/math/crypto_base.h`.

If the mbedtls module is disabled, we only bundle the needed source
files independently of the `builtin_mbedtls` option.
If the module is enabled, the `builtin_mbedtls` option works as usual.

Also remove some unused headers from StreamPeerMbedTLS which were
causing build issues.
2019-07-02 12:36:27 +02:00
..
a_star.cpp AStar get_closest_point/get_closest_position_in_segment enabled consideration 2019-06-29 02:04:13 -05:00
a_star.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
aabb.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
aabb.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
audio_frame.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
audio_frame.h Added generator audio stream, and spectrum analyzer audio effect 2019-04-10 12:58:06 -03:00
basis.cpp Optimize Basis constructor for Axis Angle 2019-05-17 05:11:12 -04:00
basis.h Style: Apply new changes from clang-format 8.0 2019-04-09 17:09:48 +02:00
bsp_tree.cpp Remove unnecessary code and add some error explanations 2019-07-01 12:59:42 +02:00
bsp_tree.h Core: Ensure classes match their header filename 2019-02-12 13:34:25 +01:00
camera_matrix.cpp Remove unnecessary code and add some error explanations 2019-07-01 12:59:42 +02:00
camera_matrix.h Add FRUSTUM camera mode, allowing tilted frustums 2019-02-19 17:48:08 +01:00
crypto_core.cpp CryptoCore class to access to base crypto utils. 2019-07-02 12:36:27 +02:00
crypto_core.h CryptoCore class to access to base crypto utils. 2019-07-02 12:36:27 +02:00
delaunay.h Use approximate equallity methods in many places 2019-04-25 13:20:29 -04:00
expression.cpp Some code changed with Clang-Tidy 2019-06-26 15:08:25 +02:00
expression.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
face3.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
face3.h Add -Wshadow=local to warnings and fix reported issues. 2019-02-20 19:44:12 +01:00
geometry.cpp Expose 2D polygon boolean operations in Geometry singleton 2019-05-22 17:12:39 +03:00
geometry.h Expose 2D Delaunay triangulation in Geometry singleton 2019-05-24 13:10:13 +03:00
math_defs.h Several fixes to make GLES2 on HTML5 work much better. 2019-02-25 21:47:29 -03:00
math_fieldwise.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
math_fieldwise.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
math_funcs.cpp Remove unnecessary code and add some error explanations 2019-07-01 12:59:42 +02:00
math_funcs.h Added move_toward functions for float, Vector2 and Vector3 2019-05-28 11:39:35 +01:00
octree.h Add -Wshadow=local to warnings and fix reported issues. 2019-02-20 19:44:12 +01:00
plane.cpp [Core] Approximate equality 2019-04-25 13:20:29 -04:00
plane.h [Core] Approximate equality 2019-04-25 13:20:29 -04:00
quat.cpp Several fixes to make GLES2 on HTML5 work much better. 2019-02-25 21:47:29 -03:00
quat.h Fix new GCC 9 warnings: -Wdeprecated-copy. 2019-03-02 14:37:02 +01:00
quick_hull.cpp Scale quickhull tolerance with mesh size 2019-03-01 20:58:39 +00:00
quick_hull.h Scale quickhull tolerance with mesh size 2019-03-01 20:58:39 +00:00
random_number_generator.cpp Some code changed with Clang-Tidy 2019-06-26 15:08:25 +02:00
random_number_generator.h Remove unnecessary code and add some error explanations 2019-07-01 12:59:42 +02:00
random_pcg.cpp Merge pull request #27193 from toasteater/fix/pcg-randf 2019-06-12 15:21:58 +02:00
random_pcg.h Merge pull request #27193 from toasteater/fix/pcg-randf 2019-06-12 15:21:58 +02:00
rect2.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
rect2.h Merge pull request #27676 from qarmin/small_fixes_2 2019-05-01 08:19:04 +02:00
SCsub CryptoCore class to access to base crypto utils. 2019-07-02 12:36:27 +02:00
transform.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
transform.h [Core] Rename Matrix3 file to Basis 2019-02-09 14:42:23 -05:00
transform_2d.cpp Added ability for multiple images to be imported as an atlas 2019-04-19 15:56:34 -03:00
transform_2d.h Added ability for multiple images to be imported as an atlas 2019-04-19 15:56:34 -03:00
triangle_mesh.cpp Core: Ensure classes match their header filename 2019-02-12 13:34:25 +01:00
triangle_mesh.h Some code changed with Clang-Tidy 2019-06-26 15:08:25 +02:00
triangulate.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
triangulate.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
vector2.cpp Added move_toward functions for float, Vector2 and Vector3 2019-05-28 11:39:35 +01:00
vector2.h Added move_toward functions for float, Vector2 and Vector3 2019-05-28 11:39:35 +01:00
vector3.cpp Added move_toward functions for float, Vector2 and Vector3 2019-05-28 11:39:35 +01:00
vector3.h Fix Vector3 slerp method normalizing cross product 2019-06-07 11:28:50 -05:00