godot/scene
reduz fbd9599b04 Add a signal to notify when children nodes enter or exit tree
-Allows more fine grained notifications (hence better performance) than using the global scene tree signals (node added and removed).
-Required for #55950
2022-02-02 11:28:11 +01:00
..
2d Vectors: Use clear() and has(). 2022-02-02 00:11:09 +05:45
3d Merge pull request #57355 from akien-mga/method-bindings-clearer-types 2022-02-01 14:24:35 +01:00
animation Merge pull request #57372 from KoBeWi/tween_freeze() 2022-01-29 08:08:34 +01:00
audio Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
debugger Allow method binds to take Object subclasses as arguments 2022-01-25 09:03:36 -07:00
gui Merge pull request #57358 from akien-mga/signal-bindings-object 2022-02-01 14:24:47 +01:00
main Add a signal to notify when children nodes enter or exit tree 2022-02-02 11:28:11 +01:00
resources Vectors: Use clear() and has(). 2022-02-02 00:11:09 +05:45
property_utils.cpp Fix too broad assumption of null property defaults 2022-01-06 21:46:59 +01:00
property_utils.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
register_scene_types.cpp [VisualShader] Merge scalar and vector derivative functions into one 2022-01-28 22:19:10 +03:00
register_scene_types.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
scene_string_names.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
scene_string_names.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
SCsub Disable Node3D when compiling without 3D and fix disable_3d option 2021-08-13 08:59:48 -05:00