godot/core/extension
Rémi Verschelde 99bc4905cb Merge pull request #67138 from touilleMan/gdextension-typed-enum-in-struct
Use enum type in GDExtension info structs for better readability
2022-10-13 15:25:11 +02:00
..
extension_api_dump.cpp Fix extension_api.json Variant types incorrectly displayed as Nil 2022-10-10 13:54:33 +02:00
extension_api_dump.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
gdnative_interface.cpp Use constexpr in the conditions with template parameters and sizeofs to suppress C4127 warnings. 2022-09-29 10:38:21 +03:00
gdnative_interface.h Merge pull request #67138 from touilleMan/gdextension-typed-enum-in-struct 2022-10-13 15:25:11 +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_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
native_extension.cpp Rename String plus_file to path_join 2022-08-29 19:38:13 -05:00
native_extension.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