godot/modules/mono/editor
Ignacio Etcheverry e59ac40712 Mono: Better handling of missing/outdated API assemblies
Remove the old API assembly invalidation system. It's pretty simple since now the editor has a hard dependency on the API assemblies and SCons takes care of prebuilding them.
If we fail to load a project's API assembly because it was either missing or outdated, we just copy the prebuilt assemblies to the project and try again. We also do this when creating the solution and before building, just in case the user removed them from the disk after they were loaded.
This way the API assemblies will be always loaded successfully. If they are not, it's a bug.

Also fixed:

- EditorDef was behaving like GlobalDef in GodotTools.
- NullReferenceException because we can't serialize System.WeakReference yet. Use Godot.WeakRef in the mean time.
2019-07-14 19:17:07 +02:00
..
GodotTools Mono: Better handling of missing/outdated API assemblies 2019-07-14 19:17:07 +02:00
bindings_generator.cpp Fix --generate-mono-glue bug when directory doesn't exist 2019-07-08 18:07:15 +02:00
bindings_generator.h Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
csharp_project.cpp Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
csharp_project.h Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
editor_internal_calls.cpp Mono: Better handling of missing/outdated API assemblies 2019-07-14 19:17:07 +02:00
editor_internal_calls.h Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
godotsharp_export.cpp Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
godotsharp_export.h Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
script_class_parser.cpp Fix parsing of generic type declarations in C# source files. 2019-03-20 17:23:11 +01:00
script_class_parser.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00