godot/scene/main
Rémi Verschelde 9591e2950a Node::duplicate: Don't set name if original node is nameless
In practice this only happens when duplicating a node which is not in
the scene tree yet, as nameless nodes get assigned a generated name
when added to the scene tree.

Fixes #27319.

(cherry picked from commit 0823ae7ae4)
2019-11-12 11:45:10 +01:00
..
canvas_layer.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
canvas_layer.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
http_request.cpp Small fixes, mostly dupicated code 2019-09-24 09:00:45 +02:00
http_request.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
instance_placeholder.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
instance_placeholder.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
node.cpp Node::duplicate: Don't set name if original node is nameless 2019-11-12 11:45:10 +01:00
node.h Add check in folding to see if the nodepath exists to avoid message spam. 2019-01-30 20:19:44 -08:00
resource_preloader.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
resource_preloader.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
scene_tree.cpp Update transforms after timers update to make sure changes are made before render 2019-11-11 13:29:22 +01:00
scene_tree.h Scene: Ensure classes match their header filename 2019-02-12 17:21:48 +01:00
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
timer.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
timer.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
viewport.cpp Cancel tooltip when hiding the node it belongs to 2019-11-12 11:12:33 +01:00
viewport.h Fix fake null-motion mouse event flood 2019-03-09 22:04:17 +01:00