godot/modules/mono/mono_gd
Pieter-Jan Briers 4b581104e7 Makes project manager never initialize mono debug.
The heuristic whether we're in the project manager inside GDMono
didn't work if the project manager was launched by not having any path
to run.

This is fixed now by making a Main::is_project_manager().

(cherry picked from commit 1099838079)
2018-02-19 22:32:17 +01:00
..
gd_mono.cpp Makes project manager never initialize mono debug. 2018-02-19 22:32:17 +01:00
gd_mono.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
gd_mono_assembly.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
gd_mono_assembly.h Fix inconsistencies and typos in argument names 2018-02-04 20:10:13 +01:00
gd_mono_class.cpp Mono: Implement stack info for errors and exceptions 2018-01-09 17:19:03 +01:00
gd_mono_class.h Fix inconsistencies and typos in argument names 2018-02-04 20:10:13 +01:00
gd_mono_class_member.h Mono: Add properties support in scripts 2018-01-04 21:16:22 +01:00
gd_mono_field.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
gd_mono_field.h Fix build of GDMonoField 2018-01-06 11:06:05 +01:00
gd_mono_header.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
gd_mono_internals.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
gd_mono_internals.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
gd_mono_log.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
gd_mono_log.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
gd_mono_marshal.cpp remove an unneeded marshalling function 2018-01-18 10:33:43 +01:00
gd_mono_marshal.h [Mono] Basis values now marshalled in the correct order. 2018-02-19 22:13:45 +01:00
gd_mono_method.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
gd_mono_method.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
gd_mono_property.cpp fix GDMonoProperty::set_value 2018-01-21 12:29:49 +01:00
gd_mono_property.h Mono: Add properties support in scripts 2018-01-04 21:16:22 +01:00
gd_mono_utils.cpp RID cached class was wrong (mono) 2018-01-22 14:01:20 +01:00
gd_mono_utils.h SignalAwaiter::_signal_callback was calling the thunk with a wrong pointer 2018-01-23 12:58:54 +01:00