godot/modules/mono/editor
Ignacio Etcheverry b3762622be [3.2] C#: Fix Godot failing to find class namespace
Also avoid searching C# files recursively twice.
2020-09-04 01:31:38 +02:00
..
Godot.NET.Sdk 3.2 New csproj style with backport of Godot.NET.Sdk 2020-08-20 21:48:59 +02:00
GodotTools [3.2] C#: Fix Godot failing to find class namespace 2020-09-04 01:31:38 +02:00
bindings_generator.cpp 3.2 New csproj style with backport of Godot.NET.Sdk 2020-08-20 21:48:59 +02:00
bindings_generator.h
code_completion.cpp [3.2] C#: Rewrite GodotTools messaging protocol 2020-05-10 21:05:00 +02:00
code_completion.h [3.2] C#: Rewrite GodotTools messaging protocol 2020-05-10 21:05:00 +02:00
csharp_project.cpp
csharp_project.h
editor_internal_calls.cpp [3.2] C#: Rewrite GodotTools messaging protocol 2020-05-10 21:05:00 +02:00
editor_internal_calls.h
godotsharp_export.cpp C#: Fix crash on export when incorrectly freeing MonoAssemblyName 2020-08-30 02:01:38 +02:00
godotsharp_export.h Mono/C#: Allow debugging exported games 2020-04-23 11:15:35 +02:00
script_class_parser.cpp Fix C# preprocessor infinite loop and incorrect parsing of #if! 2020-01-24 17:53:17 +01:00
script_class_parser.h