virtualx-engine/modules/mono/glue
Ignacio Etcheverry b271aa48e4 Mono: Script lifetime fixes
- alloc_language_binding: Use strong GC handle as well for references. Fixes #15138
- Set the native instance field of Godot.Object to IntPtr.Zero when it's freed.
- Create weak handles without tracking resurrection (that was causing trouble). This means we have to call notification predelete before queueing a native Object for deletion, and use the MonoObject* passed by the finalizer because the weak GC handle target will return NULL at this point.
2018-01-01 03:05:13 +01:00
..
cs_files Mono: Make the bindings generator output enums 2017-12-24 04:20:41 +01:00
glue_header.h Mono: Script lifetime fixes 2018-01-01 03:05:13 +01:00