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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Spartan322
2024-10-13
1
-0
/
+2
*
Fix "reparent to new node" not remembering index
RedMser
2024-09-17
1
-1
/
+2
*
Merge pull request #91265 from AeioMuch/fix_drop_reparent
Rémi Verschelde
2024-06-10
1
-0
/
+3
|
\
|
*
Fix reparent when hovering after delay
AeioMuch
2024-05-31
1
-0
/
+3
*
|
Create AudioStreamPlayer when dropping AudioStream
Haoyu Qiu
2024-05-19
1
-1
/
+2
|
/
*
Fix going forward backward in editor selection history.
ajreckof
2024-04-14
1
-0
/
+1
*
Inspect hovered node while dragging
AeioMuch
2024-04-10
1
-0
/
+8
*
Add const lvalue ref to editor/* container parameters
Muller-Castro
2024-02-26
1
-6
/
+6
*
Add an option to center children around the new parent when reparenting
Bitlytic
2024-02-14
1
-0
/
+1
*
Add support for search shortcut to all docks
passivestar
2024-01-22
1
-0
/
+1
*
Fix behavior of 'Editable Children' toggle.
SaracenOne
2024-01-09
1
-0
/
+3
*
Merge pull request #82802 from marcinn/fix-82756-prevent-saving-children-with...
Rémi Verschelde
2024-01-03
1
-1
/
+1
|
\
|
*
Fix #82756: Save branch as scene saves children without owner set
Marcin Nowak
2023-11-16
1
-1
/
+1
*
|
Added "Show In FileSystem" right-click option to Scene hierarchy nodes.
Invertex
2023-12-13
1
-0
/
+1
|
/
*
Merge pull request #83596 from SaracenOne/node_copy_paste_fix
Yuri Sizov
2023-11-06
1
-0
/
+1
|
\
|
*
Fix ownership bugs in node copy and pasting.
Saracen
2023-11-04
1
-0
/
+1
*
|
Merge pull request #81737 from Mickeon/fix-connection-inherited-packed-scene
Rémi Verschelde
2023-10-24
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix internal CONNECT_INHERITED being saved in PackedScene & Make Local
Micky
2023-10-03
1
-0
/
+1
*
|
Don't try updating wrong NodePaths in resources
kobewi
2023-10-13
1
-1
/
+1
|
/
*
Merge pull request #79467 from Calinou/editor-add-paste-as-sibling
Rémi Verschelde
2023-08-07
1
-1
/
+2
|
\
|
*
Add a shortcut to paste nodes as sibling of the selected node
Hugo Locurcio
2023-07-14
1
-1
/
+2
*
|
Merge pull request #78300 from ajreckof/fix-replace-node-destroying-Node-prop...
Yuri Sizov
2023-08-03
1
-1
/
+4
|
\
\
|
*
|
Fix replace node deleting `Node` properties.
ajreckof
2023-08-03
1
-1
/
+4
|
|
/
*
/
Avoid duplicating the 'Filters' section
Chia-Hsiang Cheng
2023-07-23
1
-1
/
+0
|
/
*
Prompt to confirm anim track delete on node delete
kobewi
2023-04-25
1
-0
/
+5
*
Decouple EditorInterface from EditorPlugin
Yuri Sizov
2023-04-17
1
-1
/
+2
*
Improve includes of EditorNode (and everything else)
Yuri Sizov
2023-04-07
1
-2
/
+1
*
Add a list of all sub-resources used in the scene
kobewi
2023-04-05
1
-1
/
+4
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Use forward-declarations in big editor classes
trollodel
2022-11-29
1
-13
/
+7
*
Use forward-declarations in EditorPlugin where possible
trollodel
2022-11-11
1
-0
/
+2
*
Expose and warn about Node Filters in Scene Tree Dock
Micky
2022-10-06
1
-0
/
+10
*
Merge pull request #65933 from Mickeon/remove-scene-tree-dock-unused
Rémi Verschelde
2022-09-21
1
-3
/
+0
|
\
|
*
Remove unused `import_subscene()` in Scene Tree Dock
Micky
2022-09-16
1
-3
/
+0
*
|
Tree recursive folding
Ninni Pipping
2022-09-21
1
-4
/
+0
|
/
*
Remove pathed get_node() use from scene tree dock
kobewi
2022-09-03
1
-0
/
+4
*
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-25
1
-1
/
+1
*
Don't handle pending clicks outside scene tree
kobewi
2022-06-10
1
-0
/
+1
*
Merge pull request #61162 from KoBeWi/drag_nodes_like_a_boss
Rémi Verschelde
2022-05-23
1
-1
/
+2
|
\
|
*
Only switch to node when not dragging it
kobewi
2022-05-18
1
-1
/
+2
*
|
Add a new HashSet template
reduz
2022-05-20
1
-1
/
+1
|
/
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-9
/
+11
*
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
1
-4
/
+4
*
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-05-02
1
-1
/
+1
*
Merge pull request #59979 from bruvzg/cpp_check2
Rémi Verschelde
2022-04-27
1
-1
/
+1
|
\
|
*
Fix more issues found by cppcheck.
bruvzg
2022-04-20
1
-1
/
+1
*
|
Implement Scene Unique Nodes
reduz
2022-04-25
1
-1
/
+1
|
/
*
[Input] Add extra `shortcut_input` input processing step to process Unicode c...
bruvzg
2022-04-05
1
-1
/
+1
*
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-04-04
1
-36
/
+36
[next]