godot-module-template/core/extension
2026-03-04 09:54:10 +01:00
..
extension_api_dump.cpp Don't right-align escaped newlines, e.g. for #define. This has previously led to long diffs in the commit history. 2026-02-04 19:31:28 +01:00
extension_api_dump.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
gdextension.compat.inc Style: Add class_db.h includes explicitly 2026-02-26 15:50:28 -06:00
gdextension.cpp Change List copy constructor from implicit to explicit. 2026-01-30 18:58:42 +01:00
gdextension.h Merge pull request #107845 from dsnopek/gdextension-interface-json 2025-11-24 10:21:36 -06:00
gdextension_function_loader.cpp LibGodot: Core - Build Godot Engine as a Library 2025-10-07 02:15:41 +02:00
gdextension_function_loader.h LibGodot: Core - Build Godot Engine as a Library 2025-10-07 02:15:41 +02:00
gdextension_interface.cpp GDExtension: Store source of gdextension_interface.h in JSON 2025-11-11 14:58:45 -06:00
gdextension_interface.json Fix string_to_*_chars documentation 2026-02-01 14:50:55 +01:00
gdextension_interface.schema.json Omit return_value in gdextension_interface.json for void functions 2026-01-07 08:39:38 -06:00
gdextension_interface_header_generator.cpp Omit return_value in gdextension_interface.json for void functions 2026-01-07 08:39:38 -06:00
gdextension_interface_header_generator.h Use structed data for "deprecated" in gdextension_interface.json 2025-12-09 09:40:11 -06:00
gdextension_library_loader.cpp Explicitly include core/os/os.h where used 2026-03-04 09:54:10 +01:00
gdextension_library_loader.h iOS: Fix loading of xcframework dynamic libraries. 2025-11-14 16:31:09 -05:00
gdextension_loader.h Fix GDExtensionLoader using the wrong super type in GDSOFTCLASS. 2025-04-27 10:28:08 +02:00
gdextension_manager.cpp Explicitly include core/os/os.h where used 2026-03-04 09:54:10 +01:00
gdextension_manager.h LibGodot: Core - Build Godot Engine as a Library 2025-10-07 02:15:41 +02:00
gdextension_special_compat_hashes.cpp Add special compat methods for EditorFileDialog enum fns 2025-12-04 11:40:53 +01:00
gdextension_special_compat_hashes.h Remove Array include from dictionary.h and ustring.h. 2025-10-06 16:21:36 +02:00
godot_instance.cpp Explicitly include core/os/os.h where used 2026-03-04 09:54:10 +01:00
godot_instance.h GDExtension: Store source of gdextension_interface.h in JSON 2025-11-11 14:58:45 -06:00
libgodot.h GDExtension: Ensure LIBGODOT_API always defined 2026-01-05 12:35:31 -06:00
make_interface_dumper.py GDExtension: Store source of gdextension_interface.h in JSON 2025-11-11 14:58:45 -06:00
make_interface_header.py Omit return_value in gdextension_interface.json for void functions 2026-01-07 08:39:38 -06:00
make_wrappers.py Style: Integrate #pragma once in builders/checks 2025-03-07 17:32:33 -06:00
SCsub Style: Convert *.gen.inc to *.gen.h 2026-02-05 19:47:56 -06:00