godot/modules/mono/editor
Ignacio Etcheverry c78c38d817 Mono: Lazily load scripts metadata file
- Only load the scripts metadata file when it's really needed. This way we avoid false errors, when there is no C# project,  about missing scripts metadata file.

(cherry picked from commit 791e1294c3)
2019-11-12 11:12:49 +01:00
..
GodotSharpTools Print MSBuild command if also printing output 2019-03-06 17:10:14 +01:00
GodotTools [3.1] [Mono] Backport gitignore files 2019-08-19 19:19:21 -04:00
bindings_generator.cpp Fix -Wimplicit-fallthrough warnings from GCC 8 2019-09-24 09:00:45 +02:00
bindings_generator.h C#: Bindings generator now translates BBCode docs to XML comments 2019-04-01 11:24:49 +02:00
csharp_project.cpp Mono: Lazily load scripts metadata file 2019-11-12 11:12:49 +01:00
csharp_project.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
dotnet_solution.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
dotnet_solution.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
godotsharp_builds.cpp Mono: Add option to print MSBuild output and improve out of sync error 2019-03-04 16:05:08 +01:00
godotsharp_builds.h Mono: Cleanup 2019-02-03 05:38:40 +01:00
godotsharp_editor.cpp Replace a few #if/#elif with #ifdef and "#elif defined" 2019-04-20 20:13:07 +02:00
godotsharp_editor.h Replace a few #if/#elif with #ifdef and "#elif defined" 2019-04-20 20:13:07 +02:00
godotsharp_export.cpp Add -Wshadow=local to warnings and fix reported issues. 2019-02-20 19:44:12 +01:00
godotsharp_export.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
mono_bottom_panel.cpp Mono: Some editor usability improvements 2019-02-27 02:45:21 +01:00
mono_bottom_panel.h Mono: Some editor usability improvements 2019-02-27 02:45:21 +01:00
mono_build_info.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
mono_build_info.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
monodevelop_instance.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
monodevelop_instance.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
script_class_parser.cpp Fix parsing of generic type declarations in C# source files. 2019-04-01 11:21:07 +02:00
script_class_parser.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00