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 C#: Begin move to .NET Core 2022-08-22 03:35:59 +02:00
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 C#: Begin move to .NET Core 2022-08-22 03:35:59 +02:00
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 C#: Upgrade to .NET 6 (5.0 -> 6.0) 2022-08-22 03:36:51 +02:00
.gitignore Add a simple C# .editorconfig 2021-07-23 17:04:53 -04:00
GodotTools.sln C#: Replace P/Invoke with delegate pointers 2022-08-22 03:36:52 +02:00