godot/modules
Ignacio Etcheverry 6a85cdf640 Fix C# bindings after recent breaking changes
Implementation for new Variant types Callable, Signal, StringName.
Added support for PackedInt64Array and PackedFloat64Array.

Add generation of signal members as events, as well as support for
user created signals as events.
NOTE: As of now, raising such events will not emit the signal. As such,
one must use `EmitSignal` instead of raising the event directly.

Removed old ThreadLocal fallback class. It's safe to use thread_local now since
it's supported on all minimum versions of compilers we support.
2020-03-17 16:30:04 +01:00
..
arkit PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
assimp Style: Set clang-format Standard to Cpp11 2020-03-17 07:36:24 +01:00
basis_universal Fix basis_universal to not include tool main file. 2020-03-11 16:06:28 +01:00
bmp PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
bullet Style: Set clang-format Standard to Cpp11 2020-03-17 07:36:24 +01:00
camera PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
csg Style: Set clang-format Standard to Cpp11 2020-03-17 07:36:24 +01:00
cvtt PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
dds Removed interactive loader, added proper thread loading. 2020-02-28 11:20:45 -03:00
enet Fix various typos 2020-03-11 13:59:18 -04:00
etc Force mipmaps off when importing RGBA4444 textures 2020-02-29 19:46:06 -08:00
freetype Use modules_enabled.gen.h to improve inter dependency checks 2020-02-07 11:50:40 +01:00
gdnative Style: Set clang-format Standard to Cpp11 2020-03-17 07:36:24 +01:00
gdnavigation Fix various typos 2020-03-11 13:59:18 -04:00
gdscript Style: Set clang-format Standard to Cpp11 2020-03-17 07:36:24 +01:00
glslang Fix compilation warnings and re-enable werror=yes on Travis 2020-02-18 20:51:25 +01:00
gridmap Style: Set clang-format Standard to Cpp11 2020-03-17 07:36:24 +01:00
hdr PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
jpg PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
jsonrpc Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
mbedtls Style: Set clang-format Standard to Cpp11 2020-03-17 07:36:24 +01:00
mobile_vr Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. 2020-02-25 12:55:53 +01:00
mono Fix C# bindings after recent breaking changes 2020-03-17 16:30:04 +01:00
ogg Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
opensimplex Fix missing module editor icons 2020-03-08 19:32:25 +02:00
opus Removed interactive loader, added proper thread loading. 2020-02-28 11:20:45 -03:00
pvr Removed interactive loader, added proper thread loading. 2020-02-28 11:20:45 -03:00
regex Improve the RegEx class documentation 2020-02-27 23:09:32 +01:00
squish PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
stb_vorbis Fix OGG audio loops 2020-03-02 21:36:01 +00:00
svg PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
tga PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
theora Removed interactive loader, added proper thread loading. 2020-02-28 11:20:45 -03:00
tinyexr PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
upnp Style: Set clang-format Standard to Cpp11 2020-03-17 07:36:24 +01:00
vhacd Style: Set clang-format Standard to Cpp11 2020-03-17 07:36:24 +01:00
visual_script Style: Set clang-format Standard to Cpp11 2020-03-17 07:36:24 +01:00
vorbis Removed interactive loader, added proper thread loading. 2020-02-28 11:20:45 -03:00
webm Removed interactive loader, added proper thread loading. 2020-02-28 11:20:45 -03:00
webp PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
webrtc Style: Set clang-format Standard to Cpp11 2020-03-17 07:36:24 +01:00
websocket Style: Set clang-format Standard to Cpp11 2020-03-17 07:36:24 +01:00
xatlas_unwrap Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
modules_builders.py SCons: Generate header with info on which modules are enabled 2020-02-07 11:31:37 +01:00
register_module_types.h Moved the shader source compilation code outside RenderingDevice and Vulkan 2020-02-11 11:53:29 +01:00
SCsub SCons: Split libmodules.a in folder-based libs 2020-02-07 14:19:51 +01:00