behaviour-tree-test/core/object
Thaddeus Crews 6e69760134
Merge pull request #111967 from Ivorforce/object-cast-to-protect
Statically protect `Object::cast_to` for unrelated `Object` types.
2025-11-25 07:06:48 -06:00
..
callable_method_pointer.cpp
callable_method_pointer.h
class_db.cpp Remove empty constructors and destructors from core/ 2025-11-17 20:09:05 +01:00
class_db.h Remove empty constructors and destructors from core/ 2025-11-17 20:09:05 +01:00
gdtype.cpp Add GDType and Object::_gdtype_ptr for first-class Object typing. 2025-10-01 18:49:48 +02:00
gdtype.h Add GDType and Object::_gdtype_ptr for first-class Object typing. 2025-10-01 18:49:48 +02:00
make_virtuals.py Simplify gdvirtual.gen.inc _get_method_info arguments with a helper function. 2025-10-07 22:23:43 +02:00
message_queue.cpp
message_queue.h
method_bind.cpp
method_bind.h
object.cpp Speed up signal disconnects in the editor 2025-10-22 22:27:25 -07:00
object.h Merge pull request #111967 from Ivorforce/object-cast-to-protect 2025-11-25 07:06:48 -06: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
ref_counted.cpp
ref_counted.h Remove empty constructors and destructors from core/ 2025-11-17 20:09:05 +01:00
script_backtrace.cpp
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 Remove empty constructors and destructors from core/ 2025-11-17 20:09:05 +01:00
script_language.cpp CodeEdit: Use flag to recalculate characteristics 2025-10-13 16:17:19 +02:00
script_language.h CodeEdit: Use flag to recalculate characteristics 2025-10-13 16:17:19 +02:00
script_language_extension.cpp
script_language_extension.h Remove empty constructors and destructors from core/ 2025-11-17 20:09:05 +01:00
SCsub
undo_redo.cpp Remove callable_bind.h from object.h 2025-10-14 16:24:05 +08:00
undo_redo.h Remove empty constructors and destructors from core/ 2025-11-17 20:09:05 +01:00
worker_thread_pool.cpp Increase stack size for all secondary threads on Apple platforms 2025-10-27 12:49:35 +01:00
worker_thread_pool.h Core: Cleanup headers in core/config 2025-10-06 09:20:56 -05:00