summaryrefslogtreecommitdiff
path: root/modules/mono
AgeCommit message (Expand)Author
2019-03-23Merge pull request #27359 from neikeq/who-reads-docs-anywayIgnacio Roldán Etcheverry
2019-03-23C#: Bindings generator now translates BBCode docs to XML commentsIgnacio Etcheverry
2019-03-20Merge pull request #27270 from shartte/fix-generics-parsingIgnacio Roldán Etcheverry
2019-03-20Add support for new MSBuild directory naming introduced in VS 2019.Sebastian Hartte
2019-03-20Fix parsing of generic type declarations in C# source files.Sebastian Hartte
2019-03-13Merge pull request #27014 from neikeq/csharp-update-exports-only-in-editorRémi Verschelde
2019-03-13C#: Update exports only in the editorIgnacio Etcheverry
2019-03-12Mono: Update welcome message with current stateRémi Verschelde
2019-03-10Mono: Some assembly referencing changes and cleanupIgnacio Etcheverry
2019-03-09Mono: Fix assemblies path String incorrectly constructed from utf8Ignacio Etcheverry
2019-03-08Merge pull request #26746 from shartte/godot-trace-listenerIgnacio Roldán Etcheverry
2019-03-08Fix CSharpInstance::set not working with base classesIgnacio Etcheverry
2019-03-07Merge pull request #26773 from neikeq/issue-26628Rémi Verschelde
2019-03-07Mono: Fix crash with exported field of custom Reference derived typeIgnacio Etcheverry
2019-03-07Merge pull request #26770 from neikeq/issue-26675Ignacio Etcheverry
2019-03-07Merge pull request #26761 from Chaosus/fix_mono_wrapIgnacio Etcheverry
2019-03-07Mono: Partially implement some Godot debug api functionsIgnacio Etcheverry
2019-03-07Added a Godot TraceListener, which is automatically installed on startup. Fix...Sebastian Hartte
2019-03-07Fix division by zero at wrap functions in monoChaosus
2019-03-07Merge pull request #26765 from neikeq/issue-25959Ignacio Etcheverry
2019-03-07Mono: Fix crash when re-using script binding after domain reloadingIgnacio Etcheverry
2019-03-07Update scripts exports even when normal script instances are created to bette...Sebastian Hartte
2019-03-06Merge pull request #26713 from neikeq/print-msbuild-commandRémi Verschelde
2019-03-06Print MSBuild command if also printing outputIgnacio Etcheverry
2019-03-06Merge pull request #26712 from neikeq/issue-26681Ignacio Etcheverry
2019-03-06Mono: Make 'Build' button generate solution if it doesn't existIgnacio Etcheverry
2019-03-05Merge pull request #26661 from neikeq/issue-17601Ignacio Etcheverry
2019-03-05Mono: Fix array field being assigned MonoArray** instead of MonoArray*Ignacio Etcheverry
2019-03-04Merge pull request #26591 from neikeq/oiRémi Verschelde
2019-03-04Mono: Add option to print MSBuild output and improve out of sync errorIgnacio Etcheverry
2019-03-02Add mono log profiler supportCarter Anderson
2019-03-01C#: Fix parsing of class full name when the base has genericsIgnacio Etcheverry
2019-02-28Mono: Fail on script instance creation if constructor was not foundIgnacio Etcheverry
2019-02-28Mono: Make sure the generated RootNamespace is a valid identifierIgnacio Etcheverry
2019-02-28Merge pull request #26411 from neikeq/issue-26195Ignacio Etcheverry
2019-02-28C#: Add Array.Resize(int) methodIgnacio Etcheverry
2019-02-27Merge pull request #26159 from marxin/fix-Wsuggest-attribute=formatRémi Verschelde
2019-02-27Merge pull request #26134 from marxin/fix-Wsign-compareRémi Verschelde
2019-02-27Fix -Wsign-compare warnings.marxin
2019-02-27Fix -Wsuggest-attribute=format warnings.marxin
2019-02-27Mono: Some editor usability improvementsIgnacio Etcheverry
2019-02-27Remove problematic VS Code hint path on WindowsIgnacio Etcheverry
2019-02-23C#: Fix Vector2.AngleToPointIgnacio Etcheverry
2019-02-23Merge pull request #26203 from neikeq/csharp-basisRémi Verschelde
2019-02-23C#: Basis fixes and cleanupIgnacio Etcheverry
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-02-19C#: Add 'Singleton' property to singleton wrapper classIgnacio Etcheverry
2019-02-19Merge pull request #26065 from neikeq/csharp-fix-gd-rangeIgnacio Etcheverry
2019-02-19C#: Make GD.Range return IEnumerable instead of arrayIgnacio Etcheverry
2019-02-19Merge pull request #25890 from neikeq/issue-25818Ignacio Etcheverry