virtualx-engine/modules/mono/mono_gd
Pieter-Jan Briers af39684885 Fix Mono exception handling.
First of all, this fixes the handling of exceptions so the engine actually notices them,
it was broken in 4172fa03b5.

Next, unhandled exceptions now do NOT cause an abort(). They're logged now,
so before #16987. The pending exception thing still works though.
2018-08-23 20:21:36 +02:00
..
gd_mono.cpp Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00
gd_mono.h Mono: Pending exceptions and cleanup 2018-07-04 03:08:29 +02:00
gd_mono_assembly.cpp Mono: Fix MonoImage filename being set to an invalid path 2018-05-27 17:15:41 +02:00
gd_mono_assembly.h Mono: Add project export plugin 2018-02-22 13:39:41 +01: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 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 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 Mono exception handling. 2018-08-23 20:21:36 +02:00
gd_mono_utils.h Mono: Fix property set_value and cleanup 2018-07-31 19:49:16 +02:00