summaryrefslogtreecommitdiffstats
path: root/modules/mono/build_scripts/godotsharptools_build.py
Commit message (Collapse)AuthorAgeFilesLines
* Re-write mono module editor code in C#Ignacio Etcheverry2019-07-051-238/+0
| | | | | | | | Make the build system automatically build the C# Api assemblies to be shipped with the editor. Make the editor, editor player and debug export templates use Api assemblies built with debug symbols. Always run MSBuild to build the editor tools and Api assemblies when building Godot. Several bugs fixed related to assembly hot reloading and restoring state. Fix StringExtensions internal calls not being registered correctly, resulting in MissingMethodException.
* Android build and export for the mono moduleIgnacio Etcheverry2019-06-031-30/+5
|
* Mono: Reorganize build scriptsIgnacio Etcheverry2019-04-071-0/+263
All build scripts, other than config.py and SCSub, are now located in the build_scripts subdirectory.