Age | Commit message (Expand) | Author |
2019-04-18 | Mono: Use exit(status) instead of abort() in exception hook | Ignacio Etcheverry |
2019-04-17 | Mono: Logging improvements | Ignacio Etcheverry |
2019-04-08 | Merge pull request #27711 from neikeq/ifdef-clang-tidy | Rémi Verschelde |
2019-04-06 | C#: Support type hints for exported Arrays | Ignacio Etcheverry |
2019-04-06 | C#: Add marshalling support for IEnumerable and IDictionary | Ignacio Etcheverry |
2019-04-05 | Replace a few #if/#elif with #ifdef and "#elif defined" | Ignacio Etcheverry |
2019-03-10 | Mono: Some assembly referencing changes and cleanup | Ignacio Etcheverry |
2019-03-09 | Mono: Fix assemblies path String incorrectly constructed from utf8 | Ignacio Etcheverry |
2019-03-08 | Merge pull request #26746 from shartte/godot-trace-listener | Ignacio Roldán Etcheverry |
2019-03-07 | Added a Godot TraceListener, which is automatically installed on startup. Fix... | Sebastian Hartte |
2019-03-07 | Mono: Fix crash when re-using script binding after domain reloading | Ignacio Etcheverry |
2019-03-05 | Merge pull request #26661 from neikeq/issue-17601 | Ignacio Etcheverry |
2019-03-05 | Mono: Fix array field being assigned MonoArray** instead of MonoArray* | Ignacio Etcheverry |
2019-03-04 | Merge pull request #26591 from neikeq/oi | Rémi Verschelde |
2019-03-04 | Mono: Add option to print MSBuild output and improve out of sync error | Ignacio Etcheverry |
2019-03-02 | Add mono log profiler support | Carter Anderson |
2019-02-27 | Fix -Wsign-compare warnings. | marxin |
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-19 | Merge pull request #25890 from neikeq/issue-25818 | Ignacio Etcheverry |
2019-02-15 | Don't print 'Cannot find Mono in the registry' if bundled with Godot | Ignacio Etcheverry |
2019-02-15 | Mono: Fix export template build errors | Ignacio Etcheverry |
2019-02-14 | Fix Godot.Reference marshalling from MonoObject* to Variant | Ignacio Etcheverry |
2019-02-13 | Merge pull request #25821 from akien-mga/sync-class-and-filenames | Rémi Verschelde |
2019-02-12 | Modules: Ensure classes match their header filename | Rémi Verschelde |
2019-02-12 | Merge pull request #25721 from neikeq/ww | Rémi Verschelde |
2019-02-10 | Do not initialize Mono if 'res://.mono/' and mscorlib are missing | Ignacio Etcheverry |
2019-02-09 | Use script instance binding for objects constructed from C# | Ignacio Etcheverry |
2019-02-03 | Merge pull request #25574 from neikeq/ss | Ignacio Etcheverry |
2019-02-03 | Mono: Fix default debugger agent argument never being used | Ignacio Etcheverry |
2019-02-03 | Mono: Lifetime fixes for CSharpInstance and instance binding data | Ignacio Etcheverry |
2019-02-03 | Mono: Fix MonoPosixHelper not being found | Ignacio Etcheverry |
2019-02-03 | Mono: Cleanup | Ignacio Etcheverry |
2019-01-22 | Mono: Fix hot reload build errors and cleanup | Ignacio Etcheverry |
2019-01-21 | Mono: Add assembly reloading to running games | Ignacio Etcheverry |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2019-01-01 | Fix missing/malformed license headers | Rémi Verschelde |
2018-12-16 | Reduce String CoW | Hein-Pieter van Braam |
2018-12-08 | Tweaks after feedback | Ben Rog-Wilhelm |
2018-12-07 | Implement CSharpScript::get_script_method_list and related functionality. | Ben Rog-Wilhelm |
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-08 | Merge pull request #23583 from neikeq/ee | Ignacio Etcheverry |
2018-11-08 | Improve the C# API projects generation | Ignacio Etcheverry |
2018-11-05 | Fix false error when exporting enum in c# | Ryan Schmitt |
2018-10-25 | Merge pull request #23162 from neikeq/cc | Ignacio Etcheverry |
2018-10-25 | Parse C# script namespace and class | Ignacio Etcheverry |
2018-10-22 | Fix internal assembly load from | Ignacio Etcheverry |
2018-10-21 | Removed undeclared and unused variable, which caused a compile error | Mads Ynddal |
2018-10-17 | C#: Optimize struct marshalling | Ignacio Etcheverry |