godot/modules/mono/editor
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
..
GodotSharpTools Do not generate API project GUIDs randomly 2018-10-25 18:00:24 +02:00
bindings_generator.cpp Fix prefix erasing for the generated C# enum constants 2018-10-18 20:11:11 +02:00
bindings_generator.h Fix prefix erasing for the generated C# enum constants 2018-10-18 20:11:11 +02:00
csharp_project.cpp Mono: Editor and export template dependencies and fixes 2018-10-03 19:16:29 +02:00
csharp_project.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
godotsharp_builds.cpp Make sure API assemblies are up to date at startup 2018-10-19 00:13:15 +02:00
godotsharp_builds.h Mono: Fix opening code editors in OSX and cleanup 2018-09-17 20:00:19 +02:00
godotsharp_editor.cpp Make sure API assemblies are up to date at startup 2018-10-19 00:13:15 +02:00
godotsharp_editor.h Make sure API assemblies are up to date at startup 2018-10-19 00:13:15 +02:00
godotsharp_export.cpp Fix internal assembly load from 2018-10-22 20:35:44 +02:00
godotsharp_export.h Mono: Editor and export template dependencies and fixes 2018-10-03 19:16:29 +02:00
mono_bottom_panel.cpp Remove redundant "== false" code 2018-10-06 16:20:41 -04:00
mono_bottom_panel.h Mono: Add 'View log' button to open the MSBuild log of a build 2018-06-05 22:21:52 +02:00
mono_build_info.cpp Mono: Add 'View log' button to open the MSBuild log of a build 2018-06-05 22:21:52 +02:00
mono_build_info.h Mono: Add 'View log' button to open the MSBuild log of a build 2018-06-05 22:21:52 +02:00
monodevelop_instance.cpp Mono: Fix opening code editors in OSX and cleanup 2018-09-17 20:00:19 +02:00
monodevelop_instance.h Mono: Fix opening code editors in OSX and cleanup 2018-09-17 20:00:19 +02:00
net_solution.cpp Fix msvc warnings in mono module 2018-10-25 18:00:24 +02:00
net_solution.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00