summaryrefslogtreecommitdiffstats
path: root/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators.Sample/ExportedProperties.cs
Commit message (Expand)AuthorAgeFilesLines
* Cleanup C# projects, code quality & stylePaul Joannon2024-02-271-83/+83
* C#: Rename `Object` to `GodotObject`Raul Santos2023-01-271-3/+3
* C#: Renames to follow .NET naming conventionsRaul Santos2023-01-271-7/+7
* Fix typos with codespellRémi Verschelde2022-12-151-1/+1
* C#: Rename SignalInfo to Signal and make awaitableRaul Santos2022-12-121-1/+1
* C#: Fix Generated ScriptProperty Error.Magian2022-11-271-0/+89
* 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