summaryrefslogtreecommitdiffstats
path: root/modules/mono
Commit message (Expand)AuthorAgeFilesLines
* Fix wrong method binds and registered classIgnacio Etcheverry2019-04-061-1/+1
* C#: Support type hints for exported ArraysIgnacio Etcheverry2019-04-0611-37/+208
* C#: Add marshalling support for IEnumerable and IDictionaryIgnacio Etcheverry2019-04-0611-47/+240
* C#: Some important Array and Dictionary interface changesIgnacio Etcheverry2019-04-065-220/+209
* Mono: Buildsystem support for finding MSBuild from VS2019Ignacio Etcheverry2019-04-062-7/+13
* Merge pull request #27677 from akien-mga/Wimplicit-fallthroughRémi Verschelde2019-04-051-0/+1
|\
| * Fix -Wimplicit-fallthrough warnings from GCC 8Rémi Verschelde2019-04-051-0/+1
* | Merge pull request #27465 from neikeq/road-to-lang-agnostic-docs-is-going-to-...Rémi Verschelde2019-04-052-2/+104
|\ \ | |/ |/|
| * EditorHelp, makerst: Improve enum ref resolving and constant ref supportIgnacio Etcheverry2019-03-292-2/+104
* | Mono: Make missing default constructor error more foolproofForLoveOfCats2019-04-041-3/+3
* | Mono: Makes GD.Convert take Variant.Type instead of intForLoveOfCats2019-04-041-2/+2
* | Fix memory leak introduced in bb6814aIgnacio Etcheverry2019-04-021-3/+11
* | Merge pull request #27485 from Faless/io/encode_decode_safety_prRémi Verschelde2019-04-013-13/+13
|\ \
| * | Add object encoding param to serialization methodsFabio Alessandrelli2019-04-013-13/+13
| |/
* | doc: Bump version to 3.2Rémi Verschelde2019-04-013-3/+3
* | C#: Add DynamicGodotObject classIgnacio Etcheverry2019-03-2911-34/+407
|/
* Merge pull request #27359 from neikeq/who-reads-docs-anywayIgnacio Roldán Etcheverry2019-03-232-79/+472
|\
| * C#: Bindings generator now translates BBCode docs to XML commentsIgnacio Etcheverry2019-03-232-79/+472
* | Merge pull request #27270 from shartte/fix-generics-parsingIgnacio Roldán Etcheverry2019-03-201-0/+14
|\ \
| * | Fix parsing of generic type declarations in C# source files.Sebastian Hartte2019-03-201-0/+14
* | | Add support for new MSBuild directory naming introduced in VS 2019.Sebastian Hartte2019-03-201-0/+8
|/ /
* | 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