godot/modules/mono
Ignacio Roldán Etcheverry 50b603c7dc C#: Begin move to .NET Core
We're targeting .NET 5 for now to make development easier while
.NET 6 is not yet released.

TEMPORARY REGRESSIONS
---------------------

Assembly unloading is not implemented yet. As such, many Godot
resources are leaked at exit. This will be re-implemented later
together with assembly hot-reloading.
2021-09-22 08:27:12 +02:00
..
build_scripts C#: Begin move to .NET Core 2021-09-22 08:27:12 +02:00
doc_classes C#: Begin move to .NET Core 2021-09-22 08:27:12 +02:00
editor C#: Begin move to .NET Core 2021-09-22 08:27:12 +02:00
glue C#: Begin move to .NET Core 2021-09-22 08:27:12 +02:00
icons Optimize SVG using svgcleaner --multipass 2020-10-25 10:02:37 +01:00
mono_gd C#: Begin move to .NET Core 2021-09-22 08:27:12 +02:00
utils C#: Begin move to .NET Core 2021-09-22 08:27:12 +02:00
.editorconfig Add a simple C# .editorconfig 2021-07-23 17:04:53 -04:00
.gitignore
__init__.py
class_db_api_json.cpp Use const references where possible for List range iterators 2021-07-25 12:22:25 +02:00
class_db_api_json.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
config.py C#: Begin move to .NET Core 2021-09-22 08:27:12 +02:00
csharp_script.cpp C#: Begin move to .NET Core 2021-09-22 08:27:12 +02:00
csharp_script.h C#: Begin move to .NET Core 2021-09-22 08:27:12 +02:00
Directory.Build.props Add C# source generator for a new ScriptPath attribute 2021-03-06 21:50:32 +01:00
godotsharp_defs.h C#: Restructure code prior move to .NET Core 2021-09-22 06:38:00 +02:00
godotsharp_dirs.cpp C#: Restructure code prior move to .NET Core 2021-09-22 06:38:00 +02:00
godotsharp_dirs.h C#: Restructure code prior move to .NET Core 2021-09-22 06:38:00 +02:00
managed_callable.cpp C#: Begin move to .NET Core 2021-09-22 08:27:12 +02:00
managed_callable.h C#: Begin move to .NET Core 2021-09-22 08:27:12 +02:00
mono_gc_handle.cpp C#: Begin move to .NET Core 2021-09-22 08:27:12 +02:00
mono_gc_handle.h C#: Begin move to .NET Core 2021-09-22 08:27:12 +02:00
register_types.cpp Namespaces instead of underscore prefix for binds 2021-08-17 16:10:09 +02:00
register_types.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
SCsub C#: Move marshaling logic and generated glue to C# 2021-08-20 10:24:56 +02:00
SdkPackageVersions.props C#: Fix ScriptPathAttribute generator with none or nested namespaces 2021-03-13 01:04:59 +01:00
signal_awaiter_utils.cpp C#: Begin move to .NET Core 2021-09-22 08:27:12 +02:00
signal_awaiter_utils.h C#: Restructure code prior move to .NET Core 2021-09-22 06:38:00 +02:00