godot/modules/mono
reduz 360dea5348 Add GDExtension support to Script
* Ability to create script languages from GDExtension
* Some additions to gdnative_extension.h to make this happen
* Moved the GDExtension binder to core

This now allows creating scripting languages from GDExtension, with the same ease as if it was a module. It replaces the old PluginScript from Godot 3.x.
Warning: GodotCPP will need to be updated to support this (it may be a bit of work as ScriptInstance needs to be created over there again).
2022-03-27 16:13:00 +02:00
..
build_scripts Be more verbose about why msbuild tools could not be found 2022-01-29 07:16:34 +00:00
doc_classes Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
editor Support static methods in C# bindings generator 2022-03-22 19:36:57 +01:00
editor_templates Rename motion_velocity to velocity 2022-02-22 23:31:33 -08:00
glue Fix Slerp C# docs and add test cases for vectors in the same direction 2022-03-12 13:20:55 -06:00
icons
mono_gd Convert uses of DirAccess * to DirAccessRef to prevent memleaks 2022-03-11 09:13:11 +01:00
utils Style: Cleanup single-line blocks, semicolons, dead code 2022-02-16 14:06:29 +01:00
.editorconfig
.gitignore
__init__.py
class_db_api_json.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
class_db_api_json.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
config.py
csharp_script.cpp Remove VARIANT_ARG* macros 2022-03-09 18:39:13 +01:00
csharp_script.h Add GDExtension support to Script 2022-03-27 16:13:00 +02:00
Directory.Build.props
godotsharp_defs.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
godotsharp_dirs.cpp Editor: Cleanup some includes dependencies 2022-02-15 14:54:15 +01:00
godotsharp_dirs.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
managed_callable.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
managed_callable.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
mono_gc_handle.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
mono_gc_handle.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
register_types.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
register_types.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
SCsub Improve editor template workflow 2022-01-02 21:52:09 +01:00
SdkPackageVersions.props
signal_awaiter_utils.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
signal_awaiter_utils.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00