godot/modules/mono/mono_gd
Ignacio Etcheverry 066ae9d83b Mono/C#: Several android fixes
- Added correct config file for android dllmaps.
- Fix __Internal DllImports with a dlopen fallback.
- Add missing P/Invoke functions and internal calls expected by the monodroid BCL and our custom version of the 'Android.Runtime.AndroidEnvironment' class (this last one can be found in the godot-mono-builds repo).
- Make sure to set 'btls' instead of 'legacy' as the default TLS provider on Android.
2019-12-04 19:03:42 +01:00
..
android_mono_config.h Style: Fix copyright headers in new files 2019-08-28 09:19:52 +02:00
gd_mono.cpp Mono/C#: Several android fixes 2019-12-04 19:03:42 +01:00
gd_mono.h Mono/C#: Add option to export assemblies outside of PCK 2019-11-29 00:36:05 +01:00
gd_mono_android.cpp Mono/C#: Several android fixes 2019-12-04 19:03:42 +01:00
gd_mono_android.h Mono/C#: Several android fixes 2019-12-04 19:03:42 +01:00
gd_mono_assembly.cpp Mono/C#: Add option to export assemblies outside of PCK 2019-11-29 00:36:05 +01:00
gd_mono_assembly.h Mono/C#: Add option to export assemblies outside of PCK 2019-11-29 00:36:05 +01:00
gd_mono_cache.cpp Style: Add missing copyright headers 2019-11-22 08:37:09 +01:00
gd_mono_cache.h Mono/C#: Several android fixes 2019-12-04 19:03:42 +01:00
gd_mono_class.cpp Mono/C#: WebAssembly support 2019-11-13 21:41:11 +01:00
gd_mono_class.h Mono/C#: WebAssembly support 2019-11-13 21:41:11 +01:00
gd_mono_field.cpp Mono/C#: WebAssembly support 2019-11-13 21:41:11 +01:00
gd_mono_field.h C#: Marshalling support for IEnumerable<> and IDictionary<,> 2019-05-18 19:39:56 +02:00
gd_mono_header.h Mono/C#: WebAssembly support 2019-11-13 21:41:11 +01:00
gd_mono_internals.cpp Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono' 2019-08-09 12:13:21 +02:00
gd_mono_internals.h Mono: Add option to keep running after unhandled exceptions 2019-07-24 23:19:15 +02:00
gd_mono_log.cpp Mono/C#: WebAssembly support 2019-11-13 21:41:11 +01:00
gd_mono_log.h Mono/C#: WebAssembly support 2019-11-13 21:41:11 +01:00
gd_mono_marshal.cpp Mono/C#: Several android fixes 2019-12-04 19:03:42 +01:00
gd_mono_marshal.h Mono/C#: WebAssembly support 2019-11-13 21:41:11 +01:00
gd_mono_method.cpp Mono/C#: WebAssembly support 2019-11-13 21:41:11 +01:00
gd_mono_method.h Mono/C#: WebAssembly support 2019-11-13 21:41:11 +01:00
gd_mono_method_thunk.h Style: Add missing copyright headers 2019-11-22 08:37:09 +01:00
gd_mono_property.cpp Mono/C#: WebAssembly support 2019-11-13 21:41:11 +01:00
gd_mono_property.h C#: Marshalling support for IEnumerable<> and IDictionary<,> 2019-05-18 19:39:56 +02:00
gd_mono_utils.cpp Mono/C#: WebAssembly support 2019-11-13 21:41:11 +01:00
gd_mono_utils.h Mono/C#: WebAssembly support 2019-11-13 21:41:11 +01:00
i_mono_class_member.h C#: Marshalling support for IEnumerable<> and IDictionary<,> 2019-05-18 19:39:56 +02:00
managed_type.cpp C#: Support type hints for exported Arrays 2019-04-06 12:14:43 +02:00
managed_type.h C#: Support type hints for exported Arrays 2019-04-06 12:14:43 +02:00