virtualx-engine/modules/mono/editor/GodotTools
Raul Santos 9a10701c69
C#: Assume 64-bit types when type has no meta
When the C# bindings generator finds a type without meta assume the type
refers to the 64-bit version of the type:
- `float` is converted to `double`
- `int` is converted to `long`
2022-09-01 10:29:52 +02:00
..
GodotTools C#: Assume 64-bit types when type has no meta 2022-09-01 10:29:52 +02:00
GodotTools.BuildLogger
GodotTools.Core Fix C# style with dotnet format 2022-08-27 03:22:31 +02:00
GodotTools.IdeMessaging Merge pull request #64956 from raulsntos/dotnet/format-ci 2022-08-29 07:03:20 +02:00
GodotTools.IdeMessaging.CLI
GodotTools.OpenVisualStudio Fix C# style with dotnet format 2022-08-27 03:22:31 +02:00
GodotTools.ProjectEditor Fix various C# exceptions 2022-08-26 16:56:00 +02:00
GodotTools.Shared
.gitignore
GodotTools.sln C#: Replace P/Invoke with delegate pointers 2022-08-22 03:36:52 +02:00