godot/scene/main
Evgeny Zuev 521280ec44 Fix duplication of node with script
When duplicating node with script, properties of script
weren't copied sometimes.
It happened because properties were copied in arbitrary
order, and properties of the script were setted before the
"script" property itself, i.e. while script is sill NULL.

Also, DUPLICATE_SCRIPTS flag wasn't working - script was
always copied because `_duplicate` looked for
"script/script" property while it should be just "script".

Now "script" property is being set before all others,
and "script/script" changed to
`CoreStringNames::get_singleton()->_script`.
2017-09-20 10:56:31 +07:00
..
canvas_layer.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
canvas_layer.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
http_request.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
http_request.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
instance_placeholder.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
instance_placeholder.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
node.cpp Fix duplication of node with script 2017-09-20 10:56:31 +07:00
node.h Dead code tells no tales 2017-08-27 22:13:45 +02:00
resource_preloader.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
resource_preloader.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
scene_tree.cpp Fix unused variable warnings 2017-09-08 15:03:53 +02:00
scene_tree.h Fix files header 2017-09-01 21:07:55 +07:00
SCsub style: Fix PEP8 whitespace issues in Python files 2016-11-01 00:35:16 +01:00
timer.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
timer.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
viewport.cpp Fix enums bindings 2017-09-13 20:57:07 +03:00
viewport.h Restored auto snapping of controls to pixels, fixes #10847 and probably several more issues. Made it optional in the project settings but defaults to true. 2017-09-07 11:22:07 -03:00