Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #92930 from passivestar/inspector-node-delete | Rémi Verschelde | 2024-06-11 | 1 | -0/+1 |
|\ | | | | | | | Add missing inspector dock update after node deletion | ||||
| * | Add missing inspector dock update after node deletion | passivestar | 2024-06-09 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #91265 from AeioMuch/fix_drop_reparent | Rémi Verschelde | 2024-06-10 | 1 | -7/+30 |
|\ \ | |/ |/| | | | Fix reparenting after hover delay | ||||
| * | Fix reparent when hovering after delay | AeioMuch | 2024-05-31 | 1 | -7/+30 |
| | | |||||
* | | Call `EditorNode::set_edited_scene()` manually instead of via the ↵ | 风青山 | 2024-06-06 | 1 | -0/+4 |
| | | | | | | | | | | | | | | `replacing_by` signal Cannot change `scene_root`'s child node in `EditorNode::set_edited_scene()` if replaced later using `replace_by`. | ||||
* | | Fix default NodePaths saved in scene | kobewi | 2024-06-03 | 1 | -1/+1 |
| | | |||||
* | | [Scene] Add `SceneStringNames::id_pressed` | A Thousand Ships | 2024-05-30 | 1 | -6/+6 |
| | | |||||
* | | Fix error when dropping image onto the scene dock | Haoyu Qiu | 2024-05-28 | 1 | -2/+2 |
| | | |||||
* | | Fix bounding box glitch | ajreckof | 2024-05-23 | 1 | -0/+16 |
| | | |||||
* | | Remove duplicate shortcut definitions | kobewi | 2024-05-21 | 1 | -1/+1 |
| | | |||||
* | | Create AudioStreamPlayer when dropping AudioStream | Haoyu Qiu | 2024-05-19 | 1 | -19/+99 |
|/ | | | | | | - 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 Control resizing wrongly after "change type" in editor | RedMser | 2024-05-14 | 1 | -0/+13 |
| | |||||
* | [Scene] Add SceneStringNames::pressed | A Thousand Ships | 2024-05-14 | 1 | -13/+13 |
| | |||||
* | Use Core/Scene stringnames consistently | kobewi | 2024-05-13 | 1 | -3/+3 |
| | |||||
* | Merge pull request #91435 from ajreckof/Fix-selecting-root-when-opening-scene- | Rémi Verschelde | 2024-05-13 | 1 | -1/+0 |
|\ | | | | | | | Fix selecting root when opening scene. | ||||
| * | Fix selecting root when opening scene. | ajreckof | 2024-05-12 | 1 | -1/+0 |
| | | |||||
* | | Fix PropertyListHelper::_get_property returning a valid value even if an ↵ | Gilles Roudière | 2024-05-10 | 1 | -13/+16 |
| | | | | | | | | | | | | index is outside the array valid indices Co-authored-by: Tomasz Chabora <kobewi4e@gmail.com> | ||||
* | | Replace `find` with `contains/has` where applicable | A Thousand Ships | 2024-05-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | * Replaces `find(...) != -1` with `contains` for `String` * Replaces `find(...) == -1` with `!contains` for `String` * Replaces `find(...) != -1` with `has` for containers * Replaces `find(...) == -1` with `!has` for containers | ||||
* | | Reduce and prevent unnecessary random-access to `List` | A Thousand Ships | 2024-05-04 | 1 | -21/+21 |
|/ | | | | | | | | | Random-access access to `List` when iterating is `O(n^2)` (`O(n)` when accessing a single element) * Removed subscript operator, in favor of a more explicit `get` * Added conversion from `Iterator` to `ConstIterator` * Remade existing operations into other solutions when applicable | ||||
* | Fix offset of node filter menu separator icon | Haoyu Qiu | 2024-04-19 | 1 | -6/+1 |
| | |||||
* | Fix going forward backward in editor selection history. | ajreckof | 2024-04-14 | 1 | -0/+7 |
| | |||||
* | Make the inherited scene root node unable to change type | 风青山 | 2024-04-11 | 1 | -10/+19 |
| | | | | | Make the inherited scene root behave like other children from the inherited scene. | ||||
* | Inspect hovered node while dragging | AeioMuch | 2024-04-10 | 1 | -0/+58 |
| | |||||
* | Add context support for editor property name i18n | Haoyu Qiu | 2024-03-31 | 1 | -1/+1 |
| | |||||
* | Disable auto-translation in sub-resource list menu | kobewi | 2024-03-26 | 1 | -0/+1 |
| | |||||
* | Update NodePaths only in built-in resources | kobewi | 2024-03-11 | 1 | -5/+6 |
| | |||||
* | Merge pull request #89142 from miv391/shortcut-to-editable-children | Rémi Verschelde | 2024-03-04 | 1 | -0/+15 |
|\ | | | | | | | Change Editable Children menu action to be keyboard shortcuttable | ||||
| * | Changed Editable Children menu action to be keyboard shortcuttable | Mika Viskari | 2024-03-04 | 1 | -0/+15 |
| | | |||||
* | | Allow to easily rename multiple nodes | kobewi | 2024-03-03 | 1 | -10/+2 |
|/ | | | | Co-authored-by: ajreckof <tbonhoure@ymail.Com> | ||||
* | Add const lvalue ref to editor/* container parameters | Muller-Castro | 2024-02-26 | 1 | -6/+6 |
| | |||||
* | Add methods to add submenus without using names | kobewi | 2024-02-22 | 1 | -5/+2 |
| | |||||
* | Merge pull request #86378 from RobProductions/update-hover-styling | Rémi Verschelde | 2024-02-20 | 1 | -5/+7 |
|\ | | | | | | | Add hover highlight to main editor buttons | ||||
| * | 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 |
| | |