summaryrefslogtreecommitdiffstats
path: root/editor/scene_tree_dock.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
|
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit e8542b06acca3c1bdeee4b528411771f0819f084) Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* Fix "reparent to new node" not remembering indexRedMser2024-09-171-1/+2
| | | | (cherry picked from commit b11ccf3c7769af0d0d5e74ec86a245a5964e33ac)
* Merge pull request #91265 from AeioMuch/fix_drop_reparentRémi Verschelde2024-06-101-0/+3
|\ | | | | | | Fix reparenting after hover delay
| * Fix reparent when hovering after delayAeioMuch2024-05-311-0/+3
| |
* | Create AudioStreamPlayer when dropping AudioStreamHaoyu Qiu2024-05-191-1/+2
|/ | | | | | - Create AudioStreamPlayer if dropped in between nodes in the Scene dock - Create AudioStreamPlayer2D if dropped into 2D editor - Create AudioStreamPlayer3D if dropped into 3D editor
* Fix going forward backward in editor selection history.ajreckof2024-04-141-0/+1
|
* Inspect hovered node while draggingAeioMuch2024-04-101-0/+8
|
* Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-6/+6
|
* Add an option to center children around the new parent when reparentingBitlytic2024-02-141-0/+1
|
* Add support for search shortcut to all dockspassivestar2024-01-221-0/+1
|
* Fix behavior of 'Editable Children' toggle.SaracenOne2024-01-091-0/+3
| | | | | | Prevents losing nodes owned by the edited scene when toggling editable_children off on an instanced scene, and makes the toggle compatible with undo-redo.
* Merge pull request #82802 from ↵Rémi Verschelde2024-01-031-1/+1
|\ | | | | | | | | | | marcinn/fix-82756-prevent-saving-children-without-owner Fix saving branch as scene saves children without owner set
| * Fix #82756: Save branch as scene saves children without owner setMarcin Nowak2023-11-161-1/+1
| |
* | Added "Show In FileSystem" right-click option to Scene hierarchy nodes.Invertex2023-12-131-0/+1
|/ | | | | | | | | -Implemented shared function for focusing FileSystem tab and highlighting the node path. -Created right-click option that shows up in the Scene-Hierarchy on Nodes that have a file-system source path. -Created custom icon for this right-click option -Implemented the shared function and icon for other places that already had this features (Open Node tab, Inspector Resource) Co-authored-by: MewPurPur <mew.pur.pur@gmail.com>
* Merge pull request #83596 from SaracenOne/node_copy_paste_fixYuri Sizov2023-11-061-0/+1
|\ | | | | | | Fix ownership bugs in node copy and pasting.
| * Fix ownership bugs in node copy and pasting.Saracen2023-11-041-0/+1
| |
* | Merge pull request #81737 from Mickeon/fix-connection-inherited-packed-sceneRémi Verschelde2023-10-241-0/+1
|\ \ | |/ |/| | | Fix internal `CONNECT_INHERITED` being saved in PackedScene & Make Local
| * Fix internal CONNECT_INHERITED being saved in PackedScene & Make LocalMicky2023-10-031-0/+1
| |
* | Don't try updating wrong NodePaths in resourceskobewi2023-10-131-1/+1
|/
* Merge pull request #79467 from Calinou/editor-add-paste-as-siblingRémi Verschelde2023-08-071-1/+2
|\ | | | | | | Add a shortcut to paste nodes as sibling of the selected node
| * Add a shortcut to paste nodes as sibling of the selected nodeHugo Locurcio2023-07-141-1/+2
| | | | | | | | | | | | This makes quick pasting jobs easier when you don't want a heavily nested structure, by pressing Ctrl + Shift + V (Cmd + Shift + V on macOS) instead of Ctrl + V (Cmd + V on macOS).
* | Merge pull request #78300 from ↵Yuri Sizov2023-08-031-1/+4
|\ \ | | | | | | | | | | | | | | | ajreckof/fix-replace-node-destroying-Node-properties Auto-update properties when replacing a node
| * | Fix replace node deleting `Node` properties.ajreckof2023-08-031-1/+4
| |/ | | | | | | | | | | Update editor/scene_tree_dock.cpp Co-Authored-By: Hugo Locurcio <hugo.locurcio@hugo.pro>
* / Avoid duplicating the 'Filters' sectionChia-Hsiang Cheng2023-07-231-1/+0
|/
* Prompt to confirm anim track delete on node deletekobewi2023-04-251-0/+5
|
* Decouple EditorInterface from EditorPluginYuri Sizov2023-04-171-1/+2
| | | | | - Simplify some includes in the process. - Also exposes EditorInterface.movie_maker_enabled as a property.
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-2/+1
| | | | | | Also start organizing editor-specific GUI components into a dedicated folder, `editor/gui`. Also move `editor_file_server` next to the rest of debugger classes.
* Add a list of all sub-resources used in the scenekobewi2023-04-051-1/+4
|
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
| | | | | | | | | | | | | | | | | | | | As many open source projects have started doing it, we're removing the current year from the copyright notice, so that we don't need to bump it every year. It seems like only the first year of publication is technically relevant for copyright notices, and even that seems to be something that many companies stopped listing altogether (in a version controlled codebase, the commits are a much better source of date of publication than a hardcoded copyright statement). We also now list Godot Engine contributors first as we're collectively the current maintainers of the project, and we clarify that the "exclusive" copyright of the co-founders covers the timespan before opensourcing (their further contributions are included as part of Godot Engine contributors). Also fixed "cf." Frenchism - it's meant as "refer to / see".
* Use forward-declarations in big editor classestrollodel2022-11-291-13/+7
|
* Use forward-declarations in EditorPlugin where possibletrollodel2022-11-111-0/+2
|
* Expose and warn about Node Filters in Scene Tree DockMicky2022-10-061-0/+10
| | | | | | | | | | Adds "Filter by Type" and "Filter by Group" in the Scene Tree Dock's MenuButton. Hovering on them displays an useful tooltip. When selecting these items, the matching parameter is appended to the terms, and the caret is automatically brought to the end. When typing a filter that cannot be identified, a warning icon is displayed. The reason is explained as a tooltip. The same options are also quickly available by right-clicking or middle-clicking in the text field.
* Merge pull request #65933 from Mickeon/remove-scene-tree-dock-unusedRémi Verschelde2022-09-211-3/+0
|\ | | | | | | Remove unused `import_subscene()` in Scene Tree Dock
| * Remove unused `import_subscene()` in Scene Tree DockMicky2022-09-161-3/+0
| |
* | Tree recursive foldingNinni Pipping2022-09-211-4/+0
|/
* Remove pathed get_node() use from scene tree dockkobewi2022-09-031-0/+4
|
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-1/+1
| | | | | Adds `header_guards.sh` bash script, used in CI to validate future changes. Can be run locally to fix invalid header guards.
* Don't handle pending clicks outside scene treekobewi2022-06-101-0/+1
|
* Merge pull request #61162 from KoBeWi/drag_nodes_like_a_bossRémi Verschelde2022-05-231-1/+2
|\
| * Only switch to node when not dragging itkobewi2022-05-181-1/+2
| |
* | Add a new HashSet templatereduz2022-05-201-1/+1
|/ | | | | * Intended to replace RBSet in most cases. * Optimized for iteration speed
* Replace most uses of Map by HashMapreduz2022-05-161-9/+11
| | | | | | | | | | | | * Map is unnecessary and inefficient in almost every case. * Replaced by the new HashMap. * Renamed Map to RBMap and Set to RBSet for cases that still make sense (order matters) but use is discouraged. There were very few cases where replacing by HashMap was undesired because keeping the key order was intended. I tried to keep those (as RBMap) as much as possible, but might have missed some. Review appreciated!
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-4/+4
| | | | | | These typedefs don't save much typing compared to the full `Ref<Resource>` and `Ref<RefCounted>`, yet they sometimes introduce confusion among new contributors.
* Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-1/+1
| | | | | | | | | | | Didn't commit all the changes where it wants to initialize a struct with `{}`. Should be reviewed in a separate PR. Option `IgnoreArrays` enabled for now to be conservative, can be disabled to see if it proposes more useful changes. Also fixed manually a handful of other missing initializations / moved some from constructors.
* Merge pull request #59979 from bruvzg/cpp_check2Rémi Verschelde2022-04-271-1/+1
|\
| * Fix more issues found by cppcheck.bruvzg2022-04-201-1/+1
| |
* | Implement Scene Unique Nodesreduz2022-04-251-1/+1
|/ | | | | | | | Implements https://github.com/godotengine/godot-proposals/issues/4096 * Nodes can be marked unique to the scene in the editor (or via code). * Unique nodes can be accessed via the **%** prefix at any point in the path. From that point in the path (depending on whether the scene of the path is), the unique node will be fetched. * Implementation is very optimal, as these nodes are cached.
* [Input] Add extra `shortcut_input` input processing step to process Unicode ↵bruvzg2022-04-051-1/+1
| | | | character input with Alt / Ctrl modifiers, after processing of shortcuts.
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-36/+36
| | | | | This prevents the pitfall of UB when checking if they have been assigned something valid by comparing to nullptr.