virtualx-engine/modules/mono/editor
Ignacio Etcheverry c8845291c3
C#: Fix editor unable to play game after IDE PlayRequest
The editor wasn't clearing the debugger agent
settings properly after a processing a play
request from an IDE. This caused consequent play
attempts to fail if not launched from the IDE,
as the game would still attempt and fail to
connect to the debugger.

The concrete cause: Forgetting to clear the
`GODOT_MONO_DEBUGGER_AGENT` environment variable.

(cherry picked from commit 6e7da72648)
2020-08-21 02:28:18 +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 C#: Fix editor unable to play game after IDE PlayRequest 2020-08-21 02:28:18 +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 3.2 C#/Mono: Check assembly version when loading 2020-08-20 21:38:33 +02:00
godotsharp_export.h
script_class_parser.cpp
script_class_parser.h