godot/core/extension
Rémi Verschelde d1a155e3cd Fix various -Wmaybe-uninitialized warnings from GCC 12.2.1
Not sure why I didn't get those before, it may be due to upstream
changes (12.2.1 is a moving target, it's basically 12.3-dev), or simply
rebuilding Godot from scratch with different options.
2022-09-22 11:29:48 +02:00
..
extension_api_dump.cpp Fix various -Wmaybe-uninitialized warnings from GCC 12.2.1 2022-09-22 11:29:48 +02:00
extension_api_dump.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
gdnative_interface.cpp Fix hash mismatch error print in gdextension's gdnative_classdb_get_method_bind 2022-09-21 00:41:48 +02:00
gdnative_interface.h Move some methods to Animation from Variant for refactoring 2022-09-15 04:52:43 +09:00
make_wrappers.py Add GDExtension support to Script 2022-03-27 16:13:00 +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
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