godot/modules
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
..
arkit ARKit for Godot 3.2 2019-06-30 18:54:48 +10:00
assimp Replace + "/" + with String::file_add() 2019-06-23 13:33:50 +01:00
bmp Some code changed with Clang-Tidy 2019-06-26 15:08:25 +02:00
bullet Merge pull request #29980 from Dentrax/directed-by-qarmin 2019-07-01 14:59:29 +02:00
csg doc: Remove null default values that can't be determined 2019-06-30 13:58:07 +02:00
cvtt
dds Unexpose subclasses of ResourceFormatLoader and -Saver 2019-06-18 17:56:23 +02:00
enet doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
etc Unexpose subclasses of ResourceFormatLoader and -Saver 2019-06-18 17:56:23 +02:00
freetype
gdnative doc: Remove null default values that can't be determined 2019-06-30 13:58:07 +02:00
gdscript Merge pull request #28884 from vnen/yield-resume-stack 2019-07-01 16:35:26 +02:00
gridmap doc: Remove null default values that can't be determined 2019-06-30 13:58:07 +02:00
hdr
jpg
mbedtls CryptoCore class to access to base crypto utils. 2019-07-02 12:36:27 +02:00
mobile_vr doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
mono Remove unnecessary code and add some error explanations 2019-07-01 12:59:42 +02:00
ogg
opensimplex doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
opus Merge pull request #29910 from m4gr3d/dev_deprecate_armv6 2019-06-20 10:22:23 +02:00
pvr Unexpose subclasses of ResourceFormatLoader and -Saver 2019-06-18 17:56:23 +02:00
recast Take CSG into account for nav-mesh generation 2019-06-13 13:44:41 +02:00
regex doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
squish
stb_vorbis doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
svg
tga
theora Unexpose subclasses of ResourceFormatLoader and -Saver 2019-06-18 17:56:23 +02:00
tinyexr Fix error macro calls not ending with semicolon 2019-06-11 14:49:34 +02:00
upnp Update miniupnpc library to latest master 2019-06-30 17:49:40 +02:00
vhacd
visual_script Merge pull request #29333 from hbina/fix_double_click_when_no_edited_func 2019-07-01 16:33:04 +02:00
vorbis Unexpose subclasses of ResourceFormatLoader and -Saver 2019-06-18 17:56:23 +02:00
webm Merge pull request #29910 from m4gr3d/dev_deprecate_armv6 2019-06-20 10:22:23 +02:00
webp
webrtc doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
websocket doc: Remove null default values that can't be determined 2019-06-30 13:58:07 +02:00
xatlas_unwrap
register_module_types.h
SCsub