summaryrefslogtreecommitdiff
path: root/modules/mono/glue
AgeCommit message (Expand)Author
2020-01-29Fixed GetNodeOrNull<T>Fabián L
2020-01-23Mono/C#: Add Basis.Slerp, update Quat.Xform and add some math checksIgnacio Etcheverry
2020-01-13Mono/C#: Add error checks to detect possible Reference leaksIgnacio Etcheverry
2020-01-03[Mono] Color arithmetic operatorsAaron Franke
2020-01-02[Mono] Make Sign methods consistent with GDScript and System.MathAaron Franke
2020-01-02Mono/C#: Make 'GD.Print' and its variants fallback to 'ToString()'Ignacio Etcheverry
2020-01-02Mono/C#: Fix GD.PrintErr now showing in the Output panelIgnacio Etcheverry
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-28Mono/C#: Re-structure API solution and GodotTools post-build targetIgnacio Etcheverry
2019-12-17Mono/C#: Fix project export and fix FindLast/GetFile regressionIgnacio Etcheverry
2019-12-13Merge pull request #34295 from aaronfranke/potato-knishesRémi Verschelde
2019-12-12Fix string Find methods having reversed case sensitivityAaron Franke
2019-12-11Mono formattingAaron Franke
2019-12-06Fix missing null checks in Mono Binding of GDJonas
2019-12-04C#: Add Duplicate method to the Array and Dictionary bindingsIgnacio Etcheverry
2019-11-18C#: Throw NullReferenceException for null NodePath/RID paramsIgnacio Etcheverry
2019-11-13Mono/C#: WebAssembly supportIgnacio Etcheverry
2019-11-07Merge pull request #32477 from aaronfranke/equal-approx-separateRémi Verschelde
2019-10-29[Mono] Alphabetize MathfAaron Franke
2019-10-14Expose is_equal_approx and restore == to be exact againAaron Franke
2019-10-14Make is_equal_approx separate for structuresAaron Franke
2019-10-08[Mono] Change Plane intersect methods to return nullable Vector3Aaron Franke
2019-09-16[Mono] Corrected rectangle intersectionChaosus89
2019-09-01Check for exact equality before approximate equalityAaron Franke
2019-08-27[Mono] Various Color improvementsAaron Franke
2019-08-25Set C# 7 as LangVersion for GodotTools and Godot API projectsIgnacio Etcheverry
2019-08-17Add Vector2/3 sign and posmod functions, misc additionsAaron Franke
2019-08-14Merge pull request #31347 from neikeq/monodevelop-addinRémi Verschelde
2019-08-09Add Basis constants and format Transform constantsAaron Franke
2019-08-09Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono'Ignacio Etcheverry
2019-08-07[Mono] Make all structs seralizableAaron Franke
2019-08-04[Core] [Mono] Optimize Wrap functionsAaron Franke
2019-08-04C#: Fix Color.ToHtml()Ignacio Etcheverry
2019-08-04C#: Add Ide Connection library and server for the editorIgnacio Etcheverry
2019-07-28[Mono] Deprecate Set methodsAaron Franke
2019-07-27C#: Fix Transform2D.AffineInverse()Ignacio Etcheverry
2019-07-23Added count method to StringChaosus
2019-07-20Added lerp_angles built-in functionChaosus
2019-07-08Fix Godot.Object.ToString() infinite recursionIgnacio Etcheverry
2019-07-05Re-write mono module editor code in C#Ignacio Etcheverry
2019-07-03Mono: Fix Array IndexOutOfRangeException not being thrownIgnacio Etcheverry
2019-06-03Android build and export for the mono moduleIgnacio Etcheverry
2019-06-01Merge pull request #27789 from Giacom/move_towardsRémi Verschelde
2019-05-28Added move_toward functions for float, Vector2 and Vector3Giacom
2019-05-27Merge pull request #28957 from aaronfranke/basis-optimizeRémi Verschelde
2019-05-26[Mono] Change Atan2 arguments to Y XAaron Franke
2019-05-22[Mono] Misc Basis and AABB improvementsAaron Franke
2019-05-21Merge pull request #29079 from neikeq/oopsieIgnacio Roldán Etcheverry
2019-05-21Merge pull request #29052 from neikeq/fixes-28667------i-thinkIgnacio Roldán Etcheverry
2019-05-21Fix C# build error in MarshalUtils debug codeIgnacio Etcheverry