virtualx-engine/modules/mono
Ignacio Etcheverry 270af6fa08 Re-write mono module editor code in C#
Make the build system automatically build the C# Api assemblies to be shipped with the editor.
Make the editor, editor player and debug export templates use Api assemblies built with debug symbols.
Always run MSBuild to build the editor tools and Api assemblies when building Godot.
Several bugs fixed related to assembly hot reloading and restoring state.
Fix StringExtensions internal calls not being registered correctly, resulting in MissingMethodException.
2019-07-05 09:38:23 +02:00
..
build_scripts Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
doc_classes doc: Drop unused <demos> tag 2019-04-19 11:03:46 +02:00
editor Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
glue Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
mono_gd Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
utils Mono: Android build and shared libraries fixes 2019-07-03 17:48:12 +02:00
__init__.py Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
config.py Mono: Fix SCons options added to the wrong environment 2019-06-04 16:15:00 +02:00
csharp_script.cpp Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
csharp_script.h Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
godotsharp_defs.h Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
godotsharp_dirs.cpp Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
godotsharp_dirs.h Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
mono_gc_handle.cpp Mono: Lifetime fixes for CSharpInstance and instance binding data 2019-02-03 06:47:25 +01:00
mono_gc_handle.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
register_types.cpp Consistency in resource format saver/loader de-registration 2019-01-10 12:45:57 +01:00
register_types.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
signal_awaiter_utils.cpp Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
signal_awaiter_utils.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00