Age | Commit message (Expand) | Author |
2019-02-27 | Merge pull request #26159 from marxin/fix-Wsuggest-attribute=format | Rémi Verschelde |
2019-02-27 | Fix -Wsuggest-attribute=format warnings. | marxin |
2019-02-27 | Mono: Some editor usability improvements | Ignacio Etcheverry |
2019-02-27 | Remove problematic VS Code hint path on Windows | Ignacio Etcheverry |
2019-02-20 | Add -Wshadow=local to warnings and fix reported issues. | marxin |
2019-02-19 | C#: Add 'Singleton' property to singleton wrapper class | Ignacio Etcheverry |
2019-02-12 | Merge pull request #25721 from neikeq/ww | Rémi Verschelde |
2019-02-11 | Merge pull request #25803 from neikeq/yy | Ignacio Etcheverry |
2019-02-11 | Add VSCode hint path for Windows | Ignacio Etcheverry |
2019-02-11 | Default to MSBuild from VS Build Tools instead of Mono's | Ignacio Etcheverry |
2019-02-10 | Merge pull request #25773 from neikeq/xx | Ignacio Etcheverry |
2019-02-10 | Fix exporting assemblies from wrong output path | Ignacio Etcheverry |
2019-02-09 | Use script instance binding for objects constructed from C# | Ignacio Etcheverry |
2019-02-08 | Mono: Create player script metadata when building manually | Ignacio Etcheverry |
2019-02-05 | Mono: Workaround to fix 'flushing' errors when building at editor startup | Ignacio Etcheverry |
2019-02-03 | Mono: Cleanup | Ignacio Etcheverry |
2019-01-21 | Mono: Add assembly reloading to running games | Ignacio Etcheverry |
2019-01-21 | Fix C# script metadata creation error due to missing directory | Ignacio Etcheverry |
2019-01-21 | Workaround for bug with Mono's MSBuild and BaseIntermediateOutputPath | Ignacio Etcheverry |
2019-01-18 | Merge pull request #25080 from neikeq/mm-c | Ignacio Etcheverry |
2019-01-18 | C# Bindings Generator: Fix vararg methods with custom return type | Ignacio Etcheverry |
2019-01-18 | C#: Fix trying to build when there's no solution | Ignacio Etcheverry |
2019-01-08 | Use 'release_debug' for mono export templates | Hein-Pieter van Braam |
2019-01-07 | Use 'release_debug' for mono export templates | Hein-Pieter van Braam |
2019-01-03 | Merge pull request #24688 from Supatier/add-additional-vscode-name | Rémi Verschelde |
2019-01-02 | Add code-oss, vscode-oss, and visual-studio-code-oss to vscode path | supatier |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2019-01-01 | Fix missing/malformed license headers | Rémi Verschelde |
2018-12-27 | Fix Godot unable to find VSCode binary | Supatier |
2018-11-30 | Merge pull request #24091 from neikeq/ii | Ignacio Etcheverry |
2018-11-30 | C#: Improve tool script support and fix reloading issues | Ignacio Etcheverry |
2018-11-24 | Parse C# generics and type constraints correctly | Carter Anderson |
2018-11-08 | Merge pull request #23505 from zorbathut/zorbathut/updateproject | Ignacio Etcheverry |
2018-11-08 | Fix assertion fail when loading assembly on project export | Ignacio Etcheverry |
2018-11-08 | Improve the C# API projects generation | Ignacio Etcheverry |
2018-11-04 | Add option for automatic project updating. | Ben Rog-Wilhelm |
2018-10-28 | Fix C# parsing the full name of base types | Ignacio Etcheverry |
2018-10-25 | Parse C# script namespace and class | Ignacio Etcheverry |
2018-10-25 | Fix msvc warnings in mono module | Ignacio Etcheverry |
2018-10-25 | Do not generate API project GUIDs randomly | Ignacio Etcheverry |
2018-10-25 | Support globs in csproj includes | Ignacio Etcheverry |
2018-10-22 | Fix internal assembly load from | Ignacio Etcheverry |
2018-10-19 | Merge pull request #23128 from neikeq/bb | Ignacio Etcheverry |
2018-10-19 | Make sure API assemblies are up to date at startup | Ignacio Etcheverry |
2018-10-18 | Fix prefix erasing for the generated C# enum constants | Ignacio Etcheverry |
2018-10-17 | C#: Optimize struct marshalling | Ignacio Etcheverry |
2018-10-16 | C# API: Hide method bind fields from debugger | Ignacio Etcheverry |
2018-10-08 | Check if directory exists before trying to delete it | Ignacio Etcheverry |
2018-10-07 | C# bindings generator fixes | Ignacio Etcheverry |
2018-10-06 | Remove redundant "== false" code | Aaron Franke |