godot/editor/import
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
..
atlas_import_failed.xpm Added ability for multiple images to be imported as an atlas 2019-04-19 15:56:34 -03:00
editor_import_collada.cpp
editor_import_collada.h
editor_import_plugin.cpp
editor_import_plugin.h Some code changed with Clang-Tidy 2019-06-26 15:08:25 +02:00
editor_scene_importer_gltf.cpp CryptoCore class to access to base crypto utils. 2019-07-02 12:36:27 +02:00
editor_scene_importer_gltf.h
resource_importer_bitmask.cpp
resource_importer_bitmask.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
resource_importer_csv_translation.cpp
resource_importer_csv_translation.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
resource_importer_image.cpp Fix always true/false values 2019-06-20 16:59:48 +02:00
resource_importer_image.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
resource_importer_layered_texture.cpp
resource_importer_layered_texture.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
resource_importer_obj.cpp Fix always true/false values 2019-06-20 16:59:48 +02:00
resource_importer_obj.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
resource_importer_scene.cpp Some code changed with Clang-Tidy 2019-06-26 15:08:25 +02:00
resource_importer_scene.h Some code changed with Clang-Tidy 2019-06-26 15:08:25 +02:00
resource_importer_texture.cpp Some code changed with Clang-Tidy 2019-06-26 15:08:25 +02:00
resource_importer_texture.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
resource_importer_texture_atlas.cpp Some code changed with Clang-Tidy 2019-06-26 15:08:25 +02:00
resource_importer_texture_atlas.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
resource_importer_wav.cpp Some code changed with Clang-Tidy 2019-06-26 15:08:25 +02:00
resource_importer_wav.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
SCsub