summaryrefslogtreecommitdiffstats
path: root/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators.Sample/ExportedFields.cs
Commit message (Expand)AuthorAgeFilesLines
* Cleanup C# projects, code quality & stylePaul Joannon2024-02-271-61/+61
* C#: Rename `Object` to `GodotObject`Raul Santos2023-01-271-3/+3
* C#: Renames to follow .NET naming conventionsRaul Santos2023-01-271-7/+7
* C#: Rename SignalInfo to Signal and make awaitableRaul Santos2022-12-121-1/+1
* Fully qualify C# default values in exported fields.R. Alex Hofer2022-11-221-0/+5
* Fix C# style with `dotnet format`Raul Santos2022-08-271-4/+8
* C#: Re-introduce generic Godot Array and DictionaryIgnacio Roldán Etcheverry2022-08-221-0/+6
* C#: Array, Dictionary and marshaling refactoringIgnacio Roldán Etcheverry2022-08-221-32/+3
* C#: Add dedicated Variant struct, replacing System.ObjectIgnacio Roldán Etcheverry2022-08-221-2/+1
* C#: Add source generator for properties and exports default valuesIgnacio Roldán Etcheverry2022-08-221-0/+133