behaviour-tree-test/core/extension
2025-07-14 14:09:23 -05:00
..
extension_api_dump.cpp Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
extension_api_dump.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
gdextension.compat.inc
gdextension.cpp GDExtension: Prevent compatibility breakage from change to ClassDB::instantiate() for unexposed classes 2025-07-14 14:09:23 -05:00
gdextension.h GDExtension: Prevent compatibility breakage from change to ClassDB::instantiate() for unexposed classes 2025-07-14 14:09:23 -05:00
gdextension_interface.cpp Rename String::resize to resize_uninitialized, to better communicate to callers that new characters must be initialized. 2025-06-11 18:13:02 +02:00
gdextension_interface.h GDExtension: Prevent compatibility breakage from change to ClassDB::instantiate() for unexposed classes 2025-07-14 14:09:23 -05:00
gdextension_library_loader.cpp Merge pull request #105345 from Zylann/gdextension_print_version 2025-06-04 10:34:24 -05:00
gdextension_library_loader.h Add and require GDSOFTCLASS for Object subclasses that want to cast but do not use GDCLASS. 2025-03-31 20:49:50 +02:00
gdextension_loader.h Fix GDExtensionLoader using the wrong super type in GDSOFTCLASS. 2025-04-27 10:28:08 +02:00
gdextension_manager.cpp GDExtension: Always run shutdown callback before deinitializing any levels 2025-06-18 07:51:12 -05:00
gdextension_manager.h [GDExtension] Add function to register main loop callbacks 2025-06-10 04:55:20 +02:00
gdextension_special_compat_hashes.cpp Inline static variables (part 1) 2025-04-29 18:10:44 +02:00
gdextension_special_compat_hashes.h Inline static variables (part 1) 2025-04-29 18:10:44 +02:00
make_interface_dumper.py SCons: Make builders prettier, utilize constexpr 2025-03-11 18:31:20 -05:00
make_wrappers.py Style: Integrate #pragma once in builders/checks 2025-03-07 17:32:33 -06:00
SCsub