summaryrefslogtreecommitdiffstats
path: root/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators/ScriptPropertyDefValGenerator.cs
Commit message (Expand)AuthorAgeFilesLines
* Rebrand Godot 4.3 to RedotTrashguy2024-10-131-1/+1
* Fix GD0107 not applying to arrays and dictionaries containing nodesJuan Pablo Arce2024-09-161-18/+33
* C#: Escape generated membersRaul Santos2024-06-151-1/+1
* Cleanup C# projects, code quality & stylePaul Joannon2024-02-271-3/+3
* Merge pull request #87253 from van800/van800/analyserRémi Verschelde2024-02-211-3/+1
|\
| * provide analyser corresponding to the GD0001 and GD0002, add ClassPartialModi...Ivan Shakhov2024-02-211-3/+1
* | Add tests and fix exports diagnosticsPaul Joannon2024-02-201-9/+11
|/
* Clean diagnostic rulesPaul Joannon2024-02-181-14/+58
* Merge pull request #82918 from raulsntos/dotnet/only-node-can-export-nodeRémi Verschelde2023-10-271-0/+18
|\
| * C#: Report diagnostic for Node exports in a type that doesn't derive from NodeRaul Santos2023-10-061-0/+18
* | C#: Fix generated nested class orderRaul Santos2023-10-181-3/+7
|/
* C#: Document generated membersRaul Santos2023-07-091-2/+13
* Add fine-grained disabling of SourceGeneratorsAlex de la Mare2023-03-251-1/+1
* C#: Ignore explicit interface implementationsRaul Santos2023-03-041-0/+6
* C#: Disallow init-only propertiesRaul Santos2022-12-231-2/+2
* C#: Cleanup Variant marshaling code in source/bindings generatorsIgnacio Roldán Etcheverry2022-12-021-1/+2
* C#: Replace most conversions between Variant and System.ObjectIgnacio Roldán Etcheverry2022-12-021-4/+7
* Remove unnecessary namespaces in generated PropertyDefVal files.R. Alex Hofer2022-11-291-5/+1
* Merge pull request #65907 from magian1127/4.0FixPropertiesGeneratorIgnacio Roldán Etcheverry2022-11-281-9/+59
|\
| * C#: Fix Generated ScriptProperty Error.Magian2022-11-271-9/+59
* | C#: Add `global::` namespace to generated sourceRaul Santos2022-11-261-3/+3
|/
* Fully qualify C# default values in exported fields.R. Alex Hofer2022-11-221-2/+14
* Use `.generated` suffix for generated C# codeRaul Santos2022-10-221-1/+1
* C# Modify the MemberName generated for the user scriptMagian2022-09-061-1/+1
* C#: Ignore property indexers and report if exportedRaul Santos2022-08-281-1/+6
* Add MustBeVariant attribute and analyzerRaul Santos2022-08-251-1/+1
* C#: Add source generator for properties and exports default valuesIgnacio Roldán Etcheverry2022-08-221-0/+293