virtualx-engine/modules/mono/editor/Godot.NET.Sdk
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
..
Godot.NET.Sdk [Web] Rename JavaScript platform to Web. 2022-08-29 11:52:00 +02:00
Godot.SourceGenerators C#: Fix exported game crash because of uninitialized callbacks 2022-08-29 17:37:56 +02:00
Godot.SourceGenerators.Sample C#: Assume 64-bit types when type has no meta 2022-09-01 10:29:52 +02:00
Godot.NET.Sdk.sln C#: Begin move to .NET Core 2022-08-22 03:35:59 +02:00