summaryrefslogtreecommitdiffstats
path: root/modules/mono
Commit message (Expand)AuthorAgeFilesLines
* Style: Optimize `.svg` files with `svgo`Thaddeus Crews2024-06-232-2/+2
* C#: Escape generated membersRaul Santos2024-06-1522-1040/+1041
* Fix freeze after building C#Hilderin2024-06-094-8/+10
* C#: Skip method name when checking CallErrorRaul Santos2024-06-051-2/+6
* Update pre-commit hooks configuration to use `ruff` instead of `black`Jakub Marcowski2024-05-213-12/+4
* Merge pull request #91557 from AThousandShips/dotnet_doc_fixRémi Verschelde2024-05-216-41/+4
|\
| * [C#] Unexpose `GodotSharp`A Thousand Ships2024-05-046-41/+4
* | 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
* | | Fix ContextMenu Copy Error is off in MSBuild PanelMarius Hanl2024-05-151-1/+1
* | | Remove useless isFirstEntry and useless source.Append("else ")Gaoyao Massimo Hu2024-05-1410-301/+276
* | | 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
|\ \ \ \