godot/modules/mono/editor/GodotTools
Ignacio Roldán Etcheverry 97713ff77a C#: Add source generator for signals as events
Changed the signal declaration signal to:

```
// The following generates a MySignal event
[Signal] public delegate void MySignalEventHandler(int param);
```
2022-08-22 03:36:52 +02:00
..
GodotTools C#: Add source generator for signals as events 2022-08-22 03:36:52 +02:00
GodotTools.BuildLogger C#: Begin move to .NET Core 2022-08-22 03:35:59 +02:00
GodotTools.Core C#: Upgrade to .NET 6 (5.0 -> 6.0) 2022-08-22 03:36:51 +02:00
GodotTools.IdeMessaging Mono: Update Newtonsoft.Json to 13.0.1 2022-06-23 16:24:16 +02:00
GodotTools.IdeMessaging.CLI C#: Begin move to .NET Core 2022-08-22 03:35:59 +02:00
GodotTools.OpenVisualStudio C#: Begin move to .NET Core 2022-08-22 03:35:59 +02:00
GodotTools.ProjectEditor C#: Upgrade to .NET 6 (5.0 -> 6.0) 2022-08-22 03:36:51 +02:00
GodotTools.Shared C#: Upgrade to .NET 6 (5.0 -> 6.0) 2022-08-22 03:36:51 +02:00
.gitignore
GodotTools.sln C#/netcore: Add base desktop game export implementation 2022-08-22 03:36:51 +02:00