virtualx-engine/modules/mono/editor
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
..
GodotSharpTools allow undefined GODOT_DEBUG_MSBUILD environment variable 2018-06-06 22:31:54 +08:00
bindings_generator.cpp Cleanup of c# api files and bindings generator 2018-09-12 03:23:45 +02:00
bindings_generator.h Cleanup of c# api files and bindings generator 2018-09-12 03:23:45 +02:00
csharp_project.cpp Mono: Pending exceptions and cleanup 2018-07-04 03:08:29 +02:00
csharp_project.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
godotsharp_builds.cpp Add print_verbose to print to stdout only in verbose mode 2018-08-24 09:23:20 +02:00
godotsharp_builds.h Mono: Project building fixes 2018-05-17 01:26:23 +02:00
godotsharp_editor.cpp [Mono] Update about/warning text 2018-07-21 15:26:41 -05:00
godotsharp_editor.h Mono: Add project export plugin 2018-02-22 13:39:41 +01:00
godotsharp_export.cpp Mono: Better versioning and gracefully unloading of Godot API assemblies 2018-02-25 20:56:27 +01:00
godotsharp_export.h Mono: Add project export plugin 2018-02-22 13:39:41 +01:00
mono_bottom_panel.cpp Mono: Add 'View log' button to open the MSBuild log of a build 2018-06-05 22:21:52 +02:00
mono_bottom_panel.h Mono: Add 'View log' button to open the MSBuild log of a build 2018-06-05 22:21:52 +02:00
mono_build_info.cpp Mono: Add 'View log' button to open the MSBuild log of a build 2018-06-05 22:21:52 +02:00
mono_build_info.h Mono: Add 'View log' button to open the MSBuild log of a build 2018-06-05 22:21:52 +02:00
monodevelop_instance.cpp Mono: Pending exceptions and cleanup 2018-07-04 03:08:29 +02:00
monodevelop_instance.h Fix inconsistencies and typos in argument names 2018-02-01 16:47:20 +01:00
net_solution.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
net_solution.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00