godot/modules/mono/editor
Ignacio Etcheverry 199a54d5ac Mono: BindingsGenerator enum fixes
- Make enums have an unique signature name of int. This means that when generating internal methods, there is no difference between different enums types nor between enums and int. This way enums can re-use internal methods.
- Make type resolver fallback to int if a type is not found and it's an enum.

(cherry picked from commit fbc808012f)
2018-04-29 13:49:27 +02:00
..
GodotSharpTools Convert DOS line endings to Unix line endings 2017-11-05 11:37:59 +01:00
bindings_generator.cpp Mono: BindingsGenerator enum fixes 2018-04-29 13:49:27 +02:00
bindings_generator.h Mono: BindingsGenerator enum fixes 2018-04-29 13:49:27 +02:00
csharp_project.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
csharp_project.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
godotsharp_builds.cpp Move GodotSharp and MonoBuildTab member variables to initializer list 2018-04-15 00:54:00 +02:00
godotsharp_builds.h Mono: Add project export plugin 2018-04-15 00:04:14 +02:00
godotsharp_editor.cpp Mono: Add project export plugin 2018-04-15 00:04:14 +02:00
godotsharp_editor.h Mono: Add project export plugin 2018-04-15 00:04:14 +02:00
godotsharp_export.cpp Mono: Add project export plugin 2018-04-15 00:04:14 +02:00
godotsharp_export.h Mono: Add project export plugin 2018-04-15 00:04:14 +02:00
mono_bottom_panel.cpp Fixed _issue_activated to take the correct issue id from the list 2018-04-15 00:55:25 +02:00
mono_bottom_panel.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
mono_build_info.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
monodevelop_instance.cpp Mono: Fix starting MonoDevelop process from the wrong appdomain 2018-01-12 19:19:20 +01:00
monodevelop_instance.h Fix inconsistencies and typos in argument names 2018-02-04 20:10:13 +01:00
net_solution.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
net_solution.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00