aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/scene_tree_dock.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-121-1/+1
* Prevent to make UndoRedo for duplicate if no selected nodevolzhs2016-11-151-0/+2
* Fix scene tree drag & drop places node as child (#6912)Keetz2016-11-151-31/+4
* Ability to drag script files from Filesystem dock to SceneTree dock.Andreas Haas2016-10-311-0/+11
* Replace a node with saved branch scene instancevolzhs2016-10-171-1/+29
* Fix reparent undo not renaming backPedro J. Estébanez2016-10-091-0/+3
* Added Scene tree dock shortcutsPaulb232016-08-011-6/+8
* Merge pull request #5821 from TheHX/issue-5795Rémi Verschelde2016-07-231-3/+22
|\
| * "FileSystem" dock now instance all selected scenes in one actionFranklin Sobrinho2016-07-211-3/+22
* | Removed support for saving paths as relative, closes #5728Juan Linietsky2016-07-221-2/+2
|/
* Fix crash when dropping scene as a sibling of the root nodeFranklin Sobrinho2016-07-181-7/+6
* Fix custom types showing on wrong dialogsFranklin Sobrinho2016-07-101-2/+2
* Removed unused variables (second pass) + dead codeRémi Verschelde2016-07-071-24/+3
* SceneTreeDock: Fix wrong argument in _has_visible_childrenRémi Verschelde2016-07-071-3/+3
* Many fixes to scene tree node dragging, closes #5341Juan Linietsky2016-06-301-3/+13
* Figured out a way to fix event propagation for shortcuts and some other cases...Juan Linietsky2016-06-271-1/+5
* property remove parent owned nodes when using replace, fixes #4128Juan Linietsky2016-06-201-0/+12
* Added shortcuts to scene tree dockDaniel J. Ramirez2016-06-191-20/+57
* -fix bug in scene tree dragndrop reparenting, closes #4712, closes #4633, clo...Juan Linietsky2016-06-181-12/+27
* Ability to discard instancing from menu, closes #4903Juan Linietsky2016-06-111-0/+2
* Created a NodeDock with signals and groupsJuan Linietsky2016-06-041-7/+7
* Signals became a tabJuan Linietsky2016-06-031-20/+20
* Changed import workflowJuan Linietsky2016-05-271-0/+5
* General docks clean upJuan Linietsky2016-05-231-0/+1
* use node name as filename when save scenevolzhs2016-05-231-1/+2
* remove trailing whitespaceHubert Jarosz2016-05-211-1/+1
* i18n: Second pass at proofreadingRémi Verschelde2016-05-211-8/+8
* i18n: Proofreading of all stringsRémi Verschelde2016-05-211-4/+4
* -Added configuration warning system for nodesJuan Linietsky2016-05-171-132/+11
* Merge pull request #4652 from Paulb23/node_duplication_positionRémi Verschelde2016-05-171-1/+1
|\
| * Node duplication positions under duplicated node, issue 964Paulb232016-05-131-1/+1
* | Missing translatable stringsJuan Linietsky2016-05-161-14/+14
* | Contextualized Scene Tree menuJuan Linietsky2016-05-161-1/+62
* | Experimental Right Mouse Button menu for SceneTreeJuan Linietsky2016-05-151-2/+47
|/
* ability to drag scenes from filesystem to tree for instancingJuan Linietsky2016-05-111-54/+125
* -begun implementing drag & drop editor wideJuan Linietsky2016-05-111-11/+198
* Modified editor strings to be translatable in the futureJuan Linietsky2016-05-031-45/+45
* Keep editable instances data when replacing tree root nodeIgnacio Etcheverry2016-04-121-0/+1
* Enables the possibility of editing on multiple plugins at same time on same o...hodes2016-04-021-2/+1
* -Massive editor dialog cleanupJuan Linietsky2016-01-171-10/+12
* Merge pull request #2928 from akien-mga/pr-subscene-icon-in-dockRémi Verschelde2016-01-151-1/+121
|\
| * Remove padding in bottom HBoxContainer of scene tree dockRémi Verschelde2015-12-191-1/+2
| * Moved subscene creation from scene menu to an icon on the scene dockRémi Verschelde2015-11-271-0/+119
* | small hack to make collisionobjects work with replace, fixes #2992Juan Linietsky2016-01-121-0/+5
* | -New reparent option "keep global transform" on reparent dialog. It is enable...Juan Linietsky2016-01-021-1/+38
* | Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
|/
* Import Sub-Scene as root's child if no node is selectedneikeq2015-11-231-1/+4
* Merge pull request #2445 from TheHX/issue_2113Juan Linietsky2015-11-191-6/+3
|\
| * Possible fix for issue #2113Franklin Sobrinho2015-09-071-6/+3
* | -fixes to ring buffer (fixes network error)Juan Linietsky2015-10-211-1/+2