virtualx-engine/modules/mono
Pieter-Jan Briers f49601a934 Give C# NodePath a ToString().
It already had an implicit cast operator to string,
but this doesn't get used in say string formatting.

So now something like $"path: {GetPath()}" works.

(cherry picked from commit 3c1f8efd9e)
2018-02-19 22:31:33 +01:00
..
doc_classes doc: Sync with current source 2018-01-25 08:50:56 +01:00
editor Give C# NodePath a ToString(). 2018-02-19 22:31:33 +01:00
glue [Mono] Basis values now marshalled in the correct order. 2018-02-19 22:13:45 +01:00
mono_gd [Mono] Basis values now marshalled in the correct order. 2018-02-19 22:13:45 +01:00
utils Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
config.py Fix pkgconfig detection of mono 2018-02-19 22:13:45 +01:00
csharp_script.cpp Added async and await as C# keywords. 2018-02-05 09:33:01 +01:00
csharp_script.h Mono: Remove automatic script multilevel calls 2018-02-05 09:32:29 +01:00
godotsharp_defs.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
godotsharp_dirs.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
godotsharp_dirs.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
mono_gc_handle.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
mono_gc_handle.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
mono_reg_utils.py Fix build with Python 3 on Windows 2017-10-29 19:27:12 +01:00
register_types.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
register_types.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
SCsub Add and use mono build variables with cloned environment. 2018-02-19 22:13:46 +01:00
signal_awaiter_utils.cpp SignalAwaiter::_signal_callback was calling the thunk with a wrong pointer 2018-01-23 12:58:54 +01:00
signal_awaiter_utils.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00