godot/modules/mono/mono_gd
Ignacio Etcheverry 23ae64b15e C#: Optimize struct marshalling
- We no longer box struct to return them from internal calls.
- Use reinterpret_cast if the managed struct layout is the same as the native struct.
2018-10-17 22:36:26 +02:00
..
gd_mono.cpp Mono: Fix crash on NodePath/RID disposal during Godot shutdown 2018-10-06 23:00:18 +02:00
gd_mono.h Mono: Fix crash on NodePath/RID disposal during Godot shutdown 2018-10-06 23:00:18 +02:00
gd_mono_assembly.cpp Mono: Editor and export template dependencies and fixes 2018-10-03 19:16:29 +02:00
gd_mono_assembly.h Mono: Editor and export template dependencies and fixes 2018-10-03 19:16:29 +02:00
gd_mono_class.cpp Mono: Fix property set_value and cleanup 2018-07-31 19:49:16 +02:00
gd_mono_class.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
gd_mono_class_member.h
gd_mono_field.cpp C#: Optimize struct marshalling 2018-10-17 22:36:26 +02:00
gd_mono_field.h Fix build of GDMonoField 2018-01-06 11:06:05 +01:00
gd_mono_header.h C#: Optimize struct marshalling 2018-10-17 22:36:26 +02:00
gd_mono_internals.cpp Mono: Pending exceptions and cleanup 2018-07-04 03:08:29 +02:00
gd_mono_internals.h Mono: Pending exceptions and cleanup 2018-07-04 03:08:29 +02:00
gd_mono_log.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
gd_mono_log.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
gd_mono_marshal.cpp C#: Optimize struct marshalling 2018-10-17 22:36:26 +02:00
gd_mono_marshal.h C#: Optimize struct marshalling 2018-10-17 22:36:26 +02:00
gd_mono_method.cpp Mono: Fix property set_value and cleanup 2018-07-31 19:49:16 +02:00
gd_mono_method.h Mono: Pending exceptions and cleanup 2018-07-04 03:08:29 +02:00
gd_mono_property.cpp Mono: Fix property set_value and cleanup 2018-07-31 19:49:16 +02:00
gd_mono_property.h Mono: Pending exceptions and cleanup 2018-07-04 03:08:29 +02:00
gd_mono_utils.cpp Rename slave keyword to puppet 2018-09-15 00:06:03 +02:00
gd_mono_utils.h Rename slave keyword to puppet 2018-09-15 00:06:03 +02:00