summaryrefslogtreecommitdiffstats
path: root/modules/mono
Commit message (Expand)AuthorAgeFilesLines
* Fix untyped dictionary .NET debug visualization showing keys as valuesJuan Pablo Arce2024-11-011-1/+1
* C#: Fix unhandled GD0303 error for nested generic attribute typesZae2024-11-012-1/+14
* Fix C# operator *(Transform3D, AABB)kleonc2024-11-011-2/+2
* Add NotNullWhenAttribute to IsInstanceValidJoyless2024-11-011-1/+2
* C#: Expose `Transform2D.Determinant()`Raul Santos2024-11-011-8/+9
* Fix copyright headers referring to GodotSpartan3222024-10-2741-82/+82
* Fix mono SDK references temporarilySpartan3222024-10-236-29/+26
* Rebrand preambles to RedotSpartan3222024-10-1341-0/+82
* Rebrand Godot 4.3 to RedotTrashguy2024-10-1329-43/+43
* Fix build logger unable to handle an event without an associated fileRedOrbweaver2024-09-171-2/+2
* Fix relative paths for global class icons in C#Paul Joannon2024-09-161-2/+8
* Fix Vector3 Slerp Normalizing Zero VectorsZ0rb14n2024-09-161-1/+9
* Fix GD0107 not applying to arrays and dictionaries containing nodesJuan Pablo Arce2024-09-163-19/+99
* * Changed the VisualShaderNodeCustom template to use the correct overrides an...Jonatan Röjder Delnavaz2024-09-161-7/+9
* Bump version to 4.3.1-rcRémi Verschelde2024-08-154-4/+4
* Fix doc on Vector2.cs's / operatorMax2024-07-271-1/+1
* 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