summaryrefslogtreecommitdiffstats
path: root/modules/mono/glue
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ / |/| |
* | | Merge pull request #89756 from zaevi/dotnet/fix_null_arrayRémi Verschelde2024-03-241-3/+18
|\ \ \
| * | | C#: Fix errors when creating Variant from null arrayZae2024-03-211-3/+18
* | | | C#: Implement `InvariantCulture` on Variant stringsThaddeus Crews2024-03-1517-100/+40
|/ / /
* | | Add methods to get argument count of methodsA Thousand Ships2024-03-102-0/+25
* | | C#: Fix warningsPaul Joannon2024-03-091-0/+3
* | | [C#] Fix typo in `Color` documentationA Thousand Ships2024-03-021-1/+1
* | | Merge pull request #88933 from raulsntos/dotnet/pre-commitRémi Verschelde2024-03-022-2/+2
|\ \ \
| * | | Move dotnet-format script to pre-commitRaul Santos2024-03-022-2/+2
| | |/ | |/|
* | | Fix C# epsilon compiler error on double precision buildTravis Lange2024-02-291-1/+1
* | | Merge pull request #88909 from emre0altan/clarify-c#-color-opacity-commentRémi Verschelde2024-02-271-3/+13
|\ \ \
| * | | Clarify C# Color opacity commentemre0altan2024-02-271-3/+13
| |/ /
* / / Cleanup C# projects, code quality & stylePaul Joannon2024-02-2726-125/+120
|/ /
* | Merge pull request #83691 from theraot/slidedocsRémi Verschelde2024-02-262-6/+18
|\ \
| * | Expanded documentation for vector slide and projectTheraot2023-10-232-6/+18
* | | Fix some DEFVALs to use the right typeRaul Santos2024-02-231-1/+1
* | | C#: Enforce Globalization code quality rulesThaddeus Crews2024-02-2013-40/+50
* | | Merge pull request #88270 from TokageItLab/avoid-near-farRémi Verschelde2024-02-131-8/+8
|\ \ \
| * | | Avoid unqualified-id "near" and "far" in Node3DEditor/ViewportSilc Lizard (Tokage) Renew2024-02-131-8/+8
* | | | C#: Fix missing CowData 64-bit promotion for `PackedInt32Array`.Zae2024-02-131-1/+1
|/ / /
* | | Improve handling of generic C# typesRaul Santos2024-02-084-57/+285
* | | Merge pull request #87838 from paulloz/dotnet/fix-duplicate-key-on-reloadRémi Verschelde2024-02-022-7/+12
|\ \ \
| * | | Delay fs update when populating path bimapPaul Joannon2024-02-012-7/+12
* | | | C#: Fix issues for StringName reference in `CSharpInstanceBridge.Get`.Zae2024-01-291-2/+2
|/ / /
* | | Merge pull request #87526 from zaevi/fix_csharp_gcRémi Verschelde2024-01-261-0/+2
|\ \ \
| * | | C#: Fix incorrect GC handle for non-instantiable types.Zae2024-01-251-0/+2