summaryrefslogtreecommitdiff
path: root/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators/ScriptPropertyDefValGenerator.cs
AgeCommit message (Expand)Author
2023-03-13C#: Ignore explicit interface implementationsRaul Santos
2022-12-23C#: Disallow init-only propertiesRaul Santos
2022-12-02C#: Cleanup Variant marshaling code in source/bindings generatorsIgnacio Roldán Etcheverry
2022-12-02C#: Replace most conversions between Variant and System.ObjectIgnacio Roldán Etcheverry
2022-11-29Remove unnecessary namespaces in generated PropertyDefVal files.R. Alex Hofer
2022-11-28Merge pull request #65907 from magian1127/4.0FixPropertiesGeneratorIgnacio Roldán Etcheverry
2022-11-27C#: Fix Generated ScriptProperty Error.Magian
2022-11-26C#: Add `global::` namespace to generated sourceRaul Santos
2022-11-22Fully qualify C# default values in exported fields.R. Alex Hofer
2022-10-22Use `.generated` suffix for generated C# codeRaul Santos
2022-09-06C# Modify the MemberName generated for the user scriptMagian
2022-08-28C#: Ignore property indexers and report if exportedRaul Santos
2022-08-25Add MustBeVariant attribute and analyzerRaul Santos
2022-08-22C#: Add source generator for properties and exports default valuesIgnacio Roldán Etcheverry