Age | Commit message (Expand) | Author |
2018-08-22 | Merge pull request #18502 from space-wizards/18-04-29-assembly-load-hook | Ignacio Etcheverry |
2018-08-21 | Style: Fix issues that went past CI | Rémi Verschelde |
2018-08-21 | Merge pull request #21253 from aaronfranke/plane-constants | Rémi Verschelde |
2018-08-21 | Deprecate incorrect Color::gray() | Rémi Verschelde |
2018-08-21 | Rename Plane constants, add to Mono | Aaron Franke |
2018-08-20 | Prevent "cannot use a string pattern on a bytes-like object" | Justin Abene |
2018-08-19 | mono: add Abs() to Rect2 and rename private fields | Kelly Thomas |
2018-08-17 | Mono: Improve C# core files (glue/cs_files) buildsystem | Ignacio Etcheverry |
2018-08-15 | Merge pull request #20945 from neikeq/dict-erase-retbool | Rémi Verschelde |
2018-08-14 | Merge pull request #20583 from neikeq/issue-15371 | Rémi Verschelde |
2018-08-15 | mono: add constants to transform and vector structs | Kelly Thomas |
2018-08-14 | Dictionary: remove erase_checked(key), make erase(key) return bool | Ignacio Etcheverry |
2018-08-14 | Merge pull request #20890 from KellyThomas/mono-is-instance-valid | Ignacio Etcheverry |
2018-08-14 | mono: add IsInstanceValid(), move WeakRef() | Kelly Thomas |
2018-08-14 | SCons: Fix mono_root initialization | Rémi Verschelde |
2018-08-13 | Merge pull request #20706 from mysticfall/issue-20705 | Ignacio Etcheverry |
2018-08-13 | Fixed absent variable exception while trying to raise another exception. | Teashrock |
2018-08-10 | Added system for GDScript warnings | George Marques |
2018-08-10 | Revert "added get_creation_time function for gdscript" | Juan Linietsky |
2018-08-10 | Merge pull request #18914 from notwarp/master | Juan Linietsky |
2018-08-04 | Add missing GetPtr() for Dictionary<> and Array<> | Xavier Cho |
2018-08-04 | Merge pull request #20600 from exts/new_generic_methods | Ignacio Etcheverry |
2018-08-03 | Added generic method for ResourceLoader: Load<T>() | exts |
2018-08-01 | Merge pull request #20644 from NickToony/master | Ignacio Etcheverry |
2018-07-31 | fixed: windows mono compile (#20598) | Nick Hope |
2018-07-31 | Merge pull request #20639 from neikeq/issue-20531-and-cleanup | Ignacio Etcheverry |
2018-07-31 | Mono: Fix property set_value and cleanup | Ignacio Etcheverry |
2018-07-29 | Fix case where exported properties value is lost | Ignacio Etcheverry |
2018-07-29 | Fix Mono compilation on Windows/Ming | Hein-Pieter van Braam |
2018-07-27 | Running builder (content generator) functions in subprocesses on Windows | Viktor Ferenczi |
2018-07-27 | Add missing methods to Node class in the mono glue | Paul Joannon |
2018-07-26 | Merge pull request #18282 from aaronfranke/better-mathf | Rémi Verschelde |
2018-07-26 | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam |
2018-07-25 | [Mono] Fix Color incorrect ordering of int export methods, added 64-bit | Aaron Franke |
2018-07-25 | Fix continuous attempt to reload domain with API assemblies out of sync | Ignacio Etcheverry |
2018-07-25 | Mono: Fix domain reload never triggering | Ignacio Etcheverry |
2018-07-25 | Fix '!valid' error spam on C# script instance create | Ignacio Etcheverry |
2018-07-25 | Mono: Fix null dereferences | Ignacio Etcheverry |
2018-07-25 | Merge pull request #20298 from PJB3005/18-07-20-mono-partial-api-ext | Ignacio Etcheverry |
2018-07-23 | Merge pull request #15880 from neikeq/better-collections | Ignacio Etcheverry |
2018-07-22 | Mono: Default to not shipping C# scripts content | Rémi Verschelde |
2018-07-22 | Merge pull request #20337 from aaronfranke/mono-pascal-gd | Ignacio Etcheverry |
2018-07-22 | Merge pull request #20229 from aaronfranke/mono-warning-text | Rémi Verschelde |
2018-07-21 | [Mono] Improvements to GD.cs: PascalCasing and real_t | Aaron Franke |
2018-07-21 | [Mono] Update about/warning text | Aaron Franke |
2018-07-20 | Add editor highlight for type-safe lines | George Marques |
2018-07-20 | Makes Mono bindings partial & adds GetNode<T>. | Pieter-Jan Briers |
2018-07-20 | Add Array and Dictionary wrapper classes to C# | Ignacio Etcheverry |
2018-07-19 | Fix bug with Basis.Transposed() | oisincar |
2018-07-18 | Merge pull request #20253 from neikeq/nobranchnameideasfeelsbadman | Ignacio Etcheverry |