godot/modules/mono/mono_gd
Ignacio Roldán Etcheverry 83494c30fe C#: Fix double casting in wasm m2n trampolines
The trampolines were casting double to `size_t` (likely a copy-paste
mistake), so the value was getting truncated.
2021-04-17 05:24:00 +02:00
..
support Mono: Fix Android build after #46900 2021-03-18 17:58:49 +01:00
android_mono_config.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gd_mono.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gd_mono.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gd_mono_assembly.cpp Mono: Don't use C++17 [[maybe_unused]] to preserve C++14 compatibility 2021-03-05 23:28:09 +01:00
gd_mono_assembly.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gd_mono_cache.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gd_mono_cache.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gd_mono_class.cpp C # mono supports Unicode code 2021-01-18 16:34:10 +08:00
gd_mono_class.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gd_mono_field.cpp C # mono supports Unicode code 2021-01-18 16:34:10 +08:00
gd_mono_field.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gd_mono_header.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gd_mono_internals.cpp Add mutex protecting script bindings map from getting corrupted 2021-03-22 20:26:44 -04:00
gd_mono_internals.h Added mono_unhandled_exception call to unhandled_exception hook 2021-03-17 15:17:02 +01:00
gd_mono_log.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gd_mono_log.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gd_mono_marshal.cpp Mono: Don't use C++17 [[maybe_unused]] to preserve C++14 compatibility 2021-03-05 23:28:09 +01:00
gd_mono_marshal.h C#: Fix System.Collections.Generic.List marshalling 2021-01-26 17:00:17 +01:00
gd_mono_method.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gd_mono_method.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gd_mono_method_thunk.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gd_mono_property.cpp C # mono supports Unicode code 2021-01-18 16:34:10 +08:00
gd_mono_property.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gd_mono_utils.cpp Modernize Mutex 2021-02-18 11:58:08 +01:00
gd_mono_utils.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gd_mono_wasm_m2n.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gd_mono_wasm_m2n.h C#: Fix double casting in wasm m2n trampolines 2021-04-17 05:24:00 +02:00
i_mono_class_member.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
managed_type.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
managed_type.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00