Age | Commit message (Expand) | Author |
2020-01-03 | [Mono] Color arithmetic operators | Aaron Franke |
2020-01-02 | [Mono] Make Sign methods consistent with GDScript and System.Math | Aaron Franke |
2020-01-02 | Mono/C#: Make 'GD.Print' and its variants fallback to 'ToString()' | Ignacio Etcheverry |
2020-01-02 | Mono/C#: Fix GD.PrintErr now showing in the Output panel | Ignacio Etcheverry |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-12-28 | Mono/C#: Re-structure API solution and GodotTools post-build target | Ignacio Etcheverry |
2019-12-17 | Mono/C#: Fix project export and fix FindLast/GetFile regression | Ignacio Etcheverry |
2019-12-13 | Merge pull request #34295 from aaronfranke/potato-knishes | Rémi Verschelde |
2019-12-12 | Fix string Find methods having reversed case sensitivity | Aaron Franke |
2019-12-11 | Mono formatting | Aaron Franke |
2019-12-06 | Fix missing null checks in Mono Binding of GD | Jonas |
2019-12-04 | C#: Add Duplicate method to the Array and Dictionary bindings | Ignacio Etcheverry |
2019-11-18 | C#: Throw NullReferenceException for null NodePath/RID params | Ignacio Etcheverry |
2019-11-13 | Mono/C#: WebAssembly support | Ignacio Etcheverry |
2019-11-07 | Merge pull request #32477 from aaronfranke/equal-approx-separate | Rémi Verschelde |
2019-10-29 | [Mono] Alphabetize Mathf | Aaron Franke |
2019-10-14 | Expose is_equal_approx and restore == to be exact again | Aaron Franke |
2019-10-14 | Make is_equal_approx separate for structures | Aaron Franke |
2019-10-08 | [Mono] Change Plane intersect methods to return nullable Vector3 | Aaron Franke |
2019-09-16 | [Mono] Corrected rectangle intersection | Chaosus89 |
2019-09-01 | Check for exact equality before approximate equality | Aaron Franke |
2019-08-27 | [Mono] Various Color improvements | Aaron Franke |
2019-08-25 | Set C# 7 as LangVersion for GodotTools and Godot API projects | Ignacio Etcheverry |
2019-08-17 | Add Vector2/3 sign and posmod functions, misc additions | Aaron Franke |
2019-08-14 | Merge pull request #31347 from neikeq/monodevelop-addin | Rémi Verschelde |
2019-08-09 | Add Basis constants and format Transform constants | Aaron Franke |
2019-08-09 | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono' | Ignacio Etcheverry |
2019-08-07 | [Mono] Make all structs seralizable | Aaron Franke |
2019-08-04 | [Core] [Mono] Optimize Wrap functions | Aaron Franke |
2019-08-04 | C#: Fix Color.ToHtml() | Ignacio Etcheverry |
2019-08-04 | C#: Add Ide Connection library and server for the editor | Ignacio Etcheverry |
2019-07-28 | [Mono] Deprecate Set methods | Aaron Franke |
2019-07-27 | C#: Fix Transform2D.AffineInverse() | Ignacio Etcheverry |
2019-07-23 | Added count method to String | Chaosus |
2019-07-20 | Added lerp_angles built-in function | Chaosus |
2019-07-08 | Fix Godot.Object.ToString() infinite recursion | Ignacio Etcheverry |
2019-07-05 | Re-write mono module editor code in C# | Ignacio Etcheverry |
2019-07-03 | Mono: Fix Array IndexOutOfRangeException not being thrown | Ignacio Etcheverry |
2019-06-03 | Android build and export for the mono module | Ignacio Etcheverry |
2019-06-01 | Merge pull request #27789 from Giacom/move_towards | Rémi Verschelde |
2019-05-28 | Added move_toward functions for float, Vector2 and Vector3 | Giacom |
2019-05-27 | Merge pull request #28957 from aaronfranke/basis-optimize | Rémi Verschelde |
2019-05-26 | [Mono] Change Atan2 arguments to Y X | Aaron Franke |
2019-05-22 | [Mono] Misc Basis and AABB improvements | Aaron Franke |
2019-05-21 | Merge pull request #29079 from neikeq/oopsie | Ignacio Roldán Etcheverry |
2019-05-21 | Merge pull request #29052 from neikeq/fixes-28667------i-think | Ignacio Roldán Etcheverry |
2019-05-21 | Fix C# build error in MarshalUtils debug code | Ignacio Etcheverry |
2019-05-21 | Replace call to 'mono_runtime_object_init' with manual ctor invoking | Ignacio Etcheverry |
2019-05-19 | Fix typos with codespell | Rémi Verschelde |
2019-05-18 | C#: Marshalling support for IEnumerable<> and IDictionary<,> | Ignacio Etcheverry |