virtualx-engine/core/extension
Juan Linietsky 1c93606e47 Add ValidatedCall to MethodBind
* This should optimize GDScript function calling _enormously_.
* It also should simplify the GDScript VM considerably.

NOTE: GDExtension calling performance has most likely been affected until going via ptrcall is fixed.
2023-04-30 20:01:26 +02:00
..
extension_api_dump.cpp Fix crash when dumping extension API in a non-writable directory 2023-03-08 15:05:44 +08:00
extension_api_dump.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gdextension.cpp Add ValidatedCall to MethodBind 2023-04-30 20:01:26 +02:00
gdextension.h Add support for icons in GDExtension classes 2023-03-31 21:39:02 +02:00
gdextension_interface.cpp GDExtension: array_set_typed() accepts enum instead of uint32_t 2023-02-08 23:24:56 +01:00
gdextension_interface.h Add ValidatedCall to MethodBind 2023-04-30 20:01:26 +02:00
gdextension_manager.cpp Add support for icons in GDExtension classes 2023-03-31 21:39:02 +02:00
gdextension_manager.h Add support for icons in GDExtension classes 2023-03-31 21:39:02 +02:00
make_interface_dumper.py Fix crash when dumping extension API in a non-writable directory 2023-03-08 15:05:44 +08:00
make_wrappers.py [GDExtension] Use function names with underscore for TextServer extension, add macros to generate wrappers for module functions. 2022-09-28 10:04:11 +03:00
SCsub Rename all gdnative occurences to gdextension 2022-12-12 11:04:57 +01:00