virtualx-engine/core/extension
Hugo Locurcio 27a072c884
Print expected os.arch tuple for current platform in GDExtension error
This also adds `Engine.get_architecture_name()` to get the name of the
CPU architecture the Godot binary was built for.
2022-08-08 19:30:34 +02:00
..
extension_api_dump.cpp Implement Vector4, Vector4i, Projection 2022-07-23 14:00:01 +02:00
extension_api_dump.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
gdnative_interface.cpp Implement Vector4, Vector4i, Projection 2022-07-23 14:00:01 +02:00
gdnative_interface.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
make_wrappers.py Add GDExtension support to Script 2022-03-27 16:13:00 +02:00
native_extension.cpp Print expected os.arch tuple for current platform in GDExtension error 2022-08-08 19:30:34 +02:00
native_extension.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02: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 Add GDExtension support to Script 2022-03-27 16:13:00 +02:00