index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
editor
/
scene_tree_dock.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Fix nodes being deselected upon reparenting
aXu-AP
2023-10-31
1
-0
/
+3
|
|
/
*
|
Merge pull request #84445 from Rubonnek/add-const-references-clang-tidy
Rémi Verschelde
2024-01-04
1
-1
/
+1
|
\
\
|
*
|
Add const references detected by clang-tidy
Wilson E. Alvarez
2023-12-16
1
-1
/
+1
*
|
|
Merge pull request #82802 from marcinn/fix-82756-prevent-saving-children-with...
Rémi Verschelde
2024-01-03
1
-5
/
+15
|
\
\
\
|
*
|
|
Fix #82756: Save branch as scene saves children without owner set
Marcin Nowak
2023-11-16
1
-5
/
+15
*
|
|
|
Merge pull request #86211 from TheSofox/node-duplicate-undo-fix
Rémi Verschelde
2024-01-02
1
-3
/
+10
|
\
\
\
\
|
*
|
|
|
Fixed duplicating nodes at different depths in SceneTreeDock
Sofox
2023-12-22
1
-3
/
+10
|
|
|
/
/
|
|
/
|
|
*
/
|
|
Fix scene dock search losing its default tooltip after typing an invalid filter
Michael Alexsander
2023-12-17
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #84882 from Invertex/select-instance-asset
Yuri Sizov
2023-12-14
1
-0
/
+19
|
\
\
\
|
*
|
|
Added "Show In FileSystem" right-click option to Scene hierarchy nodes.
Invertex
2023-12-13
1
-0
/
+19
|
|
/
/
*
|
|
Merge pull request #85236 from YuriSizov/editor-flat-remote
Yuri Sizov
2023-12-08
1
-4
/
+4
|
\
\
\
|
*
|
|
Use the flat button style on switches in scene and node docks
Yuri Sizov
2023-11-22
1
-4
/
+4
|
|
/
/
*
|
|
Merge pull request #85181 from TheSofox/reparent-container-undo-fix
Rémi Verschelde
2023-12-04
1
-1
/
+6
|
\
\
\
|
*
|
|
Restored Control layout properties you undo a parenting of a Control to a Con...
Sofox
2023-11-22
1
-1
/
+6
|
|
/
/
*
/
/
Disable a prohibitively slow code branch when reparenting nodes
Yuri Sizov
2023-11-29
1
-0
/
+3
|
/
/
*
|
Don't use TTR/RTR for ERR/WARN prints
Rémi Verschelde
2023-11-12
1
-2
/
+2
*
|
Fix node names of submenu items across the editor
Yuri Sizov
2023-11-08
1
-2
/
+2
*
|
Merge pull request #83596 from SaracenOne/node_copy_paste_fix
Yuri Sizov
2023-11-06
1
-8
/
+21
|
\
\
|
*
|
Fix ownership bugs in node copy and pasting.
Saracen
2023-11-04
1
-8
/
+21
*
|
|
Fix perform_node_renames handling of AnimationMixers track paths
Saracen
2023-11-02
1
-75
/
+93
|
|
/
|
/
|
*
|
Merge pull request #83934 from KoBeWi/give_back_animations_to_animation_editor
Rémi Verschelde
2023-10-28
1
-0
/
+5
|
\
\
|
*
|
Fix animation track paths updated by scene dock
kobewi
2023-10-25
1
-0
/
+5
*
|
|
Remove toggling of unique names in subscenes
Saracen
2023-10-28
1
-1
/
+24
*
|
|
Merge pull request #84022 from SaracenOne/validate_renames
Rémi Verschelde
2023-10-27
1
-0
/
+6
|
\
\
\
|
*
|
|
Add foreign validation warning for rename actions.
Saracen
2023-10-26
1
-0
/
+6
|
|
/
/
*
|
|
Merge pull request #81510 from garychia/unedit_created_script
Rémi Verschelde
2023-10-26
1
-0
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Avoid changing the currently edited object when attaching a script
Chia-Hsiang Cheng
2023-09-10
1
-0
/
+5
*
|
|
Merge pull request #83597 from SaracenOne/duplicate_foreign_nodes
Rémi Verschelde
2023-10-25
1
-6
/
+11
|
\
\
\
|
*
|
|
Support duplication of foreign nodes.
Saracen
2023-10-18
1
-6
/
+11
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #81737 from Mickeon/fix-connection-inherited-packed-scene
Rémi Verschelde
2023-10-24
1
-0
/
+16
|
\
\
\
|
*
|
|
Fix internal CONNECT_INHERITED being saved in PackedScene & Make Local
Micky
2023-10-03
1
-0
/
+16
*
|
|
|
Merge pull request #83815 from timothyqiu/as
Rémi Verschelde
2023-10-23
1
-3
/
+3
|
\
\
\
\
|
*
|
|
|
Fix "as" capitalization in editor strings
Haoyu Qiu
2023-10-23
1
-3
/
+3
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #82486 from timothyqiu/the-node-who-lived
Rémi Verschelde
2023-10-23
1
-0
/
+10
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix "Some nodes are referenced by animation tracks" when deleting instance
Haoyu Qiu
2023-09-28
1
-0
/
+10
*
|
|
|
Merge pull request #83386 from SaracenOne/make_local_inherited
Rémi Verschelde
2023-10-16
1
-0
/
+4
|
\
\
\
\
|
*
|
|
|
Disallow 'Make Local' command on inherited nodes.
Saracen
2023-10-15
1
-0
/
+4
*
|
|
|
|
Don't try updating wrong NodePaths in resources
kobewi
2023-10-13
1
-4
/
+9
|
/
/
/
/
*
|
|
|
Merge pull request #80817 from garychia/reparent_node
Rémi Verschelde
2023-10-10
1
-1
/
+13
|
\
\
\
\
|
*
|
|
|
Avoid creating any useless undo action when dragging nodes in place
Chia-Hsiang Cheng
2023-08-26
1
-1
/
+13
*
|
|
|
|
Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-10-08
1
-2
/
+2
*
|
|
|
|
Merge pull request #80721 from tom95/resource-node-path-renaming
Rémi Verschelde
2023-10-03
1
-0
/
+26
|
\
\
\
\
\
|
*
|
|
|
|
recurse into resources to check for changed node paths
Tom Beckmann
2023-10-02
1
-0
/
+26
|
|
/
/
/
/
*
|
/
/
/
Implement AnimationManager the base class of AnimationPlayer/Tree
Silc Lizard (Tokage) Renew
2023-09-29
1
-2
/
+2
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Fix submenus deleted accidentally
kobewi
2023-09-26
1
-2
/
+2
*
|
|
|
Clarify filtering by node type and group in the Scene tree dock
Hugo Locurcio
2023-09-22
1
-1
/
+2
*
|
|
|
Replace Ctrl in editor shortcuts with Cmd or Ctrl depending on platform
ajreckof
2023-09-19
1
-1
/
+1
*
|
|
|
[Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-15
1
-13
/
+13
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #81673 from KoBeWi/only_child
Yuri Sizov
2023-09-15
1
-2
/
+12
|
\
\
\
|
*
|
|
Don't paste nodes as sibling of scene root
kobewi
2023-09-15
1
-2
/
+12
[prev]
[next]