summaryrefslogtreecommitdiff
path: root/tools/editor/scene_tree_dock.cpp
AgeCommit message (Expand)Author
2016-07-10Fix custom types showing on wrong dialogsFranklin Sobrinho
2016-07-07Removed unused variables (second pass) + dead codeRémi Verschelde
2016-07-07SceneTreeDock: Fix wrong argument in _has_visible_childrenRémi Verschelde
2016-06-30Many fixes to scene tree node dragging, closes #5341Juan Linietsky
2016-06-27Figured out a way to fix event propagation for shortcuts and some other cases...Juan Linietsky
2016-06-20property remove parent owned nodes when using replace, fixes #4128Juan Linietsky
2016-06-19Added shortcuts to scene tree dockDaniel J. Ramirez
2016-06-18-fix bug in scene tree dragndrop reparenting, closes #4712, closes #4633, clo...Juan Linietsky
2016-06-11Ability to discard instancing from menu, closes #4903Juan Linietsky
2016-06-04Created a NodeDock with signals and groupsJuan Linietsky
2016-06-03Signals became a tabJuan Linietsky
2016-05-27Changed import workflowJuan Linietsky
2016-05-23General docks clean upJuan Linietsky
2016-05-23use node name as filename when save scenevolzhs
2016-05-21remove trailing whitespaceHubert Jarosz
2016-05-21i18n: Second pass at proofreadingRémi Verschelde
2016-05-21i18n: Proofreading of all stringsRémi Verschelde
2016-05-17-Added configuration warning system for nodesJuan Linietsky
2016-05-17Merge pull request #4652 from Paulb23/node_duplication_positionRémi Verschelde
2016-05-16Missing translatable stringsJuan Linietsky
2016-05-16Contextualized Scene Tree menuJuan Linietsky
2016-05-15Experimental Right Mouse Button menu for SceneTreeJuan Linietsky
2016-05-13Node duplication positions under duplicated node, issue 964Paulb23
2016-05-11ability to drag scenes from filesystem to tree for instancingJuan Linietsky
2016-05-11-begun implementing drag & drop editor wideJuan Linietsky
2016-05-03Modified editor strings to be translatable in the futureJuan Linietsky
2016-04-12Keep editable instances data when replacing tree root nodeIgnacio Etcheverry
2016-04-02Enables the possibility of editing on multiple plugins at same time on same o...hodes
2016-01-17-Massive editor dialog cleanupJuan Linietsky
2016-01-15Merge pull request #2928 from akien-mga/pr-subscene-icon-in-dockRémi Verschelde
2016-01-12small hack to make collisionobjects work with replace, fixes #2992Juan Linietsky
2016-01-02-New reparent option "keep global transform" on reparent dialog. It is enable...Juan Linietsky
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-19Remove padding in bottom HBoxContainer of scene tree dockRémi Verschelde
2015-11-27Moved subscene creation from scene menu to an icon on the scene dockRémi Verschelde
2015-11-23Import Sub-Scene as root's child if no node is selectedneikeq
2015-11-19Merge pull request #2445 from TheHX/issue_2113Juan Linietsky
2015-10-21-fixes to ring buffer (fixes network error)Juan Linietsky
2015-10-17-fixes disability to remove instanced nodes when reopening scene. Fixes #2610Juan Linietsky
2015-10-10Large improvements on scene packing and managementreduz
2015-09-07Possible fix for issue #2113Franklin Sobrinho
2015-08-25Multiple, simultaneous node editing spuport!!Juan Linietsky
2015-08-02live debug fixesJuan Linietsky
2015-08-02Live edit WORK IN PROGRESSJuan Linietsky
2015-06-14missing changesJuan Linietsky
2015-06-06new file dialog!Juan Linietsky
2015-04-18Updated copyright year in all headersJuan Linietsky
2015-04-08Changed popup_centered by popup_centered_minsize in editor dialogsFranklin Sobrinho
2015-03-31New node will be added to root node if nothing is selectedmostafahassan
2015-02-19Changed the tooltip message for instancing a scene.Nathan Warden