virtualx-engine/modules/mono/editor
Ignacio Etcheverry 02d5ff4cd0 Improve the C# API projects generation
- Now there is only one solution that contains both GodotSharp and GodotSharpEditor project. Previously we had one solution for each project
- GodotSharpEditor reference GodotShatp with a 'ProjectReference'. Previously it was a 'Reference' to the assembly
- This also simplifies the command line option to generate this solution: 'godot --generate-cs-api <OutputDir>'
2018-11-08 01:05:22 +01:00
..
GodotSharpTools Improve the C# API projects generation 2018-11-08 01:05:22 +01:00
bindings_generator.cpp Improve the C# API projects generation 2018-11-08 01:05:22 +01:00
bindings_generator.h Improve the C# API projects generation 2018-11-08 01:05:22 +01:00
csharp_project.cpp Improve the C# API projects generation 2018-11-08 01:05:22 +01:00
csharp_project.h Parse C# script namespace and class 2018-10-25 18:00:24 +02:00
dotnet_solution.cpp Improve the C# API projects generation 2018-11-08 01:05:22 +01:00
dotnet_solution.h Improve the C# API projects generation 2018-11-08 01:05:22 +01:00
godotsharp_builds.cpp Improve the C# API projects generation 2018-11-08 01:05:22 +01:00
godotsharp_builds.h Improve the C# API projects generation 2018-11-08 01:05:22 +01:00
godotsharp_editor.cpp Improve the C# API projects generation 2018-11-08 01:05:22 +01: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 Parse C# script namespace and class 2018-10-25 18:00:24 +02:00
godotsharp_export.h Parse C# script namespace and class 2018-10-25 18:00:24 +02:00
mono_bottom_panel.cpp Parse C# script namespace and class 2018-10-25 18:00:24 +02: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
script_class_parser.cpp Fix C# parsing the full name of base types 2018-10-28 01:31:27 +02:00
script_class_parser.h Fix C# parsing the full name of base types 2018-10-28 01:31:27 +02:00