summaryrefslogtreecommitdiffstats
path: root/modules/mono/editor/godotsharp_builds.cpp
Commit message (Expand)AuthorAgeFilesLines
* Re-write mono module editor code in C#Ignacio Etcheverry2019-07-051-632/+0
* Escape quote char for non-Windows OSShyRed2019-05-291-0/+8
* Add Godot constants to Mono project buildsShyRed2019-05-261-2/+21
* C# bindings generator cleanupIgnacio Etcheverry2019-04-251-3/+6
* Mono: Add option to print MSBuild output and improve out of sync errorIgnacio Etcheverry2019-03-041-0/+8
* Default to MSBuild from VS Build Tools instead of Mono'sIgnacio Etcheverry2019-02-111-29/+19
* Mono: CleanupIgnacio Etcheverry2019-02-031-2/+3
* C#: Fix trying to build when there's no solutionIgnacio Etcheverry2019-01-181-0/+3
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Improve the C# API projects generationIgnacio Etcheverry2018-11-081-44/+30
* Parse C# script namespace and classIgnacio Etcheverry2018-10-251-3/+14
* Make sure API assemblies are up to date at startupIgnacio Etcheverry2018-10-191-30/+14
* Mono: Editor and export template dependencies and fixesIgnacio Etcheverry2018-10-031-28/+47
* Mono: Fix opening code editors in OSX and cleanupIgnacio Etcheverry2018-09-171-4/+23
* C#: Fix cs_files glue mismatch bugIgnacio Etcheverry2018-09-121-1/+2
* Add some mono root hint dirs for OSXIgnacio Etcheverry2018-09-121-8/+13
* Add print_verbose to print to stdout only in verbose modeRémi Verschelde2018-08-241-4/+4
* Mono: Improve C# core files (glue/cs_files) buildsystemIgnacio Etcheverry2018-08-171-0/+2
* Added path for Mono installed through HomebrewMads Ynddal2018-07-101-0/+1
* Mono: Pending exceptions and cleanupIgnacio Etcheverry2018-07-041-10/+10
* Mono: Add 'View log' button to open the MSBuild log of a buildIgnacio Etcheverry2018-06-051-4/+4
* Mono: Fix passing wrong logger assembly path to MSBuildIgnacio Etcheverry2018-06-051-2/+3
* fixes build error on Linux after its introduction in #18949Michele Valente2018-05-171-2/+2
* Mono: Project building fixesIgnacio Etcheverry2018-05-171-38/+75
* Move GodotSharp and MonoBuildTab member variables to initializer listWilson E. Alvarez2018-03-271-7/+6
* Mono: Better versioning and gracefully unloading of Godot API assembliesIgnacio Etcheverry2018-02-251-16/+30
* Mono: Add project export pluginIgnacio Etcheverry2018-02-221-4/+11
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Mono: Add properties support in scriptsIgnacio Etcheverry2018-01-041-1/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Mono: Change BindingsGenerator singleton to avoid StringName leaksIgnacio Etcheverry2018-01-011-3/+3
* Mono: Make the bindings generator output enumsIgnacio Etcheverry2017-12-241-1/+1
* Remove preprocessor directives from macro argumentsMatthias Hoelzl2017-11-101-5/+5
* Fixed editor settings disappearing.Daniel J. Ramirez2017-11-091-7/+5
* Added for fallback msbuild.exe.BrainBlasted2017-11-041-0/+4
* Fix msbuild hint paths returning only the directoryIgnacio Etcheverry2017-10-311-3/+3
* Merge pull request #12491 from neikeq/waitasecond···Ignacio Etcheverry2017-10-291-3/+11
|\
| * Fix FrameworkPathOverride and assemblies path loopIgnacio Etcheverry2017-10-291-3/+11
* | Merge pull request #12475 from neikeq/ohuiiiRémi Verschelde2017-10-291-16/+13
|\|
| * Fix regression from #12473 and #12388Ignacio Etcheverry2017-10-291-16/+13
* | Merge pull request #12474 from neikeq/sRémi Verschelde2017-10-291-2/+2
|\ \ | |/ |/|
| * Mono: Add build project button and reload intervalIgnacio Etcheverry2017-10-291-2/+2
* | Buildsystem improvements for the Mono moduleIgnacio Etcheverry2017-10-291-22/+39
|/
* Mono: Fix and cleanup build start errorsIgnacio Etcheverry2017-10-241-8/+15
* Merge pull request #11900 from neikeq/aIgnacio Etcheverry2017-10-071-1/+1
|\
| * Fix sizeof wrong typeIgnacio Etcheverry2017-10-071-1/+1
* | Merge pull request #11896 from neikeq/pr-issue-11892Ignacio Etcheverry2017-10-071-0/+4
|\|
| * Quote MSBuild arguments. Fixes #11892Ignacio Etcheverry2017-10-071-0/+4
* | Fix mono enabled builds (broken by 3d87b70).Ferenc Arn2017-10-051-2/+2
|/
* Add alternative search locations for msbuildIgnacio Etcheverry2017-10-051-8/+46