godot/core/object
Thaddeus Crews aa73f2c43f
Merge pull request #117575 from Ivorforce/gdtype-signals-obj
Integrate `GDType` signal ownership into `Object`, exchanging use of `ClassDB`
2026-04-10 10:32:21 -05: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 Add type filters to create dialog 2026-03-31 17:17:23 +02:00
class_db.h Add type filters to create dialog 2026-03-31 17:17:23 +02:00
gdtype.cpp Enable clang-tidy's performance-move-const-arg check 2026-03-31 18:57:24 -04: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 Integrate GDType signal ownership into Object, exchanging use of ClassDB. 2026-04-08 17:53:05 +02: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 Fix CI errors 2026-04-02 15:04:02 -04:00
script_language.h Add keyword code completion option 2026-04-08 20:04:08 +02:00
script_language_extension.cpp Add keyword code completion option 2026-04-08 20:04:08 +02: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