virtualx-engine/modules/mono/mono_gd
Ignacio Etcheverry e558e1ec09 Fix/workaround for issue #21667
When a Reference managed instance is garbage collected and its finalizer is called, it could happen that the native instance is referenced once again before the finalizer can unreference and memdelete it. The workaround is to create a new managed instance when this happens (at least for now).
2018-09-12 03:24:08 +02:00
..
gd_mono.cpp Fix/workaround for issue #21667 2018-09-12 03:24:08 +02:00
gd_mono.h Fix/workaround for issue #21667 2018-09-12 03:24:08 +02:00
gd_mono_assembly.cpp Mono: Fix weird crash when loading corlib 2018-08-22 00:49:38 +02:00
gd_mono_assembly.h Mono: Fix weird crash when loading corlib 2018-08-22 00:49:38 +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 Mono: Fix null dereferences 2018-07-25 21:30:11 +02: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 Array and Dictionary wrapper classes to C# 2018-07-20 01:44:30 +02:00
gd_mono_field.h Fix build of GDMonoField 2018-01-06 11:06:05 +01:00
gd_mono_header.h Add Array and Dictionary wrapper classes to C# 2018-07-20 01:44:30 +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 Add print_verbose to print to stdout only in verbose mode 2018-08-24 09:23:20 +02:00
gd_mono_log.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
gd_mono_marshal.cpp Add Array and Dictionary wrapper classes to C# 2018-07-20 01:44:30 +02:00
gd_mono_marshal.h Add Array and Dictionary wrapper classes to C# 2018-07-20 01:44:30 +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 Fix/workaround for issue #21667 2018-09-12 03:24:08 +02:00
gd_mono_utils.h Fix/workaround for issue #21667 2018-09-12 03:24:08 +02:00