virtualx-engine/scene/main
Pedro J. Estébanez 922cf9fbb0 Fix crash on node duplication
That happened when an instanced scene was being duplicated while it also contained nodes added to it in the scene holding the instance.

Plus:
- Add comments about the logic behind all this.
- Move the null guard to where it can protect the most, but consider it a runtime error rather that a situation we expect.

Fixes #13282.
2017-11-25 21:14:35 +01:00
..
canvas_layer.cpp Unify degree members and properties 2017-11-10 12:52:07 +01:00
canvas_layer.h Unify degree members and properties 2017-11-10 12:52:07 +01:00
http_request.cpp -Modules can now add custom version info (added it for Mono) 2017-11-01 23:13:27 -03: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 crash on node duplication 2017-11-25 21:14:35 +01:00
node.h Merge pull request #12284 from bojidar-bg/allow-subproperty-set 2017-11-21 22:44:14 +01: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 Made Vector::ptrw explicit for writing, compiler was sometimes using the wrong function, 2017-11-25 00:09:40 -03:00
scene_tree.h Merge pull request #12224 from NathanWarden/scene_tree_added_signal 2017-10-20 22:10:47 +02:00
SCsub style: Fix PEP8 whitespace issues in Python files 2016-11-01 00:35:16 +01:00
timer.cpp Refactor Fixed to Physics 2017-10-21 21:28:08 +07:00
timer.h Renamed fixed_process to physics_process 2017-09-30 16:19:07 +02:00
viewport.cpp Removed type_mask and fixed some variable name 2017-11-21 22:56:40 +01: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