summaryrefslogtreecommitdiff
path: root/editor/scene_tree_dock.h
AgeCommit message (Expand)Author
2022-04-05[Input] Add extra `shortcut_input` input processing step to process Unicode c...bruvzg
2022-04-04Zero initialize all pointer class and struct membersRémi Verschelde
2022-03-12Initialize bools in the headers in editorAaron Franke
2022-02-15Editor: Cleanup some includes dependenciesRémi Verschelde
2022-02-14Remove most EditorNode constructor parameters and fieldstrollodel
2022-01-27Improve 2D editor's right-click menukobewi
2022-01-20Store panels and docks singletons in their own classestrollodel
2022-01-20Make Scene dock menu button an actual `MenuButton`Michael Alexsander
2022-01-18Improve node pastingkobewi
2022-01-04Merge pull request #53313 from KoBeWi/debinded_konnektRémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Add drag and drop for NodePathskobewi
2021-11-12Modules: Make sure to include modules_enabled.gen.h where neededRémi Verschelde
2021-11-03Infer shader type based on edited nodekobewi
2021-10-21Remove unimplemented methodsMarcel Admiraal
2021-10-04Add support for unbinding in connection dialogkobewi
2021-10-04Merge pull request #51413 from KoBeWi/🚗Rémi Verschelde
2021-09-15Allow disabling the RegEx module in the editorAaron Franke
2021-09-09Save branch as scene by dropping to filesystemkobewi
2021-08-23Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz
2021-08-12Move the option to new menukobewi
2021-08-12Add option to not expand tree on node selectkobewi
2021-08-07Added editor dialog for easily creating shaders.Yuri Roubinsky
2021-07-22Merge pull request #50319 from nekomatata/optimize-node-path-checkRémi Verschelde
2021-07-19Assign value to property by dropping to scene treekobewi
2021-07-09Optimize NodePath update when renaming or deleting nodes in the editorPouleyKetchoupp
2021-07-07Add a root Node3D automatically if absent when adding preview sun and skyHugo Locurcio
2021-06-30Coding style fix in editor NodePath updatePouleyKetchoupp
2021-06-29Merge pull request #49812 from nekomatata/node-path-editor-updateRémi Verschelde
2021-06-28NodePath properly updated in the editor in more casesPouleyKetchoupp
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-04-30Implement Particle Trailsreduz
2021-03-01Merge pull request #41437 from KoBeWi/put_it_hereRémi Verschelde
2021-02-28SceneTreeDock: Changed "Save Branch as Scene" to make use of Node::duplicate_...Oliver Dick
2021-02-26Allow to create a node at specific positionTomasz Chabora
2021-02-26Prevent 'Change Type' on nodes from an instanced scenehilfazer
2021-02-13Remove Merge From Scenekobewi
2021-02-12Duplicate resources pasted to other sceneskobewi
2021-02-09Add node copy-pasteTomasz Chabora
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-09Cleanup unused engine codeTomasz Chabora
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
2020-09-17Fix changing icons' colors when switch dark and light themebooer
2020-06-19Remove ToolButton in favor of ButtonHugo Locurcio
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-09Rename the Clear Script editor action to Detach ScriptHugo Locurcio
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-11-11fixes #33439. The feature now changes according to the feature profile.Shivansh Anand