summaryrefslogtreecommitdiff
path: root/modules/mono/glue
AgeCommit message (Expand)Author
2021-06-07Style: Cleanup uses of double spaces between wordsRémi Verschelde
2021-06-04Rename Quat to QuaternionMarcel Admiraal
2021-06-03Merge pull request #38430 from aaronfranke/transform3dRémi Verschelde
2021-06-03Allow clamping vectors and colorsAaron Franke
2021-06-03Rename Vector2 clamped to limit_length and add limit_length to Vector3Aaron Franke
2021-06-03Rename files and the exposed name for Transform3DAaron Franke
2021-06-03Rename Transform to Transform3D in coreAaron Franke
2021-05-21Rename Vector2 Perpendicular to Orthogonal in C#Aaron Franke
2021-05-07Merge pull request #45144 from dalexeev/color-constsRémi Verschelde
2021-03-08Merge pull request #46174 from xill47/mono-appdomain-unhandled-exception-eventRémi Verschelde
2021-03-08Added mono_unhandled_exception call to unhandled_exception hookIlya Kuznetsov
2021-03-07Merge pull request #46713 from neikeq/csharp-source-generators-initRémi Verschelde
2021-03-06Add C# source generator for a new ScriptPath attributeIgnacio Etcheverry
2021-02-25Add generic support to PackedScene.InstanceAaron Franke
2021-02-16Added signed_angle_to for Vector3JestemStefan
2021-02-13Fix Mono build after resource load cache changesXartorx
2021-02-01Replace ColorN and from HTML with a string constructorAaron Franke
2021-02-01Fix C# string.Hash()zaevi
2021-01-28Unify URI encoding/decoding and add to C#Aaron Franke
2021-01-28Make hex_to_int and bin_to_int handle the prefix automaticallyAaron Franke
2021-01-26Rename color constants (alternative)Danil Alexeev
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Merge pull request #44586 from madmiraal/rename-stepifyRémi Verschelde
2020-12-28Rename Math::stepify to snappedMarcel Admiraal
2020-12-28Rename Rect2 and Rect2i grow_margin() to grow_side()Marcel Admiraal
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-26Update Rect intersection documentation, and rename method on MonoNathan Franke
2020-12-17Merge pull request #44105 from neikeq/mono-wasm-m2n-hookRémi Verschelde
2020-12-14Mono: Make Godot provide its own WASM m2n trampolinesIgnacio Etcheverry
2020-12-07Improve argument names for core typesAaron Franke
2020-11-16Merge pull request #43250 from aaronfranke/strext-lstripRémi Verschelde
2020-11-13Improve comments in Color documentationAaron Franke
2020-11-11Removing unneeded FuncRef code in C#Grzegorz Puławski
2020-11-10Minor clamp and float fixesAaron Franke
2020-11-10Updated gd_glue.cpp to work with the latest changes in the variant refactoringAdrian Adeva
2020-11-09Add HexEncode to C#Aaron Franke
2020-11-09Add LStrip and RStrip to C# stringsAaron Franke
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-11-07[Mono] Added Shuffle method to ArrayYuri Roubinsky
2020-11-06Exposed randi_range to global funcs + renamed rand_range to randf_rangeYuri Roubinsky
2020-11-03Remove `Color.contrasted()` as its behavior is barely usefulHugo Locurcio
2020-10-26C#: Fix custom event signals crash on hot-reloadIgnacio Etcheverry
2020-10-18Refactor MethodBind to use variadic templatesreduz
2020-10-17Add GetStringFromUTF8 and GetStringFromASCIIAaron Franke
2020-10-06Improve the Vector2 rotated code in C#Aaron Franke
2020-09-24Merge pull request #42293 from ricardoalcantara/fix_basis_csharpRémi Verschelde
2020-09-24Basis RotationQuat should be public.Ricardo Alcantara
2020-09-23Fix C# string.IsAbsPath()Zae
2020-09-16Fix ExprMatch stackoverflowRaul Santos
2020-09-12Add concatenation support and a new ctor to Godot.Collections.ArrayAaron Franke