godot/modules/mono/editor/GodotTools
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
GodotTools.BuildLogger Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
GodotTools.Core Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
GodotTools.ProjectEditor Mono: Fix Api HintPath and update old game projects 2019-07-10 22:00:31 +02:00
.gitignore Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
GodotTools.sln Mono: Add missing GodotTools.sln 2019-07-10 12:30:12 +02:00