Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Add hover highlight to main editor buttons | Matt Enad | 2024-02-16 | 1 | -5/+7 | |
| | | | | | | | | Updates styling of the editor run bar, plugin, bottom panel, icon buttons, and main menu buttons for accessibility. | |||||
* | | Use check_changed_settings_in_group() everywhere | kobewi | 2024-02-19 | 1 | -1/+3 | |
| | | ||||||
* | | [Editor] Add missing ellipses to menu options that open dialogs | A Thousand Ships | 2024-02-17 | 1 | -4/+4 | |
| | | ||||||
* | | Add an option to center children around the new parent when reparenting | Bitlytic | 2024-02-14 | 1 | -0/+55 | |
|/ | ||||||
* | Rework how script is edited when clicking icon | kobewi | 2024-02-13 | 1 | -3/+1 | |
| | ||||||
* | Replace error checks against `size` with `is_empty` | A Thousand Ships | 2024-02-09 | 1 | -2/+2 | |
| | ||||||
* | Merge pull request #87834 from TokageItLab/remove-dupecall-scene-tree-dock | Rémi Verschelde | 2024-02-05 | 1 | -3/+0 | |
|\ | | | | | | | Remove duplicated callings `set()` from SceneTreeDock | |||||
| * | Remove duplicated `set()` methods from SceneTreeDock | Silc Lizard (Tokage) Renew | 2024-02-03 | 1 | -3/+0 | |
| | | ||||||
* | | Fix shortcut name consistency in SceneTreeDock | kobewi | 2024-02-01 | 1 | -3/+3 | |
|/ | ||||||
* | Add support for search shortcut to all docks | passivestar | 2024-01-22 | 1 | -0/+15 | |
| | ||||||
* | Display path in tooltips of sub-resource list | kobewi | 2024-01-16 | 1 | -0/+1 | |
| | ||||||
* | Reorganize code related to editor theming | Yuri Sizov | 2024-01-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | | This change introduces a new EditorThemeManager class to abstract theme generatio and its subroutines. Logic related to EditorTheme, EditorColorMap, and editor icons has been extracted into their respective files with includes cleaned up. All related files have been moved to a separate folder to better scope them in the project. This includes relevant generated files as well. | |||||
* | add tooltip for toggling favorite nodes | QuirkyLemon | 2024-01-12 | 1 | -1/+1 | |
| | ||||||
* | Update deferred calls to use Callables | kobewi | 2024-01-09 | 1 | -2/+1 | |
| | ||||||
* | Fix behavior of 'Editable Children' toggle. | SaracenOne | 2024-01-09 | 1 | -9/+114 | |
| | | | | | | 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. | |||||
* | Add const lvalue ref to container parameters | Muller-Castro | 2024-01-05 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #84284 from Haydoggo/script-switch | Rémi Verschelde | 2024-01-04 | 1 | -1/+3 | |
|\ | | | | | | | Preserve inspector focus when opening script from scene tree | |||||
| * | preserve inspector focus when opening script | Hayden Leete | 2023-11-01 | 1 | -1/+3 | |
| | | ||||||
* | | Merge pull request #84135 from aXu-AP/reparent-select-fix | Rémi Verschelde | 2024-01-04 | 1 | -0/+3 | |
|\ \ | | | | | | | | | | Fix nodes being deselected upon reparenting | |||||
| * | | Fix nodes being deselected upon reparenting | aXu-AP | 2023-10-31 | 1 | -0/+3 | |
| |/ | ||||||
* | | Merge pull request #84445 from Rubonnek/add-const-references-clang-tidy | Rémi Verschelde | 2024-01-04 | 1 | -1/+1 | |
|\ \ | | | | | | | | | | Add const references detected by clang-tidy | |||||
| * | | Add const references detected by clang-tidy | Wilson E. Alvarez | 2023-12-16 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #82802 from ↵ | Rémi Verschelde | 2024-01-03 | 1 | -5/+15 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | 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 set | Marcin Nowak | 2023-11-16 | 1 | -5/+15 | |
| | | | | ||||||
* | | | | Merge pull request #86211 from TheSofox/node-duplicate-undo-fix | Rémi Verschelde | 2024-01-02 | 1 | -3/+10 | |
|\ \ \ \ | | | | | | | | | | | | | | | | Fix duplicating multiple nodes at different depths in `SceneTreeDock` | |||||
| * | | | | Fixed duplicating nodes at different depths in SceneTreeDock | Sofox | 2023-12-22 | 1 | -3/+10 | |
| | |/ / | |/| | | ||||||
* / | | | Fix scene dock search losing its default tooltip after typing an invalid filter | Michael Alexsander | 2023-12-17 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge pull request #84882 from Invertex/select-instance-asset | Yuri Sizov | 2023-12-14 | 1 | -0/+19 | |
|\ \ \ | | | | | | | | | | | | | Add "Show In FileSystem" to the Scene hierarchy right-click | |||||
| * | | | Added "Show In FileSystem" right-click option to Scene hierarchy nodes. | Invertex | 2023-12-13 | 1 | -0/+19 | |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | -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 #85236 from YuriSizov/editor-flat-remote | Yuri Sizov | 2023-12-08 | 1 | -4/+4 | |
|\ \ \ | | | | | | | | | | | | | Use the flat button style on switches in scene and node docks | |||||
| * | | | Use the flat button style on switches in scene and node docks | Yuri Sizov | 2023-11-22 | 1 | -4/+4 | |
| |/ / | ||||||
* | | | Merge pull request #85181 from TheSofox/reparent-container-undo-fix | Rémi Verschelde | 2023-12-04 | 1 | -1/+6 | |
|\ \ \ | | | | | | | | | | | | | Restored Control properties when you undo a parenting of a Control to a Container | |||||
| * | | | Restored Control layout properties you undo a parenting of a Control to a ↵ | Sofox | 2023-11-22 | 1 | -1/+6 | |
| |/ / | | | | | | | | | | Container | |||||
* / / | Disable a prohibitively slow code branch when reparenting nodes | Yuri Sizov | 2023-11-29 | 1 | -0/+3 | |
|/ / | ||||||
* | | Don't use TTR/RTR for ERR/WARN prints | Rémi Verschelde | 2023-11-12 | 1 | -2/+2 | |
| | | | | | | | | We don't translate those, only editor strings are translated. | |||||
* | | Fix node names of submenu items across the editor | Yuri Sizov | 2023-11-08 | 1 | -2/+2 | |
| | | | | | | | | Also removes some programmer remarks and fixes some docs. | |||||
* | | Merge pull request #83596 from SaracenOne/node_copy_paste_fix | Yuri Sizov | 2023-11-06 | 1 | -8/+21 | |
|\ \ | | | | | | | | | | Fix ownership bugs in node copy and pasting. | |||||
| * | | Fix ownership bugs in node copy and pasting. | Saracen | 2023-11-04 | 1 | -8/+21 | |
| | | | ||||||
* | | | Fix perform_node_renames handling of AnimationMixers track paths | Saracen | 2023-11-02 | 1 | -75/+93 | |
| |/ |/| | ||||||
* | | Merge pull request #83934 from KoBeWi/give_back_animations_to_animation_editor | Rémi Verschelde | 2023-10-28 | 1 | -0/+5 | |
|\ \ | | | | | | | | | | Fix animation track paths updated by scene dock | |||||
| * | | Fix animation track paths updated by scene dock | kobewi | 2023-10-25 | 1 | -0/+5 | |
| | | | ||||||
* | | | Remove toggling of unique names in subscenes | Saracen | 2023-10-28 | 1 | -1/+24 | |
| | | | ||||||
* | | | Merge pull request #84022 from SaracenOne/validate_renames | Rémi Verschelde | 2023-10-27 | 1 | -0/+6 | |
|\ \ \ | | | | | | | | | | | | | Add foreign validation warning for rename actions. | |||||
| * | | | Add foreign validation warning for rename actions. | Saracen | 2023-10-26 | 1 | -0/+6 | |
| |/ / | ||||||
* | | | Merge pull request #81510 from garychia/unedit_created_script | Rémi Verschelde | 2023-10-26 | 1 | -0/+5 | |
|\ \ \ | |/ / |/| | | | | | SceneTreeDock: Avoid changing the currently edited object when attaching a script | |||||
| * | | Avoid changing the currently edited object when attaching a script | Chia-Hsiang Cheng | 2023-09-10 | 1 | -0/+5 | |
| | | | ||||||
* | | | Merge pull request #83597 from SaracenOne/duplicate_foreign_nodes | Rémi Verschelde | 2023-10-25 | 1 | -6/+11 | |
|\ \ \ | | | | | | | | | | | | | Support duplication of foreign nodes. | |||||
| * | | | Support duplication of foreign nodes. | Saracen | 2023-10-18 | 1 | -6/+11 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #81737 from Mickeon/fix-connection-inherited-packed-scene | Rémi Verschelde | 2023-10-24 | 1 | -0/+16 | |
|\ \ \ | | | | | | | | | | | | | Fix internal `CONNECT_INHERITED` being saved in PackedScene & Make Local | |||||
| * | | | Fix internal CONNECT_INHERITED being saved in PackedScene & Make Local | Micky | 2023-10-03 | 1 | -0/+16 | |
| | | | |