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
*
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
*
Merge pull request #49725 from EricEzaM/multi-node-picking-fixes
Rémi Verschelde
2021-07-12
1
-1
/
+8
|
\
|
*
Fixes for multi-node editing interactions.
Eric M
2021-06-19
1
-1
/
+8
*
|
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-1
/
+1
|
/
*
Consistently prefix bound virtual methods with _
kobewi
2021-06-12
1
-3
/
+3
*
Improve TreeItem API and allow to move nodes
trollodel
2021-05-17
1
-2
/
+2
*
Merge pull request #44831 from gongpha/dont-update-tree-if-selected
Rémi Verschelde
2021-05-06
1
-0
/
+4
|
\
|
*
Blocking updating in SceneTreeEditor when editing an item
gongpha
2021-01-06
1
-0
/
+4
*
|
Implement Particle Trails
reduz
2021-04-30
1
-1
/
+4
*
|
Remove uses of `auto` for better readability and online code reviews
Hugo Locurcio
2021-04-26
1
-1
/
+1
*
|
Use Array for node configuration warnings
Nathan Franke
2021-04-11
1
-3
/
+3
*
|
Allow to drop files on filtered scene tree
kobewi
2021-03-22
1
-4
/
+1
*
|
Fix Node can not be reselected
ray90514
2021-03-13
1
-1
/
+2
*
|
Merge pull request #45545 from abaire/relaxes_gltf_name_sanitization
Rémi Verschelde
2021-03-09
1
-3
/
+5
|
\
\
|
*
|
Relaxes Node naming constraints in glTF documents to match the Editor.
abaire
2021-02-24
1
-3
/
+5
*
|
|
Merge pull request #46191 from reduz/refactor-process-mode
Rémi Verschelde
2021-02-19
1
-0
/
+9
|
\
\
\
|
*
|
|
Refactor Process Mode
reduz
2021-02-18
1
-0
/
+9
*
|
|
|
Fix `SceneTreeEditor::update_timer` - timeout signal
Yuri Roubinsky
2021-02-19
1
-1
/
+1
|
/
/
/
*
|
|
Fix SceneTreeEditor::_update_tree() binding
Pedro J. Estébanez
2021-02-14
1
-1
/
+1
*
|
|
Fix LineEdit minimum width
reduz
2021-02-12
1
-1
/
+1
|
/
/
*
/
Keep selected node visible after filter change
Pedro J. Estébanez
2021-02-08
1
-5
/
+12
|
/
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-4
/
+4
*
Rename Control margin to offset
Marcel Admiraal
2020-12-23
1
-2
/
+2
*
Cleanup unused engine code
Tomasz Chabora
2020-12-09
1
-4
/
+0
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-2
/
+2
*
Merge pull request #38743 from arrowinaknee/node-config-warnings
Rémi Verschelde
2020-10-01
1
-1
/
+1
|
\
|
*
Update all get_configuration_warning to retrieve warnings from the parent
ArrowInAKnee
2020-05-16
1
-1
/
+1
*
|
striped edges on node rename in SceneTreeDock
Leleat
2020-09-13
1
-0
/
+3
*
|
Updated Translation architecture to have TranslationPO, did some commit fixes...
SkyJJ
2020-08-19
1
-1
/
+1
*
|
Added plurals and context support to Translation
SkyJJ
2020-08-19
1
-18
/
+26
*
|
Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...
Stijn Hinlopen
2020-07-14
1
-0
/
+5
*
|
Prevent dragging from SceneTree buttons
Haoyu Qiu
2020-07-02
1
-0
/
+4
*
|
Fix some popups menu missing screen transform.
Juan Linietsky
2020-07-01
1
-1
/
+1
|
/
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-67
/
+130
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+4
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-72
/
+0
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-12
/
+12
*
Renamed 2D and 3D nodes to make their types explicit
Juan Linietsky
2020-03-27
1
-6
/
+6
*
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
1
-29
/
+29
*
Working multiple window support, including editor
Juan Linietsky
2020-03-26
1
-9
/
+10
*
Added a Window node, and made it the scene root.
Juan Linietsky
2020-03-26
1
-1
/
+1
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-1
/
+1
*
Signals: Manually port most of remaining connect_compat uses
Rémi Verschelde
2020-02-28
1
-0
/
+1
*
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
1
-51
/
+33
[next]