summaryrefslogtreecommitdiff
path: root/editor/scene_tree_dock.cpp
AgeCommit message (Expand)Author
2019-03-09Allow class_name scripts to have nested inheritanceGeorge Marques
2019-03-05Allow to attach script when there's no 'selected node', but selection existsTomasz Chabora
2019-02-21Make translatable some undo/redo operations in the editorMichael Alexsander Silva Dias
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-01-22Forbid making root on inherited scenes, closes #24484Juan Linietsky
2019-01-17Add some checks to avoid disaster when making a node the scene root. Fixes #2...Juan Linietsky
2019-01-14Use SceneTreeDock to replace particles node properly, fixes #24162Juan Linietsky
2019-01-02Improved script attachment/removal a bitChaosus
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-10-29Hide "Attach Script" if node has onevolzhs
2018-10-29Merge pull request #23288 from willnationsdev/restore-clear-scriptRémi Verschelde
2018-10-26Fixes the editor layoutgroud
2018-10-25Restore ClearScript btn w/ ExtendScript RMB linkWill Nations
2018-10-25Merge pull request #23071 from bfhobbes/use_quickopen_for_instance_childRémi Verschelde
2018-10-24Fixed user being unable to delete root Node if is an inherited SceneSilvano Cerza
2018-10-19Add icon_script_extend & update the icon @runtimeWill Nations
2018-10-16Use EditorQuickOpen dialog instead of EditorFileDialog when instancing a chi...Andrew McDonald
2018-10-16Fixed setting node as root showing error and making invisible children visible.DualMatrix
2018-10-04Fix more "may be used initialized" warnings from GCC 7Rémi Verschelde
2018-10-04Fixing create spatial root buttonswarnimarun
2018-10-03Add a shortcut to the documentation in the scene tree RMB menugroud
2018-10-02Merge pull request #22009 from DualMatrix/warningRémi Verschelde
2018-10-02Merge pull request #22593 from akien-mga/fix-warningsRémi Verschelde
2018-10-01Merge pull request #22576 from DualMatrix/multi_edit_exitRémi Verschelde
2018-10-01Merge pull request #22584 from DualMatrix/editor_path_no_updateRémi Verschelde
2018-10-01Fix various Clang 7 warnings about unused stuffRémi Verschelde
2018-10-01Fixed inspector not going back to single-node when deselecting an item.DualMatrix
2018-10-01Fixed name of deleted node not dissapearing from inspector dock.DualMatrix
2018-09-30Fixed setting node as root deleting all non-children of that node.DualMatrix
2018-09-20Change viewport type after using create root menuJFonS
2018-09-19Fixed favorite nodes list not being savedDualMatrix
2018-09-17Added warning when disabling editable_instanceDualMatrix
2018-09-15Remove unnecessary "OK"s text settingsMichael Alexsander Silva Dias
2018-09-14Refactor editor icon retrievalwillnationsdev
2018-09-12Fix default script name in ScriptCreateDialogRémi Verschelde
2018-09-07Prevent overwriting open scenes when savingDualMatrix
2018-09-02Fix selection of instanced scenes in 3DJFonS
2018-08-28Fix making _editor_icon meta during CLEAR_SCRIPTWill Nations
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-08-14Add custom icons to script classes.Will Nations
2018-08-14Merge pull request #20484 from willnationsdev/create-favoritesRémi Verschelde
2018-08-14Merge pull request #20835 from Calinou/use-standard-button-texts-2Rémi Verschelde
2018-08-11Do not use theme to set LineEdit right_iconŁukasz Rutkowski
2018-08-11Add clear text button to LineEditŁukasz Rutkowski
2018-08-09Tweak some editor button textsHugo Locurcio
2018-08-08Add toggle for favorites in create_root_dialog.willnationsdev
2018-08-05Use a standard "OK" text for confirmation buttons in error dialogsHugo Locurcio
2018-07-29Clear color was not correctly being set, fixes #4939Juan Linietsky
2018-07-29Merge pull request #15269 from ianb96/context_menu_improvementsJuan Linietsky
2018-07-26context menu improvementsIan