summaryrefslogtreecommitdiffstats
path: root/modules/mono
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #27014 from neikeq/csharp-update-exports-only-in-editorRémi Verschelde2019-03-131-0/+3
|\
| * C#: Update exports only in the editorIgnacio Etcheverry2019-03-131-0/+3
* | Mono: Update welcome message with current stateRémi Verschelde2019-03-121-6/+6
|/
* Mono: Some assembly referencing changes and cleanupIgnacio Etcheverry2019-03-103-21/+25
* Mono: Fix assemblies path String incorrectly constructed from utf8Ignacio Etcheverry2019-03-092-2/+2
* Merge pull request #26746 from shartte/godot-trace-listenerIgnacio Roldán Etcheverry2019-03-084-0/+64
|\
| * Added a Godot TraceListener, which is automatically installed on startup. Fix...Sebastian Hartte2019-03-074-0/+64
* | Fix CSharpInstance::set not working with base classesIgnacio Etcheverry2019-03-081-2/+2
* | Merge pull request #26773 from neikeq/issue-26628Rémi Verschelde2019-03-071-1/+4
|\ \
| * | Mono: Fix crash with exported field of custom Reference derived typeIgnacio Etcheverry2019-03-071-1/+4
* | | Merge pull request #26770 from neikeq/issue-26675Ignacio Etcheverry2019-03-072-15/+59
|\ \ \
| * | | Mono: Partially implement some Godot debug api functionsIgnacio Etcheverry2019-03-072-15/+59
| |/ /
* | | Merge pull request #26761 from Chaosus/fix_mono_wrapIgnacio Etcheverry2019-03-072-2/+7
|\ \ \ | |/ / |/| |
| * | Fix division by zero at wrap functions in monoChaosus2019-03-072-2/+7
| |/
* | Merge pull request #26765 from neikeq/issue-25959Ignacio Etcheverry2019-03-073-0/+12
|\ \
| * | Mono: Fix crash when re-using script binding after domain reloadingIgnacio Etcheverry2019-03-073-0/+12
* | | Update scripts exports even when normal script instances are created to bette...Sebastian Hartte2019-03-071-0/+1
| |/ |/|
* | Merge pull request #26713 from neikeq/print-msbuild-commandRémi Verschelde2019-03-061-0/+6
|\ \
| * | Print MSBuild command if also printing outputIgnacio Etcheverry2019-03-061-0/+6
| |/
* | Merge pull request #26712 from neikeq/issue-26681Ignacio Etcheverry2019-03-062-1/+14
|\ \ | |/ |/|
| * Mono: Make 'Build' button generate solution if it doesn't existIgnacio Etcheverry2019-03-062-1/+14
* | Merge pull request #26661 from neikeq/issue-17601Ignacio Etcheverry2019-03-051-1/+1
|\ \
| * | Mono: Fix array field being assigned MonoArray** instead of MonoArray*Ignacio Etcheverry2019-03-051-1/+1
| |/
* | Merge pull request #26591 from neikeq/oiRémi Verschelde2019-03-043-11/+29
|\ \
| * | Mono: Add option to print MSBuild output and improve out of sync errorIgnacio Etcheverry2019-03-043-11/+29
| |/
* / Add mono log profiler supportCarter Anderson2019-03-021-0/+11
|/
* C#: Fix parsing of class full name when the base has genericsIgnacio Etcheverry2019-03-011-14/+11
* Mono: Fail on script instance creation if constructor was not foundIgnacio Etcheverry2019-02-281-3/+30
* Mono: Make sure the generated RootNamespace is a valid identifierIgnacio Etcheverry2019-02-283-1/+204
* Merge pull request #26411 from neikeq/issue-26195Ignacio Etcheverry2019-02-283-0/+20
|\
| * C#: Add Array.Resize(int) methodIgnacio Etcheverry2019-02-283-0/+20
* | Merge pull request #26159 from marxin/fix-Wsuggest-attribute=formatRémi Verschelde2019-02-272-3/+3
|\ \
| * | Fix -Wsuggest-attribute=format warnings.marxin2019-02-272-3/+3
* | | Merge pull request #26134 from marxin/fix-Wsign-compareRémi Verschelde2019-02-273-6/+6
|\ \ \ | |_|/ |/| |
| * | Fix -Wsign-compare warnings.marxin2019-02-273-6/+6
| |/
* | Mono: Some editor usability improvementsIgnacio Etcheverry2019-02-273-13/+20
* | Remove problematic VS Code hint path on WindowsIgnacio Etcheverry2019-02-271-31/+11
|/
* C#: Fix Vector2.AngleToPointIgnacio Etcheverry2019-02-231-1/+1
* Merge pull request #26203 from neikeq/csharp-basisRémi Verschelde2019-02-235-254/+318
|\
| * C#: Basis fixes and cleanupIgnacio Etcheverry2019-02-235-254/+318
* | Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-206-66/+63
* | C#: Add 'Singleton' property to singleton wrapper classIgnacio Etcheverry2019-02-194-2/+24
|/
* Merge pull request #26065 from neikeq/csharp-fix-gd-rangeIgnacio Etcheverry2019-02-194-54/+20
|\
| * C#: Make GD.Range return IEnumerable instead of arrayIgnacio Etcheverry2019-02-194-54/+20
* | Merge pull request #25890 from neikeq/issue-25818Ignacio Etcheverry2019-02-191-1/+5
|\ \ | |/ |/|
| * Fix Godot.Reference marshalling from MonoObject* to VariantIgnacio Etcheverry2019-02-141-1/+5
* | Merge pull request #26039 from neikeq/throw_objectdisposedexceptionIgnacio Etcheverry2019-02-195-4/+28
|\ \
| * | C#: Throw ObjectDisposedException from disposed wrapper classesIgnacio Etcheverry2019-02-195-4/+28
| |/
* | Merge pull request #26038 from neikeq/csharp_rand_funcsIgnacio Etcheverry2019-02-193-10/+87
|\ \
| * | C#: Add random functions to GD classIgnacio Etcheverry2019-02-193-10/+87
| |/