godot/modules/mono
Ignacio Etcheverry c6e2873605 Fix msvc warnings in mono module
- `modules\mono\csharp_script.cpp(576): warning C4099: 'CSharpScriptDepSort': type name first seen using 'class' now seen using 'struct'`
- `modules\mono\signal_awaiter_utils.cpp(144): warning C4003: not enough actual parameters for macro 'ERR_FAIL_V'`
- `modules\mono\editor\net_solution.cpp(101): warning C4129: '%': unrecognized character escape sequence`
- (several) `modules\mono\glue\cs_compressed.gen.h(222): warning C4129: 'E': unrecognized character escape sequence`
2018-10-25 18:00:24 +02:00
..
doc_classes Update class documentation xml 2018-10-07 21:57:26 +08:00
editor Fix msvc warnings in mono module 2018-10-25 18:00:24 +02:00
glue Mono: Fix crash on NodePath/RID disposal during Godot shutdown 2018-10-06 23:00:18 +02:00
mono_gd Fix internal assembly load from 2018-10-22 20:35:44 +02:00
utils C#: Optimize struct marshalling 2018-10-17 22:36:26 +02:00
config.py Mono: Editor and export template dependencies and fixes 2018-10-03 19:16:29 +02:00
csharp_script.cpp Remove redundant "== false" code 2018-10-06 16:20:41 -04:00
csharp_script.h Fix msvc warnings in mono module 2018-10-25 18:00:24 +02:00
godotsharp_defs.h Added Collections namespace to Array & Dictionary 2018-08-25 17:19:37 -05:00
godotsharp_dirs.cpp Mono: Editor and export template dependencies and fixes 2018-10-03 19:16:29 +02:00
godotsharp_dirs.h Mono: Editor and export template dependencies and fixes 2018-10-03 19:16:29 +02:00
mono_gc_handle.cpp Fix/workaround for issue #21667 2018-09-12 03:24:08 +02:00
mono_gc_handle.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
mono_reg_utils.py convert unicode mono root path to ascii string 2018-06-30 08:58:41 +08:00
register_types.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
register_types.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
SCsub Fix msvc warnings in mono module 2018-10-25 18:00:24 +02:00
signal_awaiter_utils.cpp Fix msvc warnings in mono module 2018-10-25 18:00:24 +02:00
signal_awaiter_utils.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
tls_configure.py Mono: Pending exceptions and cleanup 2018-07-04 03:08:29 +02:00