summaryrefslogtreecommitdiff
path: root/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators/ScriptPathAttributeGenerator.cs
AgeCommit message (Expand)Author
2023-03-27C#: Encode GodotProjectDir as Base64 to prevent issues with special charactersRaul Santos
2022-12-28C#: Avoid generic types in the script path attribute generatorRaul Santos
2022-11-26C#: Add `global::` namespace to generated sourceRaul Santos
2022-10-22Use `.generated` suffix for generated C# codeRaul Santos
2022-08-22C#: Add source generator for properties and exports default valuesIgnacio Roldán Etcheverry
2022-08-22C#/netcore: Add base desktop game export implementationIgnacio Roldán Etcheverry
2022-08-22C#: Add initial implementation of source generator for script membersIgnacio Roldán Etcheverry
2021-12-05Fix Godot.SourceGenerators for generic classesRaul Santos
2021-03-13C#: Fix ScriptPathAttribute generator with none or nested namespacesIgnacio Etcheverry
2021-03-06Add C# source generator for a new ScriptPath attributeIgnacio Etcheverry