summaryrefslogtreecommitdiffstats
path: root/modules/mono/editor/Godot.NET.Sdk
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-261-4/+13
|\
| * [.NET] Preserve no-hint behavior for unmarshallable generics in dictionariesRaul Santos2024-11-211-4/+13
* | Merge commit godotengine/godot@9e6098432aac35bae42c9089a29ba2a80320d823Spartan3222024-11-2016-3/+372
|\|
| * Merge pull request #97894 from paulloz/dotnet/export-tool-buttonThaddeus Crews2024-11-1916-3/+372
| |\
| | * Implement [ExportToolButton]Paul Joannon2024-11-1816-3/+372
* | | Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-18/+3
|\| |
| * | remove duplicate read/write only property warning from ScriptPropertiesGeneratorAdam Johnston2024-11-131-18/+3
* | | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-122-5/+5
|\| |
| * | C#: Escape signal parametersZae2024-10-232-5/+5
* | | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-225-6/+6
|\| |
| * | Merge pull request #97588 from TML233/generated-raise-signalThaddeus Crews2024-10-212-3/+3
| |\ \
| | * | Change generated On{SignalName} to EmitSignal{SignalName}TML2024-09-282-3/+3
| | |/
| * | Fix exported typed dictionaries in .NET having an incorrect hint, which led t...Juan Pablo Arce2024-10-183-3/+3
* | | Merge commit godotengine/godot@af77100e394dcaca609b15bef815ed17475e51edSpartan3222024-10-152-1/+14
|\| |
| * | C#: Fix unhandled GD0303 error for nested generic attribute typesZae2024-10-112-1/+14
| |/
* / Rebrand Godot to RedotRandolph W. Aarseth II2024-10-1121-22/+22
|/
* C#: Generate On{EventName} method to raise signal eventsRaul Santos2024-09-262-7/+41
* C#: Generate signal event with the same accessibility as the delegateRaul Santos2024-09-232-1/+27
* C#: Fallback to CoreCLR/MonoVM hosting APIs when hostfxr/NativeAOT failsRaul Santos2024-09-163-0/+7
* Implement typed dictionariesThaddeus Crews2024-09-045-5/+79
* Merge pull request #94599 from juanjp600/node-array-export-diagnosticRémi Verschelde2024-08-163-19/+99
|\
| * Fix GD0107 not applying to arrays and dictionaries containing nodesJuan Pablo Arce2024-07-243-19/+99
* | Bump version to 4.4-devRémi Verschelde2024-08-152-2/+2
|/
* C#: Escape generated membersRaul Santos2024-06-1522-1040/+1041
* Remove useless isFirstEntry and useless source.Append("else ")Gaoyao Massimo Hu2024-05-1410-301/+276
* Fix C# Hint NodeType and ResourceType HintStringGaoyao Massimo Hu2024-05-081-0/+36
* Style: Trim trailing whitespace and ensure newline at EOFRémi Verschelde2024-05-087-12/+12
* Merge pull request #91479 from Repiteo/dotnet/sln-csproj-attributesRémi Verschelde2024-05-045-5/+14
|\
| * Dotnet: Fix attributes for `sln`/`csproj` filesThaddeus Crews2024-05-035-5/+14
* | Add PackedVector4Array Variant typeK. S. Ernest (iFire) Lee2024-05-033-1/+6
|/
* 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
* | C#: Ignore late bound methods in MustBeVariantAnalyzerRaul Santos2024-05-012-2/+18
|/
* Fill copyright field in .csproj filesKonstantin Kretov2024-04-262-0/+2
* Add property UsingGodotNETSdk to Godot.NET.SdkJason Hunter2024-03-181-0/+2
* Fix interpolated strings in ScriptPropertyDefValPaul Joannon2024-03-015-1/+105
* Cleanup C# projects, code quality & stylePaul Joannon2024-02-2738-1540/+1536
* Merge pull request #87253 from van800/van800/analyserRémi Verschelde2024-02-2115-77/+231
|\
| * provide analyser corresponding to the GD0001 and GD0002, add ClassPartialModi...Ivan Shakhov2024-02-2115-77/+231
* | Merge pull request #88495 from paulloz/dotnet/test-and-fix-exports-diagnosticsRémi Verschelde2024-02-2119-9/+242
|\ \
| * | Add tests and fix exports diagnosticsPaul Joannon2024-02-2019-9/+242
| |/
* / C#: Add analyzer release trackingRaul Santos2024-02-193-0/+40
|/
* C#: Various fixes to generic scriptsRaul Santos2024-02-1911-28/+117
* Clean diagnostic rulesPaul Joannon2024-02-1811-430/+267
* C#: Use SymbolEqualityComparerRaul Santos2024-02-141-2/+2
* Improve handling of generic C# typesRaul Santos2024-02-081-3/+3
* Merge pull request #87518 from paulloz/dotnet/fix-warningsRémi Verschelde2024-01-266-7/+29
|\
| * Clean a bunch of C# warningsPaul Joannon2024-01-266-7/+29
* | C#: Fix to allow usage of [MustBeVariant] in generic typed attributesAlberto Vilches2024-01-216-9/+1093
|/
* Merge pull request #86528 from avilches/must-be-variant-testsYuri Sizov2024-01-1712-0/+418
|\