summaryrefslogtreecommitdiff
path: root/modules/mono/editor/godotsharp_builds.cpp
AgeCommit message (Expand)Author
2019-05-29Escape quote char for non-Windows OSShyRed
2019-05-26Add Godot constants to Mono project buildsShyRed
2019-04-25C# bindings generator cleanupIgnacio Etcheverry
2019-03-04Mono: Add option to print MSBuild output and improve out of sync errorIgnacio Etcheverry
2019-02-11Default to MSBuild from VS Build Tools instead of Mono'sIgnacio Etcheverry
2019-02-03Mono: CleanupIgnacio Etcheverry
2019-01-18C#: Fix trying to build when there's no solutionIgnacio Etcheverry
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-11-08Improve the C# API projects generationIgnacio Etcheverry
2018-10-25Parse C# script namespace and classIgnacio Etcheverry
2018-10-19Make sure API assemblies are up to date at startupIgnacio Etcheverry
2018-10-03Mono: Editor and export template dependencies and fixesIgnacio Etcheverry
2018-09-17Mono: Fix opening code editors in OSX and cleanupIgnacio Etcheverry
2018-09-12C#: Fix cs_files glue mismatch bugIgnacio Etcheverry
2018-09-12Add some mono root hint dirs for OSXIgnacio Etcheverry
2018-08-24Add print_verbose to print to stdout only in verbose modeRémi Verschelde
2018-08-17Mono: Improve C# core files (glue/cs_files) buildsystemIgnacio Etcheverry
2018-07-10Added path for Mono installed through HomebrewMads Ynddal
2018-07-04Mono: Pending exceptions and cleanupIgnacio Etcheverry
2018-06-05Mono: Add 'View log' button to open the MSBuild log of a buildIgnacio Etcheverry
2018-06-05Mono: Fix passing wrong logger assembly path to MSBuildIgnacio Etcheverry
2018-05-17fixes build error on Linux after its introduction in #18949Michele Valente
2018-05-17Mono: Project building fixesIgnacio Etcheverry
2018-03-27Move GodotSharp and MonoBuildTab member variables to initializer listWilson E. Alvarez
2018-02-25Mono: Better versioning and gracefully unloading of Godot API assembliesIgnacio Etcheverry
2018-02-22Mono: Add project export pluginIgnacio Etcheverry
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-04Mono: Add properties support in scriptsIgnacio Etcheverry
2018-01-01Update copyright statements to 2018Rémi Verschelde
2018-01-01Mono: Change BindingsGenerator singleton to avoid StringName leaksIgnacio Etcheverry
2017-12-24Mono: Make the bindings generator output enumsIgnacio Etcheverry
2017-11-10Remove preprocessor directives from macro argumentsMatthias Hoelzl
2017-11-09Fixed editor settings disappearing.Daniel J. Ramirez
2017-11-04Added for fallback msbuild.exe.BrainBlasted
2017-10-31Fix msbuild hint paths returning only the directoryIgnacio Etcheverry
2017-10-29Merge pull request #12491 from neikeq/waitasecond···Ignacio Etcheverry
2017-10-29Fix FrameworkPathOverride and assemblies path loopIgnacio Etcheverry
2017-10-29Merge pull request #12475 from neikeq/ohuiiiRémi Verschelde
2017-10-29Merge pull request #12474 from neikeq/sRémi Verschelde
2017-10-29Fix regression from #12473 and #12388Ignacio Etcheverry
2017-10-29Mono: Add build project button and reload intervalIgnacio Etcheverry
2017-10-29Buildsystem improvements for the Mono moduleIgnacio Etcheverry
2017-10-24Mono: Fix and cleanup build start errorsIgnacio Etcheverry
2017-10-07Merge pull request #11900 from neikeq/aIgnacio Etcheverry
2017-10-07Fix sizeof wrong typeIgnacio Etcheverry
2017-10-07Merge pull request #11896 from neikeq/pr-issue-11892Ignacio Etcheverry
2017-10-07Quote MSBuild arguments. Fixes #11892Ignacio Etcheverry
2017-10-05Fix mono enabled builds (broken by 3d87b70).Ferenc Arn
2017-10-05Add alternative search locations for msbuildIgnacio Etcheverry
2017-10-03Added mono moduleIgnacio Etcheverry