summaryrefslogtreecommitdiffstats
path: root/editor/scene_tree_dock.h
Commit message (Expand)AuthorAgeFilesLines
...
* Initialize bools in the headers in editorAaron Franke2022-03-121-4/+4
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-2/+3
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-2/+1
* Improve 2D editor's right-click menukobewi2022-01-271-0/+1
* Store panels and docks singletons in their own classestrollodel2022-01-201-1/+6
* Make Scene dock menu button an actual `MenuButton`Michael Alexsander2022-01-201-2/+2
* Improve node pastingkobewi2022-01-181-0/+3
* Merge pull request #53313 from KoBeWi/debinded_konnektRémi Verschelde2022-01-041-1/+0
|\
| * Add support for unbinding in connection dialogkobewi2021-10-041-1/+0
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* | Add drag and drop for NodePathskobewi2021-12-091-0/+1
* | Modules: Make sure to include modules_enabled.gen.h where neededRémi Verschelde2021-11-121-0/+2
* | Infer shader type based on edited nodekobewi2021-11-031-2/+2
* | Remove unimplemented methodsMarcel Admiraal2021-10-211-2/+0
|/
* Merge pull request #51413 from KoBeWi/🚗Rémi Verschelde2021-10-041-0/+3
|\
| * Move the option to new menukobewi2021-08-121-0/+2
| * Add option to not expand tree on node selectkobewi2021-08-121-0/+1
* | Allow disabling the RegEx module in the editorAaron Franke2021-09-151-0/+4
* | Save branch as scene by dropping to filesystemkobewi2021-09-091-0/+1
* | Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-2/+2
|/
* Added editor dialog for easily creating shaders.Yuri Roubinsky2021-08-071-0/+9
* Merge pull request #50319 from nekomatata/optimize-node-path-checkRémi Verschelde2021-07-221-5/+5
|\
| * Optimize NodePath update when renaming or deleting nodes in the editorPouleyKetchoupp2021-07-091-5/+5
* | Assign value to property by dropping to scene treekobewi2021-07-191-0/+6
|/
* Add a root Node3D automatically if absent when adding preview sun and skyHugo Locurcio2021-07-071-0/+1
* Coding style fix in editor NodePath updatePouleyKetchoupp2021-06-301-2/+2
* Merge pull request #49812 from nekomatata/node-path-editor-updateRémi Verschelde2021-06-291-0/+3
|\
| * NodePath properly updated in the editor in more casesPouleyKetchoupp2021-06-281-0/+3
* | Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-4/+4
|/
* Implement Particle Trailsreduz2021-04-301-0/+3
* Merge pull request #41437 from KoBeWi/put_it_hereRémi Verschelde2021-03-011-0/+4
|\
| * Allow to create a node at specific positionTomasz Chabora2021-02-261-0/+4
* | SceneTreeDock: Changed "Save Branch as Scene" to make use of Node::duplicate_...Oliver Dick2021-02-281-0/+1
* | Prevent 'Change Type' on nodes from an instanced scenehilfazer2021-02-261-0/+1
* | Remove Merge From Scenekobewi2021-02-131-3/+0
* | Duplicate resources pasted to other sceneskobewi2021-02-121-0/+6
* | Add node copy-pasteTomasz Chabora2021-02-091-1/+7
|/
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Cleanup unused engine codeTomasz Chabora2020-12-091-1/+0
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-1/+0
* Fix changing icons' colors when switch dark and light themebooer2020-09-171-0/+3
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-6/+5
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Rename the Clear Script editor action to Detach ScriptHugo Locurcio2020-05-091-2/+2
* Replace NULL with nullptrlupoDharkael2020-04-021-2/+2
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-3/+3
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* fixes #33439. The feature now changes according to the feature profile.Shivansh Anand2019-11-111-0/+2
* Add clear menu entries for extending and replacing scriptsAnubhab Ghosh2019-10-231-1/+3
* Placeholder dialog for editable childrenBhupendra Aole2019-09-271-0/+3