Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-05 | Re-write mono module editor code in C# | Ignacio Etcheverry | |
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. | |||
2019-06-03 | Android build and export for the mono module | Ignacio Etcheverry | |
2019-04-07 | Mono: Reorganize build scripts | Ignacio Etcheverry | |
All build scripts, other than config.py and SCSub, are now located in the build_scripts subdirectory. |