summaryrefslogtreecommitdiffstats
path: root/modules/mono/glue
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #81230 from SamiKalliomaki/array-disposeRémi Verschelde2023-09-041-6/+6
|\
| * Do not call Array default constructor when not necessary.Sami Kalliomäki2023-09-031-6/+6
* | Merge pull request #81229 from raulsntos/dotnet/arc-hyperbolicRémi Verschelde2023-09-041-0/+90
|\ \ | |/ |/|
| * C#: Expose `asinh`, `acosh` and `atanh` in MathfRaul Santos2023-09-021-0/+90
* | C#: Include argument types in generated methodsThaddeus Crews2023-08-141-1/+1
|/
* C#: Generate instance types for singletonsRaul Santos2023-08-061-2/+7
* Merge pull request #79280 from raulsntos/dotnet/better-push-errorRémi Verschelde2023-08-036-27/+108
|\
| * C#: Improve `GD.PushError` and `GD.PushWarning`Raul Santos2023-07-116-27/+108
* | Merge pull request #79249 from raulsntos/dotnet/dont-ignore-call-errorRémi Verschelde2023-08-023-1/+107
|\ \
| * | C#: Print error when MethodBind/Callable call failsRaul Santos2023-07-283-1/+107
| |/
* | Avoid dictionary lookup for common colorsAbeniMatteo2023-07-301-292/+292
* | Merge pull request #79748 from Repiteo/dotnet-documentation-fixesYuri Sizov2023-07-2514-28/+28
|\ \
| * | Fixes to existing C# documentationThaddeus Crews2023-07-2114-28/+28
* | | Merge pull request #79239 from raulsntos/dotnet/document-generated-membersYuri Sizov2023-07-252-1/+51
|\ \ \ | |/ / |/| |
| * | C#: Document generated membersRaul Santos2023-07-092-1/+51
| |/
* | Merge pull request #79082 from geowarin/masterYuri Sizov2023-07-173-8/+71
|\ \
| * | Add missing useModelFront parameter to GodotSharp Basis and TransformGeoffroy Warin2023-07-063-8/+71
* | | Merge pull request #78877 from mattdiener/masterYuri Sizov2023-07-121-14/+7
|\ \ \ | |_|/ |/| |
| * | C# Fix deserialization of delegates that are 0-parameter overloadsMatt Diener2023-06-301-14/+7
* | | C#: Add null check before calling `UnregisterGodotObject`RedworkDE2023-07-071-1/+4
* | | Merge pull request #79094 from raulsntos/dotnet/fix-symbol-comparisonRémi Verschelde2023-07-071-1/+1
|\ \ \ | |_|/ |/| |
| * | C#: Compare symbol names without null flow stateRaul Santos2023-07-061-1/+1
| |/
* / Bump version to 4.2-devRémi Verschelde2023-07-052-2/+2
|/
* C#: Fix editor integration breaking and causing error spam when reloading ass...RedworkDE2023-06-214-19/+80
* C#: Add compat overloadsRaul Santos2023-06-204-0/+155
* C#: Set `PropertyInfo.class_name` for method parametersRaul Santos2023-06-162-4/+22
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-8/+7
* Merge pull request #77657 from vmedea/color-hex-docYuri Sizov2023-05-301-2/+2
|\
| * Clarify doc for Color.hex and C# Color()mara2023-05-301-2/+2
* | C#: Add global class supportRaul Santos2023-05-297-3/+95
|/
* C#: Fix `SendToScriptDebugger` crashRedworkDE2023-05-232-3/+3
* C#: Mostly fix hash of ManagedCallableRedworkDE2023-05-182-0/+17
* C#: Add Basis.LookingAtGonçalo Vasconcelos2023-04-112-26/+46
* add `hex_decode()` to `String`bendn2023-04-051-0/+20
* Merge pull request #75477 from kleonc/csharp-fix-vector234i-from-floats-creationYuri Sizov2023-03-313-18/+15
|\
| * C# Truncate instead of round in Vector2/3/4 to Vector2I/3I/4I conversionkleonc2023-03-313-18/+15
* | C#: Fix Array.AddRange index out of boundsRedwarx0082023-03-271-2/+4
|/
* Bump version to 4.1-devRémi Verschelde2023-03-012-2/+2
* C#: Fix internal source generator on the 7.0.200 SDKRedworkDE2023-02-161-1/+3
* Implement GodotSynchronizationContext.SendCaleb Kemper2023-02-121-4/+31
* C#: Fix AppContext.BaseDirectoryRedworkDE2023-02-041-1/+1
* Merge pull request #71786 from raulsntos/dotnet/arrayRémi Verschelde2023-02-043-36/+987
|\
| * Sync C# Array with CoreRaul Santos2023-01-303-36/+987
* | Merge pull request #72554 from RedworkDE/net-appcontext-basedirectoryRémi Verschelde2023-02-031-0/+20
|\ \
| * | C#: Set AppContext.BaseDirectory for editor buildsRedworkDE2023-02-021-0/+20
* | | Merge pull request #72635 from RedworkDE/net-nodepath-iequatableRémi Verschelde2023-02-033-1/+47
|\ \ \
| * | | C#: Implement `IEquatable<>` and equality operators in `NodePath`RedworkDE2023-02-033-1/+47
* | | | C#: Declare `IEquatable<>` interface for `StringName`RedworkDE2023-02-031-1/+1
|/ / /
* | | More codespell fixes, do more changes from previous ignore listRémi Verschelde2023-02-011-9/+9
* | | Fix C# examples in documentationRaul Santos2023-01-311-2/+2
|/ /