| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-write mono module editor code in C# | Ignacio Etcheverry | 2019-07-05 | 1 | -632/+0 |
* | Escape quote char for non-Windows OS | ShyRed | 2019-05-29 | 1 | -0/+8 |
* | Add Godot constants to Mono project builds | ShyRed | 2019-05-26 | 1 | -2/+21 |
* | C# bindings generator cleanup | Ignacio Etcheverry | 2019-04-25 | 1 | -3/+6 |
* | Mono: Add option to print MSBuild output and improve out of sync error | Ignacio Etcheverry | 2019-03-04 | 1 | -0/+8 |
* | Default to MSBuild from VS Build Tools instead of Mono's | Ignacio Etcheverry | 2019-02-11 | 1 | -29/+19 |
* | Mono: Cleanup | Ignacio Etcheverry | 2019-02-03 | 1 | -2/+3 |
* | C#: Fix trying to build when there's no solution | Ignacio Etcheverry | 2019-01-18 | 1 | -0/+3 |
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
* | Improve the C# API projects generation | Ignacio Etcheverry | 2018-11-08 | 1 | -44/+30 |
* | Parse C# script namespace and class | Ignacio Etcheverry | 2018-10-25 | 1 | -3/+14 |
* | Make sure API assemblies are up to date at startup | Ignacio Etcheverry | 2018-10-19 | 1 | -30/+14 |
* | Mono: Editor and export template dependencies and fixes | Ignacio Etcheverry | 2018-10-03 | 1 | -28/+47 |
* | Mono: Fix opening code editors in OSX and cleanup | Ignacio Etcheverry | 2018-09-17 | 1 | -4/+23 |
* | C#: Fix cs_files glue mismatch bug | Ignacio Etcheverry | 2018-09-12 | 1 | -1/+2 |
* | Add some mono root hint dirs for OSX | Ignacio Etcheverry | 2018-09-12 | 1 | -8/+13 |
* | Add print_verbose to print to stdout only in verbose mode | Rémi Verschelde | 2018-08-24 | 1 | -4/+4 |
* | Mono: Improve C# core files (glue/cs_files) buildsystem | Ignacio Etcheverry | 2018-08-17 | 1 | -0/+2 |
* | Added path for Mono installed through Homebrew | Mads Ynddal | 2018-07-10 | 1 | -0/+1 |
* | Mono: Pending exceptions and cleanup | Ignacio Etcheverry | 2018-07-04 | 1 | -10/+10 |
* | Mono: Add 'View log' button to open the MSBuild log of a build | Ignacio Etcheverry | 2018-06-05 | 1 | -4/+4 |
* | Mono: Fix passing wrong logger assembly path to MSBuild | Ignacio Etcheverry | 2018-06-05 | 1 | -2/+3 |
* | fixes build error on Linux after its introduction in #18949 | Michele Valente | 2018-05-17 | 1 | -2/+2 |
* | Mono: Project building fixes | Ignacio Etcheverry | 2018-05-17 | 1 | -38/+75 |
* | Move GodotSharp and MonoBuildTab member variables to initializer list | Wilson E. Alvarez | 2018-03-27 | 1 | -7/+6 |
* | Mono: Better versioning and gracefully unloading of Godot API assemblies | Ignacio Etcheverry | 2018-02-25 | 1 | -16/+30 |
* | Mono: Add project export plugin | Ignacio Etcheverry | 2018-02-22 | 1 | -4/+11 |
* | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -0/+1 |
* | Mono: Add properties support in scripts | Ignacio Etcheverry | 2018-01-04 | 1 | -1/+1 |
* | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |
* | Mono: Change BindingsGenerator singleton to avoid StringName leaks | Ignacio Etcheverry | 2018-01-01 | 1 | -3/+3 |
* | Mono: Make the bindings generator output enums | Ignacio Etcheverry | 2017-12-24 | 1 | -1/+1 |
* | Remove preprocessor directives from macro arguments | Matthias Hoelzl | 2017-11-10 | 1 | -5/+5 |
* | Fixed editor settings disappearing. | Daniel J. Ramirez | 2017-11-09 | 1 | -7/+5 |
* | Added for fallback msbuild.exe. | BrainBlasted | 2017-11-04 | 1 | -0/+4 |
* | Fix msbuild hint paths returning only the directory | Ignacio Etcheverry | 2017-10-31 | 1 | -3/+3 |
* | Merge pull request #12491 from neikeq/waitasecond··· | Ignacio Etcheverry | 2017-10-29 | 1 | -3/+11 |
|\ |
|
| * | Fix FrameworkPathOverride and assemblies path loop | Ignacio Etcheverry | 2017-10-29 | 1 | -3/+11 |
* | | Merge pull request #12475 from neikeq/ohuiii | Rémi Verschelde | 2017-10-29 | 1 | -16/+13 |
|\| |
|
| * | Fix regression from #12473 and #12388 | Ignacio Etcheverry | 2017-10-29 | 1 | -16/+13 |
* | | Merge pull request #12474 from neikeq/s | Rémi Verschelde | 2017-10-29 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | Mono: Add build project button and reload interval | Ignacio Etcheverry | 2017-10-29 | 1 | -2/+2 |
* | | Buildsystem improvements for the Mono module | Ignacio Etcheverry | 2017-10-29 | 1 | -22/+39 |
|/ |
|
* | Mono: Fix and cleanup build start errors | Ignacio Etcheverry | 2017-10-24 | 1 | -8/+15 |
* | Merge pull request #11900 from neikeq/a | Ignacio Etcheverry | 2017-10-07 | 1 | -1/+1 |
|\ |
|
| * | Fix sizeof wrong type | Ignacio Etcheverry | 2017-10-07 | 1 | -1/+1 |
* | | Merge pull request #11896 from neikeq/pr-issue-11892 | Ignacio Etcheverry | 2017-10-07 | 1 | -0/+4 |
|\| |
|
| * | Quote MSBuild arguments. Fixes #11892 | Ignacio Etcheverry | 2017-10-07 | 1 | -0/+4 |
* | | Fix mono enabled builds (broken by 3d87b70). | Ferenc Arn | 2017-10-05 | 1 | -2/+2 |
|/ |
|
* | Add alternative search locations for msbuild | Ignacio Etcheverry | 2017-10-05 | 1 | -8/+46 |