godot/modules
Ignacio Etcheverry b1356a3590 Cleanup of c# api files and bindings generator
- We no longer generate RID and NodePath C# classes. Both will be maintained manually.
- We no longer generate C# declarations and runtime registration of internal calls for the following classes: RID, NodePath, String, GD, SignalAwaiter and Godot.Object (partial base).
- We no longer auto-generate the base members of Godot.Object. They will be maintained manually as a partial class.

This makes it easier to maintain these C# classes and their internal calls, as well as the bindings generator which no longer generates C# classes that don't derive from Godot Object, and it no longer generates the Godot.Object base members (which where unreadable in the bindings generator code).

- Added missing 'RID(Object from)' constructor to the RID C# class.
- Replaced MONO_GLUE_DISABLED constant macro with MONO_GLUE_ENABLED.
- Add sources in module/mono/glue even if glue is disabled, but surround glue files with ifdef MONO_GLUE_ENABLED.
2018-09-12 03:23:45 +02:00
..
bmp Fix bits_per_pixel validation in BMP and TGA loader modules. 2018-07-08 18:51:20 +01:00
bullet Merge pull request #21921 from AndreaCatania/bugfix2 2018-09-10 08:20:15 +02:00
csg Fix to make CSGBox the size that is entered in Width, Height and Depth instead of twice those lengths. 2018-08-28 14:41:41 -03:00
cvtt Fix mipmap levels not being initialized 2018-08-25 17:22:53 -04:00
dds Make some debug prints verbose-only, remove others 2018-08-24 14:59:01 +02:00
enet Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00
etc Make some debug prints verbose-only, remove others 2018-08-24 14:59:01 +02:00
freetype SCons: Pass env to modules can_build method 2018-05-30 19:11:36 +02:00
gdnative Fix invalid deref in NativeScript script classes 2018-09-04 08:35:28 -05:00
gdscript Fix crash when extending non-existing GDScript file 2018-09-10 20:46:20 +02:00
gridmap Merge pull request #21575 from YeldhamDev/gridmap_deprecated_fix 2018-08-30 09:03:11 +02:00
hdr SCons: Pass env to modules can_build method 2018-05-30 19:11:36 +02:00
jpg Add webp buffer loader for Image 2018-07-17 12:03:45 +08:00
mbedtls mbedtls: Update to upstream version 2.12.0 2018-07-28 11:16:58 +02:00
mobile_vr Style: Enable clang-format on GLSL shaders 2018-08-27 07:34:14 +02:00
mono Cleanup of c# api files and bindings generator 2018-09-12 03:23:45 +02:00
ogg SCons: Pass env to modules can_build method 2018-05-30 19:11:36 +02:00
opus SCons: Pass env to modules can_build method 2018-05-30 19:11:36 +02:00
pvr Make some debug prints verbose-only, remove others 2018-08-24 14:59:01 +02:00
recast Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00
regex Fixes several resource leaks in ... 2018-08-26 09:19:02 +08:00
squish Fix mipmap levels not being initialized 2018-08-25 17:22:53 -04:00
stb_vorbis Make some debug prints verbose-only, remove others 2018-08-24 14:59:01 +02:00
svg Merge pull request #19272 from akien-mga/svg-buildsystem 2018-05-30 22:10:03 +02:00
tga Fix bits_per_pixel validation in BMP and TGA loader modules. 2018-07-08 18:51:20 +01:00
thekla_unwrap SCons: Pass env to modules can_build method 2018-05-30 19:11:36 +02:00
theora Make some debug prints verbose-only, remove others 2018-08-24 14:59:01 +02:00
tinyexr Fix tiled EXR crash, update tinyexr to head to fix corrupted uncompressed EXR loading 2018-08-27 02:52:12 -04:00
upnp Fix mistake in previous commit 2018-09-11 18:12:40 +02:00
visual_script Change the default variable constructor to use EditorInspector and updated property hints that were changed. 2018-09-08 02:51:23 -07:00
vorbis Style: Format code with clang-format 6.0.1 2018-07-18 16:27:03 +02:00
webm Fix WebM module for HTML5 platform 2018-08-27 04:08:04 +02:00
webp Add webp buffer loader for Image 2018-07-17 12:03:45 +08:00
websocket Allow WebSocket connect with no sub-protocols. 2018-08-30 20:23:16 +02:00
register_module_types.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
SCsub - Improves portability in joystick buttons enum 2018-01-24 19:12:54 -03:00