Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup C# projects, code quality & style | Paul Joannon | 2024-02-27 | 1 | -61/+61 |
* | C#: Rename `Object` to `GodotObject` | Raul Santos | 2023-01-27 | 1 | -3/+3 |
* | C#: Renames to follow .NET naming conventions | Raul Santos | 2023-01-27 | 1 | -7/+7 |
* | C#: Rename SignalInfo to Signal and make awaitable | Raul Santos | 2022-12-12 | 1 | -1/+1 |
* | Fully qualify C# default values in exported fields. | R. Alex Hofer | 2022-11-22 | 1 | -0/+5 |
* | Fix C# style with `dotnet format` | Raul Santos | 2022-08-27 | 1 | -4/+8 |
* | C#: Re-introduce generic Godot Array and Dictionary | Ignacio Roldán Etcheverry | 2022-08-22 | 1 | -0/+6 |
* | C#: Array, Dictionary and marshaling refactoring | Ignacio Roldán Etcheverry | 2022-08-22 | 1 | -32/+3 |
* | C#: Add dedicated Variant struct, replacing System.Object | Ignacio Roldán Etcheverry | 2022-08-22 | 1 | -2/+1 |
* | C#: Add source generator for properties and exports default values | Ignacio Roldán Etcheverry | 2022-08-22 | 1 | -0/+133 |