virtualx-engine/core/extension
Rémi Verschelde 83b426bca5
Merge pull request #67906 from groud/simpler_gdextension_config
Remove unnecessary checks when exporting gdextension binaries and allow using a prefix to auto-detect files
2022-12-06 11:01:09 +01:00
..
extension_api_dump.cpp Merge pull request #64427 from touilleMan/gdextension-skip-undefined-field-in-properties 2022-12-01 18:10:26 +01:00
extension_api_dump.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
gdnative_interface.cpp Fix const qualifier for parameters in GDExtension api functions 2022-12-02 23:00:01 +01:00
gdnative_interface.h Fix const qualifier for parameters in GDExtension api functions 2022-12-02 23:00:01 +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 Merge pull request #67906 from groud/simpler_gdextension_config 2022-12-06 11:01:09 +01:00
native_extension.h Merge pull request #67906 from groud/simpler_gdextension_config 2022-12-06 11:01:09 +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