godot/modules/mono
Ignacio Etcheverry c9befa63d2 Mono: Don't try to update project assemblies from project manager
Previously, when running the project manager, we would try to load the API assemblies from the project and fail because we were not editing any project. This would make us try to copy the prebuilt API assemblies to the project. Since there is no project, it would try to copy them to the executable location. This would fail if Godot doesn't have permissions to write to that location.
This commit fixes that by instead trying to load the prebuilt API assemblies in the first place, if running the project manager.
2019-07-25 17:52:45 +02:00
..
build_scripts Some small fixes to warnings in python scripts 2019-07-11 22:26:04 +05:30
doc_classes doc: Drop unused <demos> tag 2019-04-19 11:03:46 +02:00
editor Mono: Fix regression: external editors not working on Windows 2019-07-24 23:19:24 +02:00
glue Added count method to String 2019-07-23 18:55:54 +03:00
mono_gd Mono: Don't try to update project assemblies from project manager 2019-07-25 17:52:45 +02:00
utils Merge pull request #30428 from neikeq/gitcheckout-b 2019-07-09 08:26:48 +02:00
__init__.py Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
class_db_api_json.cpp Fix mono module build errors for release templates 2019-07-20 15:52:26 +02:00
class_db_api_json.h Fix mono module build errors for release templates 2019-07-20 15:52:26 +02:00
config.py Mono: Fix SCons options added to the wrong environment 2019-06-04 16:15:00 +02:00
csharp_script.cpp Mono: Add option to keep running after unhandled exceptions 2019-07-24 23:19:15 +02:00
csharp_script.h Mono: Fix build errors with tools=no 2019-07-08 18:07:20 +02:00
godotsharp_defs.h Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
godotsharp_dirs.cpp Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
godotsharp_dirs.h Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
mono_gc_handle.cpp Mono: Lifetime fixes for CSharpInstance and instance binding data 2019-02-03 06:47:25 +01:00
mono_gc_handle.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
register_types.cpp Consistency in resource format saver/loader de-registration 2019-01-10 12:45:57 +01:00
register_types.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
signal_awaiter_utils.cpp Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
signal_awaiter_utils.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00