aboutsummaryrefslogtreecommitdiff
path: root/modules/mono/editor/godotsharp_builds.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mono: Project building fixesIgnacio Etcheverry2018-05-171-3/+2
| | | | | | - Set (Csc/Vbc/Fsc)ToolExe environment variables to point to the batch files in Mono's bin directory when building with Mono's MSBuild. - Set Mono's MSBuild as the default build tool on Windows. - Generate projects with portable DebugType instead of full.
* Mono: Better versioning and gracefully unloading of Godot API assembliesIgnacio Etcheverry2018-02-251-7/+5
|
* Mono: Add project export pluginIgnacio Etcheverry2018-02-221-1/+3
|
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
| | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module.
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* Merge pull request #12474 from neikeq/sRémi Verschelde2017-10-291-0/+2
|\ | | | | Mono: Add build project button and reload interval
| * Mono: Add build project button and reload intervalIgnacio Etcheverry2017-10-291-0/+2
| |
* | Buildsystem improvements for the Mono moduleIgnacio Etcheverry2017-10-291-2/+5
|/ | | | | | | | | | | - Make sure to search the mono installation directory for the right architecture in the windows registry. - Do not build GodotSharpTools directly to #bin dir. Instead build to the default output path and copy it. This way we avoid MSBuild adding files we don't want to #bin. - Add hint path for MSBuild in OSX. - Copy shared library on Unix if not statically linking. - Use vswhere to search MSBuild and search for 14.0 tools version in the registry instead of 4.0. - SCons will only fallback xbuild when msbuild is not found if 'xbuild_fallback=yes' is passed to the command. - Use mono's assembly path as FrameworkPathOverride if using with system's MSBuild (not mono's fork). - Cleanup.
* Added mono moduleIgnacio Etcheverry2017-10-031-0/+96