summaryrefslogtreecommitdiff
path: root/modules/mono
AgeCommit message (Expand)Author
2023-01-24Add PROPERTY_USAGE_NEVER_DUPLICATE flag and use for scriptAaron Franke
2023-01-24PropertyUsage: Rename "DO_NOT_SHARE_ON_DUPLICATE" to "ALWAYS_DUPLICATE"Aaron Franke
2023-01-24C#: Sync GD with CoreRaul Santos
2023-01-24Seal C# attributesRaul Santos
2023-01-24Sync C# Dictionary with CoreRaul Santos
2023-01-24C#: Add float an double overloads to MathfRaul Santos
2023-01-24C# Improve the "Tag" conversion of documentsMagian
2023-01-23C#: Move `LinearToDb` and `DbToLinear` to MathfRaul Santos
2023-01-23Convert en_GB spelling to en_US with codespellRémi Verschelde
2023-01-21C#: Allow use of .NET 7RedworkDE
2023-01-21Support script global resource name in EditorFileSystemJuan Linietsky
2023-01-21C#: Restore `Scale` and `Rotation` propertiesRaul Santos
2023-01-18Merge pull request #71638 from raulsntos/dotnet/export-pluginRémi Verschelde
2023-01-18C#: Move `GLOBAL_DEF`s to CSharpLanguage ctorRaul Santos
2023-01-18C#: Implement `ExportPlugin::_get_name`Raul Santos
2023-01-17Sync C# vectors with CoreRaul Santos
2023-01-17Merge pull request #71516 from raulsntos/dotnet/property-accessorsRémi Verschelde
2023-01-17C#: Skip methods with pointer parametersRaul Santos
2023-01-16C#: Make property accessors internalRaul Santos
2023-01-16C#: Implement `Mathf.SinCos`Raul Santos
2023-01-16Merge pull request #71458 from raulsntos/dotnet/quaternionRémi Verschelde
2023-01-16Merge pull request #71456 from raulsntos/dotnet/sync-planeRémi Verschelde
2023-01-16Merge pull request #71445 from raulsntos/dotnet/transformsRémi Verschelde
2023-01-15C#: Sync `Plane` with CoreRaul Santos
2023-01-15C#: Add missing `Transform{2D,3D}` and `Basis` constructorsRaul Santos
2023-01-15C#: Replace `Rotation` and `Scale` properties with get methodsRaul Santos
2023-01-15C#: Make `Length` and `LengthSquared` into methods in `Quaternion`.Raul Santos
2023-01-15Merge pull request #71374 from raulsntos/dotnet/remove-spherical_interpolate_...Rémi Verschelde
2023-01-15Merge pull request #71423 from raulsntos/dotnet/intersects-without-include_bo...Rémi Verschelde
2023-01-14C#: Sync `Basis` with CoreRaul Santos
2023-01-14C#: Remove `includeBorders` parameter from `Rect2i.Intersects` and `AABB.Inte...Raul Santos
2023-01-14C#: Remove `SphericalInterpolateWith` from Transform3DRaul Santos
2023-01-13C#: Lookup signals and methods in Get methodRaul Santos
2023-01-13Merge pull request #71339 from raulsntos/dotnet/is_finiteYuri Sizov
2023-01-13Merge pull request #71343 from raulsntos/dotnet/is_zero_approxYuri Sizov
2023-01-13Add `IsZeroApprox` to C# vectorsRaul Santos
2023-01-13Add `IsFinite` to C# VariantsRaul Santos
2023-01-13Refactor ProjectSetting overridesJuan Linietsky
2023-01-11Improve description of `GetNodeOrDefault` in C# APIGuillermo
2023-01-09Merge pull request #71114 from reduz/cleanup-property-hintsRémi Verschelde
2023-01-09Removed unused property hints and `Object::get_translatable_strings()`Juan Linietsky
2023-01-09C#: Add `[Flags]` attribute to core bitfield enumsRaul Santos
2023-01-08Use BitField<> hint for ArrayFormatJuan Linietsky
2023-01-06Merge pull request #70547 from TokageItLab/pingpong-wrapRémi Verschelde
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-30Merge pull request #70511 from raulsntos/dotnet/fix-update-script-class-infoIgnacio Roldán Etcheverry
2022-12-28C#: Avoid generic types in the script path attribute generatorRaul Santos
2022-12-25Fix pingpong with loop wrap is not workingSilc Renew
2022-12-24Merge pull request #70509 from irwiss/reverse-Vector2.AngleToPointIgnacio Roldán Etcheverry
2022-12-24C#: reverse Vector2.AngleToPointAlexey Kim