summaryrefslogtreecommitdiffstats
path: root/modules/mono/glue
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #97894 from paulloz/dotnet/export-tool-buttonThaddeus Crews2024-11-192-0/+34
|\
| * Implement [ExportToolButton]Paul Joannon2024-11-182-0/+34
* | C#: Fix StringName leak when converting `Variant` to `Signal` / `Callable`Zae2024-10-241-2/+8
* | Add ReadOnlySpan API OverloadsDE YU2024-10-091-9/+59
* | Fix untyped dictionary .NET debug visualization showing keys as valuesJuan Pablo Arce2024-10-071-1/+1
|/
* Merge pull request #88363 from Delsin-Yu/masterRémi Verschelde2024-09-242-28/+181
|\
| * C#: Implement proper generic type name printing for Godot EditorDE-YU_H142024-09-232-28/+181
* | Merge pull request #96955 from Delsin-Yu/generator-based-CreateManagedForGodo...Rémi Verschelde2024-09-232-74/+13
|\ \
| * | Replace Reflection-Based implementation with Generated oneDE YU2024-09-222-74/+13
* | | Fix C# operator *(Transform3D, AABB)kleonc2024-09-201-2/+2
|/ /
* | C# Assemblies can now be built with deprecated=noFelix Bytow2024-09-052-2/+2
* | Merge pull request #91018 from Daylily-Zeleen/daylily-zeleen/optionally_posti...Rémi Verschelde2024-08-263-5/+6
|\ \
| * | Allow ClassDB to create a Object without postinitialization for GDExtension.Daylily-Zeleen2024-08-203-5/+6
* | | Merge pull request #95790 from aaronfranke/rect-aabb-supportRémi Verschelde2024-08-222-7/+34
|\ \ \ | |/ / |/| |
| * | Simplify and fix Rect2/AABB get_support functionAaron Franke2024-08-192-7/+34
* | | Merge pull request #95808 from paulloz/bugfix/dotnet-globalclass-icon-relativ...Rémi Verschelde2024-08-201-2/+8
|\ \ \
| * | | Fix relative paths for global class icons in C#Paul Joannon2024-08-191-2/+8
| |/ /
* | | Merge pull request #95269 from raulsntos/dotnet/determinantRémi Verschelde2024-08-201-8/+9
|\ \ \ | |/ / |/| |
| * | C#: Expose `Transform2D.Determinant()`Raul Santos2024-08-081-8/+9
* | | Merge pull request #94766 from Z0rb14n/fix-vector3-slerpRémi Verschelde2024-08-161-1/+9
|\ \ \
| * | | Fix Vector3 Slerp Normalizing Zero VectorsZ0rb14n2024-07-261-1/+9
* | | | Merge pull request #95431 from Joy-less/Fix-#10418Rémi Verschelde2024-08-161-1/+2
|\ \ \ \
| * | | | Add NotNullWhenAttribute to IsInstanceValidJoyless2024-08-121-1/+2
| | |/ / | |/| |
* / | | Bump version to 4.4-devRémi Verschelde2024-08-152-2/+2
|/ / /
* / / Fix doc on Vector2.cs's / operatorMax2024-07-271-1/+1
|/ /
* | Fix freeze after building C#Hilderin2024-06-094-8/+10
* | C#: Skip method name when checking CallErrorRaul Santos2024-06-051-2/+6
* | Merge pull request #88919 from nongvantinh/fix-88834Rémi Verschelde2024-05-211-3/+3
|\ \ | |/ |/|
| * Revise implementation to match the implementation in `core`Nông Văn Tình2024-02-271-3/+3
* | Merge pull request #91763 from paulloz/dotnet/fix-stringextension-warningsRémi Verschelde2024-05-101-3/+9
|\ \
| * | Fix comparison warnings in `StringExtensions.cs`Paul Joannon2024-05-101-3/+9
* | | Merge pull request #91564 from paulloz/huisedenanhai-fix_csharp_method_infoRémi Verschelde2024-05-101-12/+6
|\ \ \ | |/ / |/| |
| * | CSharpScript should not own base script signalsPaul Joannon2024-05-091-9/+5
| * | CSharpScript should not own method infos of the base classhuisedenanhai2024-05-041-5/+3
* | | Fix various typos with codespellRémi Verschelde2024-05-071-3/+3
|/ /
* | Merge pull request #91479 from Repiteo/dotnet/sln-csproj-attributesRémi Verschelde2024-05-045-19/+28
|\ \
| * | Dotnet: Fix attributes for `sln`/`csproj` filesThaddeus Crews2024-05-035-19/+28
* | | Merge pull request #91203 from pirey0/stringcomp_fixRémi Verschelde2024-05-041-53/+8
|\ \ \
| * | | fixed StringExtensions.CompareTo IndexOutOfRangeExceptionLuca Martinelli (laptop)2024-05-031-53/+8
| |/ /
* / / Add PackedVector4Array Variant typeK. S. Ernest (iFire) Lee2024-05-039-0/+161
|/ /
* | Expose `Vector*` component-wise and scalar `min/max` to scriptingA Thousand Ships2024-05-029-19/+402
* | [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`A Thousand Ships2024-05-026-3/+242
* | Fill copyright field in .csproj filesKonstantin Kretov2024-04-262-0/+2
* | C#: Fix ExprMatch for case sensitive matchingRaul Santos2024-04-151-21/+20
* | Merge pull request #90060 from warquys/CSharp-DebugInfoRémi Verschelde2024-04-084-0/+84
|\ \
| * | DebugView for Array and dictionaryValentin Arthur Thomas2024-04-054-0/+84
* | | Fix captured variable serialization in delegatesPaul Joannon2024-04-041-5/+5
* | | Merge pull request #84947 from raulsntos/dotnet/instance_bindingsRémi Verschelde2024-04-041-2/+2
|\ \ \
| * | | C#: Use `get_instance_binding` instead of setRaul Santos2023-11-151-2/+2
* | | | [C#] Fix `Transform3D.InterpolateWith` applying rotation before scalekleonc2024-03-241-1/+1
| |/ / |/| |