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_editor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disable the OK button when no node is selected.
Chia-Hsiang Cheng
2022-07-14
1
-0
/
+8
*
Avoid possibly showing two Dialogs at the same time
Rindbee
2022-06-21
1
-1
/
+2
*
Fix crash with empty scenes
kobewi
2022-06-04
1
-0
/
+5
*
Merge pull request #61488 from fire-forge/filter
Rémi Verschelde
2022-05-30
1
-1
/
+1
|
\
|
*
Use consistent casing in editor filter/search bars
FireForge
2022-05-28
1
-1
/
+1
*
|
Optimize SceneTreeEditor filtering
kobewi
2022-05-24
1
-33
/
+43
|
/
*
Add the button pressed to some signals in Tree
trollodel
2022-05-21
1
-5
/
+19
*
Add a new HashSet template
reduz
2022-05-20
1
-2
/
+2
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-2
/
+2
*
Show list of groups in node tooltip
kobewi
2022-05-12
1
-5
/
+16
*
Cleanup metadata usage
kobewi
2022-05-06
1
-8
/
+4
*
Merge pull request #60161 from V-Sekai/instanced_children_color
Rémi Verschelde
2022-05-05
1
-1
/
+1
|
\
|
*
Make instance's editable children use warning color instead of disabled color
SaracenOne
2022-04-11
1
-1
/
+1
*
|
Implement Scene Unique Nodes
reduz
2022-04-25
1
-0
/
+18
|
/
*
Fix errors when locking nodes
Michael Alexsander
2022-03-27
1
-4
/
+4
*
Initialize bools in the headers in editor
Aaron Franke
2022-03-12
1
-10
/
+0
*
Replace some bits of code left to work with the new `TabContainer`
Michael Alexsander
2022-03-04
1
-2
/
+4
*
Convert _notification methods to switch - Chunk C
Jakob Bouchard
2022-02-16
1
-0
/
+5
*
Editor: Cleanup some includes dependencies
Rémi Verschelde
2022-02-15
1
-0
/
+1
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-0
/
+1
*
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-08
1
-2
/
+2
*
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
1
-2
/
+2
*
Add missing SNAME macro optimization in some function calls
jmb462
2022-02-06
1
-2
/
+2
*
Add visibility to CanvasLayer
kobewi
2022-02-05
1
-1
/
+15
*
Rename String::is_subsequence_ofi to String::is_subsequence_ofn
Wilson E. Alvarez
2022-01-26
1
-1
/
+1
*
Store panels and docks singletons in their own classes
trollodel
2022-01-20
1
-4
/
+4
*
Fix theming update in several editor classes
Yuri Roubinsky
2022-01-16
1
-2
/
+9
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-7
/
+7
*
Fix bad popups offset in editor with single window off
jmb462
2021-12-06
1
-1
/
+1
*
Merge pull request #52962 from mujpao/fix-right-click-sub-nodes
Rémi Verschelde
2021-10-07
1
-1
/
+1
|
\
|
*
Fix right clicking sub nodes after renaming parent
mujpao
2021-09-23
1
-1
/
+1
*
|
Merge pull request #45699 from TokageItLab/implement-skeleton-editor-gizmo
Rémi Verschelde
2021-10-06
1
-2
/
+2
|
\
\
|
*
|
Implemented SkeletonEditorGizmo
Silc Renew
2021-10-07
1
-2
/
+2
*
|
|
Merge pull request #51413 from KoBeWi/🚗
Rémi Verschelde
2021-10-04
1
-10
/
+19
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add option to not expand tree on node select
kobewi
2021-08-12
1
-10
/
+19
*
|
|
Rename Node's `filename` property to `scene_file_path` for clarity
Hugo Locurcio
2021-09-30
1
-4
/
+4
*
|
|
Merge pull request #51920 from jmb462/missing-sname-macro-optimization-in-som...
Rémi Verschelde
2021-09-23
1
-3
/
+3
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Add missing SNAME macro optimization for StringName in some functions
jmb462
2021-08-20
1
-3
/
+3
*
|
|
Display the node name in scene tree dock tooltips
Hugo Locurcio
2021-09-01
1
-3
/
+5
|
/
/
*
/
fixed the node not renaming when clicking elsewhere on the scene tree.
developer
2021-08-17
1
-2
/
+1
|
/
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-2
/
+1
*
Remove extra signal firing in SELECT_MULTI mode
Silc 'Tokage' Renew
2021-07-23
1
-5
/
+2
*
Revert "Fix duplicate selection in SceneTree"
Silc 'Tokage' Renew
2021-07-23
1
-9
/
+22
*
Merge pull request #50517 from KoBeWi/🌳💣
Rémi Verschelde
2021-07-19
1
-2
/
+11
|
\
|
*
Assign value to property by dropping to scene tree
kobewi
2021-07-19
1
-2
/
+11
*
|
Optimize StringName usage
reduz
2021-07-18
1
-44
/
+44
*
|
Fix duplicate selection in SceneTree
reduz
2021-07-17
1
-22
/
+9
|
/
*
Do not update scene tree dock when node edited outside of it
Nathan Franke
2021-07-15
1
-0
/
+4
*
Add header theme type variations to labels
kobewi
2021-07-13
1
-0
/
+1
[next]