godot/modules/mono
Andreas Haas 6472d8c7d4 Mono: Avoid invalid class names.
Disallow reserved keywords as class names and prefix base class with the Godot
namespace if it's the same as the class name.

Fixes #12483

(cherry picked from commit 700d07cf7c)
2018-04-15 00:48:11 +02:00
..
doc_classes Deprecate a typo for a new method introduced in 3.0.1 2018-02-27 17:53:46 +01:00
editor Mono: Add project export plugin 2018-04-15 00:04:14 +02:00
glue [mono] rename functions to conform to PascalCase 2018-04-14 23:53:56 +02:00
mono_gd Fix a merge error 2018-04-15 00:43:26 +02:00
utils Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
config.py More reliably find mscorlib.dll on Linux 2018-02-27 22:12:01 +01:00
csharp_script.cpp Mono: Avoid invalid class names. 2018-04-15 00:48:11 +02:00
csharp_script.h Mono: Avoid invalid class names. 2018-04-15 00:48:11 +02:00
godotsharp_defs.h Mono: Better versioning and gracefully unloading of Godot API assemblies 2018-02-26 22:36:03 +01:00
godotsharp_dirs.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
godotsharp_dirs.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
mono_gc_handle.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
mono_gc_handle.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
mono_reg_utils.py Fix build with Python 3 on Windows 2017-10-29 19:27:12 +01:00
register_types.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
register_types.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
SCsub Mono: Buildsystem improvements 2018-02-27 11:35:19 +01:00
signal_awaiter_utils.cpp SignalAwaiter::_signal_callback was calling the thunk with a wrong pointer 2018-01-23 12:58:54 +01:00
signal_awaiter_utils.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00