mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
* Added explicit return type to the SNAME macro. * Add some extra SNAME usages. * Change some ClassDB methods to use const StringName & arguments. * Cache the Window parent in Control because it's used in is_layout_rtl(), which is called often. * Only enable internal processing for viewports that need it. * Change CanvasItem::group to be a StringName because it's only used as that. |
||
|---|---|---|
| .. | ||
| callable_method_pointer.cpp | ||
| callable_method_pointer.h | ||
| class_db.cpp | ||
| class_db.h | ||
| make_virtuals.py | ||
| message_queue.cpp | ||
| message_queue.h | ||
| method_bind.cpp | ||
| method_bind.h | ||
| object.cpp | ||
| object.h | ||
| object_id.h | ||
| ref_counted.cpp | ||
| ref_counted.h | ||
| script_language.cpp | ||
| script_language.h | ||
| SCsub | ||
| undo_redo.cpp | ||
| undo_redo.h | ||