summaryrefslogtreecommitdiff
path: root/modules/mono/glue
AgeCommit message (Expand)Author
2022-11-30Merge pull request #65905 from raulsntos/dotnet/marshaling-collectionsIgnacio Roldán Etcheverry
2022-11-28Merge pull request #67031 from raulsntos/dotnet/string-extensionsRémi Verschelde
2022-11-27C#: Remove/deprecate unnecessary string extensionsRaul Santos
2022-11-27Merge pull request #69194 from raulsntos/dotnet/begone-variant-disposerIgnacio Roldán Etcheverry
2022-11-27C#: Remove VariantSpanDisposer and use constants in stackallocRaul Santos
2022-11-26Merge pull request #69191 from raulsntos/dotnet/no-throwIgnacio Roldán Etcheverry
2022-11-26Merge pull request #69088 from raulsntos/dotnet/globalIgnacio Roldán Etcheverry
2022-11-26Fix `VariantUtils.UnsupportedType` method throwingRaul Santos
2022-11-26C#: Add `global::` namespace to generated sourceRaul Santos
2022-11-25Merge pull request #68310 from neikeq/csharp-opt-variant-generic-convRémi Verschelde
2022-11-25C#: Cleanup and sync crypto/buffer StringExtensions with coreRaul Santos
2022-11-25C#: Cleanup and sync `IsValid*` StringExtensions with coreRaul Santos
2022-11-25C#: Cleanup and sync StringExtensions with coreRaul Santos
2022-11-25Merge pull request #67511 from neikeq/issue-66060Rémi Verschelde
2022-11-25C#: Optimize Variant conversion callbacksIgnacio Roldán Etcheverry
2022-11-25C#: Add Projection documentationRaul Santos
2022-11-24Merge pull request #69125 from raulsntos/dotnet/bezier_derivativeRémi Verschelde
2022-11-24C#: Implement BezierDerivativeRaul Santos
2022-11-24Refactor interpolating functions in some classes to use Math classSilc Renew
2022-11-18Merge pull request #66816 from raulsntos/dotnet/readonlyRémi Verschelde
2022-11-15C#: Remove "?" from CEscape and CUnescapeRaul Santos
2022-11-14Add `readonly` to C# methods and types that don't mutateRaul Santos
2022-11-04Merge pull request #68253 from dzil123/fix_array_shuffleIgnacio Roldán Etcheverry
2022-11-04Fix c# Array.Shuffle incorrect mono bindingsdzil123
2022-11-03Merge pull request #68092 from raulsntos/dotnet/variant-from-arrayIgnacio Roldán Etcheverry
2022-11-02Allow getting Quaternion rotation in different Euler ordersAaron Franke
2022-11-02C#: Add implicit conversion from arrays to VariantRaul Santos
2022-11-02Move EulerOrder enum to math_defs.h and global scopeAaron Franke
2022-11-02Merge pull request #68118 from aaronfranke/quat-from-eulerRémi Verschelde
2022-11-02Add missed Quaternion constructor to C#Yuri Rubinsky
2022-11-01Replace Quaternion Euler constructor with `from_euler` methodAaron Franke
2022-10-30C#: Add Variant conversion callbacks for generic Godot collectionsIgnacio Roldán Etcheverry
2022-10-30C#: Remove need for reflection to invoking callable delegatesIgnacio Roldán Etcheverry
2022-10-17C#: Load assemblies as collectible only in the Godot editorIgnacio Roldán Etcheverry
2022-10-16Add a `Plane(Vector3, Vector3)` constructor for C#Yuri Rubinsky
2022-10-13Adding null check to prevent null reference exception when serializing delega...Alexander Schill
2022-10-08C#: Generate symbols packagesRaul Santos
2022-10-03C#: Use Span in Color to avoid string allocationsRaul Santos
2022-10-03Merge pull request #66387 from aaronfranke/cs-basis-eulerRémi Verschelde
2022-10-01ManagedCallable: use delegate target instead of middleman when possiblePatrick Dawson
2022-09-25C#: Update Basis Euler angle code to match coreAaron Franke
2022-09-19C#: Rename `PlusFile` to `PathJoin`Raul Santos
2022-09-16C#: Fix marshaling generic Godot collectionsRaul Santos
2022-09-06Merge pull request #64417 from aaronfranke/has-spaceRémi Verschelde
2022-09-06Rename `range_lerp` to `remap`Micky
2022-09-05Merge pull request #65266 from raulsntos/dotnet/reload-non-tool-scriptsRémi Verschelde
2022-09-04Replace AABB/Rect2(i) HasNo* methods in C#Aaron Franke
2022-09-04Fix some bugs with Vector4 in C#Aaron Franke
2022-09-04C#: Create script instance of reloaded scripts even if they're not toolsRaul Santos
2022-09-04Add float arg to build_assemblies.pyAlmighty Laxz