virtualx-engine/core/extension
Rémi Verschelde fc2241d5d8
Merge pull request #64360 from touilleMan/gdextension-correct-rect2-members-offsets-declaration
[GDExtension] Correct Rect2 members offsets declaration in extension_api.json generator
2022-12-01 18:10:05 +01:00
..
extension_api_dump.cpp Correct Rect2 members offsets declaration in extension_api.json generator 2022-11-12 20:12:04 +01:00
extension_api_dump.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
gdnative_interface.cpp Uses StringName in GDExtension perf critical instance creation & method/properties setter/getter 2022-11-08 21:44:07 +01:00
gdnative_interface.h Extension header: fix typos, documentation and member order 2022-11-16 00:51:48 +01:00
make_interface_dumper.py Implement a way to dump the gdnative_interface.h file from the executable 2022-10-13 10:03:30 +02: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
native_extension.cpp Extension header: fix typos, documentation and member order 2022-11-16 00:51:48 +01:00
native_extension.h Use StringName in the whole GDExtension API instead of const char * 2022-11-08 21:44:07 +01:00
native_extension_manager.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
native_extension_manager.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
SCsub Implement a way to dump the gdnative_interface.h file from the executable 2022-10-13 10:03:30 +02:00