summaryrefslogtreecommitdiffstats
path: root/modules/mono
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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 #91645 from ZerxZ/dotnet/hint-string-fixRémi Verschelde2024-05-101-0/+36
|\ \ \ \
| * | | | Fix C# Hint NodeType and ResourceType HintStringGaoyao Massimo Hu2024-05-081-0/+36
| |/ / /
* | | | Merge pull request #91564 from paulloz/huisedenanhai-fix_csharp_method_infoRémi Verschelde2024-05-103-37/+35
|\ \ \ \ | |/ / / |/| | |
| * | | CSharpScript should not own base script signalsPaul Joannon2024-05-093-26/+33
| * | | CSharpScript should not own method infos of the base classhuisedenanhai2024-05-042-13/+4
| | |/ | |/|
* | | Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-3/+3
* | | Merge pull request #91696 from akien-mga/style-file-formatRémi Verschelde2024-05-087-12/+12
|\ \ \
| * | | Style: Trim trailing whitespace and ensure newline at EOFRémi Verschelde2024-05-087-12/+12
* | | | Specify a runtime rollforward for OpenVisualStudioPaul Joannon2024-05-071-0/+1
|/ / /
* | | Fix various typos with codespellRémi Verschelde2024-05-071-3/+3
* | | Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-042-19/+20
|/ /
* | Merge pull request #91509 from akien-mga/dotnet-fix-generating-glue-in-projec...Rémi Verschelde2024-05-041-4/+10
|\ \
| * | .NET: Prevent generating mono glue in project folderRémi Verschelde2024-05-031-4/+10
* | | Merge pull request #91479 from Repiteo/dotnet/sln-csproj-attributesRémi Verschelde2024-05-0420-40/+70
|\ \ \
| * | | Dotnet: Fix attributes for `sln`/`csproj` filesThaddeus Crews2024-05-0320-40/+70
* | | | 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-0314-2/+176
|/ /
* | Expose `Vector*` component-wise and scalar `min/max` to scriptingA Thousand Ships2024-05-029-19/+402
* | Merge pull request #91375 from paulloz/dotnet/prevent-generator-crash-on-expo...Rémi Verschelde2024-05-024-1/+69
|\ \
| * | C#: Fix generator crash w/ generic arraysPaul Joannon2024-04-304-1/+69
* | | [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`A Thousand Ships2024-05-026-3/+242
* | | C#: Ignore late bound methods in MustBeVariantAnalyzerRaul Santos2024-05-012-2/+18
|/ /
* | Organize existing code for editor pluginsAaron Franke2024-04-271-1/+1
* | Fill copyright field in .csproj filesKonstantin Kretov2024-04-265-0/+5
* | Enforce using .NET SDK >= 8 in modules/mono/Paul Joannon2024-04-232-9/+12
* | Merge pull request #90968 from raulsntos/fix-gdscript-analyzer-with-overloade...Rémi Verschelde2024-04-221-2/+9
|\ \
| * | C#: Don't return MethodInfo for overloaded methodsRaul Santos2024-04-211-2/+9
* | | Merge pull request #90002 from raulsntos/dotnet/expose-property-accessorsRémi Verschelde2024-04-222-8/+34
|\ \ \
| * | | C#: Make internal properties and property accessors public (but hidden)Raul Santos2024-03-292-8/+34
* | | | Change order of operation for C# types reloadingPaul Joannon2024-04-181-25/+26
| |/ / |/| |
* | | C#: Fix ExprMatch for case sensitive matchingRaul Santos2024-04-151-21/+20
* | | [.NET] Disable output embedding on macOS, move it to the advanced options on ...bruvzg2024-04-093-110/+3
* | | 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
* | | | Show errors when solution file is missing in C# projectNông Văn Tình2024-04-071-0/+7
* | | | Merge pull request #90118 from AyOhEe/sln-title-fixRémi Verschelde2024-04-051-2/+2
|\ \ \ \
| * | | | Fixed "Create C# solution" dialogAyOhEe2024-04-011-2/+2
| | |/ / | |/| |
* | | | Fix captured variable serialization in delegatesPaul Joannon2024-04-041-5/+5
* | | | Merge pull request #84947 from raulsntos/dotnet/instance_bindingsRémi Verschelde2024-04-043-24/+16
|\ \ \ \ | |/ / / |/| | |
| * | | C#: Use `get_instance_binding` instead of setRaul Santos2023-11-153-24/+16
* | | | [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
* | | | Merge pull request #89652 from invino4/patch-1Rémi Verschelde2024-03-241-0/+2
|\ \ \ \
| * | | | Add property UsingGodotNETSdk to Godot.NET.SdkJason Hunter2024-03-181-0/+2
| |/ / /
* / / / C#: Implement `InvariantCulture` on Variant stringsThaddeus Crews2024-03-1517-100/+40
|/ / /
* | | Merge pull request #87680 from AThousandShips/the_angry_countRémi Verschelde2024-03-138-0/+86
|\ \ \