godot/core/object
Rémi Verschelde 1951485a07
Merge pull request #109892 from Ryan-000/Bind-Object-ConnectFlags-as-a-bitfield-instead-of-enum-
Bind `Object::ConnectFlags` as a bitfield, instead of enum.
2026-03-23 22:33:43 +01:00
..
callable_mp.cpp Rename callable_method_pointer.h to callable_mp.h and include it explicitly 2026-03-04 16:23:23 +01:00
callable_mp.h Rename callable_method_pointer.h to callable_mp.h and include it explicitly 2026-03-04 16:23:23 +01:00
class_db.cpp Move signal ownership from ClassDB to GDType. 2026-03-17 11:58:10 +01:00
class_db.h split method_bind_common.h from method_bind.h 2026-03-18 17:41:32 -04:00
gdtype.cpp Move signal ownership from ClassDB to GDType. 2026-03-17 11:58:10 +01:00
gdtype.h Move signal ownership from ClassDB to GDType. 2026-03-17 11:58:10 +01:00
make_virtuals.py Remove unused includes in core with clangd-tidy 2026-03-11 06:41:36 +01:00
message_queue.cpp Remove unused includes in core with clangd-tidy 2026-03-11 06:41:36 +01:00
message_queue.h Decouple node.h from scene_tree.h, minimize its other includes 2026-03-05 13:54:46 +01:00
method_bind.cpp split method_bind_common.h from method_bind.h 2026-03-18 17:41:32 -04:00
method_bind.h split method_bind_common.h from method_bind.h 2026-03-18 17:41:32 -04:00
method_bind_common.h split method_bind_common.h from method_bind.h 2026-03-18 17:41:32 -04:00
method_info.cpp CI: Implement clangd-tidy as GitHub Action 2026-03-20 09:16:38 -05:00
method_info.h Style: Apply clang-format grouping rules 2026-03-17 20:11:01 +01:00
object.cpp Bind Object::ConnectFlags as a bitfield, instead of enum. 2026-03-18 15:21:18 -04:00
object.h Merge pull request #117474 from Ivorforce/gdtype-signals 2026-03-18 11:43:30 -05:00
object_id.h Rewrite HashMapHasherDefault based on type traits - it is now possible to declare a default hashing function for any type. 2025-10-05 01:49:11 +02:00
property_info.cpp Separate method and property info into separate files 2026-03-16 09:59:10 -03:00
property_info.h Separate method and property info into separate files 2026-03-16 09:59:10 -03:00
ref_counted.cpp Remove unused includes in core with clangd-tidy 2026-03-11 06:41:36 +01:00
ref_counted.h Make memnew(RefCounted) return Ref, to force callers to take ownership of it through a reference. 2026-03-18 20:34:08 +01:00
script_backtrace.cpp Style: Add class_db.h includes explicitly 2026-02-26 15:50:28 -06:00
script_backtrace.h Improve to_string() and add it to Resource 2025-10-09 00:54:38 +02:00
script_instance.cpp Remove empty constructors and destructors from core/ 2025-11-17 20:09:05 +01:00
script_instance.h Minimize includes from gdvirtual.gen.inc / script_instance.h, to improve compile time. 2026-01-30 17:47:13 +01:00
script_language.cpp Merge pull request #115192 from Naros/script-api-fix-has-methods 2026-03-14 12:15:50 +01:00
script_language.h Remove unused edit_request_func and import in script_language.cpp 2026-02-05 12:45:18 +01:00
script_language_extension.cpp Style: Add class_db.h includes explicitly 2026-02-26 15:50:28 -06:00
script_language_extension.h Style: Convert *.gen.inc to *.gen.h 2026-02-05 19:47:56 -06:00
SCsub Style: Convert *.gen.inc to *.gen.h 2026-02-05 19:47:56 -06:00
undo_redo.cpp Style: Add class_db.h includes explicitly 2026-02-26 15:50:28 -06:00
undo_redo.h Split VariantCaster from binder_common.h 2026-03-10 17:59:33 +08:00
worker_thread_pool.cpp Style: Add class_db.h includes explicitly 2026-02-26 15:50:28 -06:00
worker_thread_pool.h Remove unused includes in core with clangd-tidy 2026-03-11 06:41:36 +01:00