summaryrefslogtreecommitdiffstats
path: root/editor/editor_node.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #73365 from bruvzg/no_transient_childrenRémi Verschelde2023-03-021-33/+99
|\ | | | | | | Automatically reparent editor message dialogs to avoid error spam.
| * Automatically reparent editor message dialogs to avoid error spam.bruvzg2023-02-211-33/+99
| |
* | Fix dock name lost translation after layout changeHaoyu Qiu2023-03-011-0/+2
| | | | | | | | | | * After you click in the dock select panel * After you load an editor layout
* | Merge pull request #73775 from ↵Rémi Verschelde2023-02-231-0/+31
|\ \ | | | | | | | | | | | | | | | SaracenOne/fix_node_ownership_on_scene_update_addition Fix ownership bug on ancestor nodes when scene is reimported
| * | Fix ownership bug on ancestor nodes when scene is reimported.SaracenOne2023-02-221-0/+31
| | |
* | | Load script for addons without cacheGeorge Marques2023-02-221-1/+1
|/ / | | | | | | | | | | Since they are postponed sometimes due to transient script errors, it needs to try again without the cache to compile the script again instead of using the failed one.
* / Add Output font size in Theme regeneration conditionsDavi2023-02-211-1/+2
|/
* [macOS] Replace all `Alt/Option+Letter/Number` default shortcuts to avoid ↵bruvzg2023-02-201-5/+6
| | | | conflicts with special character input.
* Fix TileMap dragging selectionGilles Roudière2023-02-171-0/+1
|
* Make use of a theme cache in EditorHelp and ensure it's updatedYuri Sizov2023-02-111-1/+2
| | | | | | - Migrates the existing cache to the standard theme cache struct - Moves some parts of the codebase to use cache instead of ad-hoc fetching - Adds hooks to editor settings previously missing from theme regeneration
* Check for CanvasItem instead of Control and Node2DAaron Franke2023-02-111-1/+1
|
* Merge pull request #72552 from m4gr3d/cleanup_custom_build_mainRémi Verschelde2023-02-061-9/+9
|\ | | | | | | Rename Godot's 'custom build' to 'gradle build' to better reflect the underlying build process
| * Rename Godot's 'custom build' to 'gradle build' to better reflect the ↵Fredia Huya-Kouadio2023-02-021-9/+9
| | | | | | | | underlying build process.
* | Fix AnimationTrackEditor doesn't open when selecting AnimationPlayerSilc Renew2023-02-071-2/+2
| |
* | More fixes to over plugin handlingkobewi2023-02-061-11/+17
|/
* Merge pull request #71936 from akien-mga/remove-some-unused-signalsRémi Verschelde2023-02-011-1/+0
|\ | | | | | | Remove some unused signals
| * Remove some unused signalsRémi Verschelde2023-01-311-1/+0
| | | | | | | | Part of #37604.
* | Prevent wrong unedit when clicking editor viewportkobewi2023-02-011-0/+7
|/
* Merge pull request #72420 from TokageItLab/fix-animation-editor-pluginRémi Verschelde2023-01-311-0/+5
|\ | | | | | | Fix broken bottom panel switching
| * Fix broken bottom panel switchingSilc Renew2023-01-311-0/+5
| |
* | Remove viewport_set_disable_environment in favor of ↵clayjohn2023-01-301-1/+1
|/ | | | | | viewport_set_environment_mode This allows us to set a default value inherited by child viewports and have child viewports set the value themselves which is needed for disabling the environment in the editor
* Fix various typos with codespellRémi Verschelde2023-01-301-2/+2
| | | | | | And include #72377. Co-authored-by: Wiktor Kocielski <withaust@gmail.com>
* Fix editors potentially being used twicekobewi2023-01-281-0/+11
|
* Merge pull request #71725 from bruvzg/mac_mpass_titleRémi Verschelde2023-01-261-0/+1
|\ | | | | | | [macOS] Move extended title bar input to _gui_input and add mouse filters to prevent editor buttons from passing double-click to title.
| * [macOS] Move extended title bar input to _gui_input and add mouse filters to ↵bruvzg2023-01-201-0/+1
| | | | | | | | prevent editor buttons from passing double-click to title.
* | Fix path for unsaved inherited scenes.SaracenOne2023-01-251-1/+2
| |
* | Merge pull request #65137 from dalexeev/editor-namingYuri Sizov2023-01-241-2/+2
|\ \ | | | | | | Rearrange `editor/naming/*` project settings
| * | Rearrange `editor/naming/*` project settingsDanil Alexeev2023-01-121-2/+2
| | |
* | | Merge pull request #65302 from KoBeWi/middle_click_of_exasperationRémi Verschelde2023-01-241-1/+1
|\ \ \ | | | | | | | | | | | | Remove middle click shortcut to open scene tab
| * | | Remove middle click shortcut to open scene tabkobewi2022-09-041-1/+1
| | | |
* | | | Merge pull request #70377 from dsnopek/server-export-mk2Rémi Verschelde2023-01-231-0/+6
|\ \ \ \ | | | | | | | | | | | | | | | Add "dedicated server" export mode which can strip unneeded visual resources
| * | | | Add "dedicated server" export mode which can strip unneeded visual resourcesDavid Snopek2023-01-231-0/+6
| | |/ / | |/| |
* | | | Merge pull request #57606 from SaracenOne/update_on_reimportRémi Verschelde2023-01-231-1/+477
|\ \ \ \ | | | | | | | | | | | | | | | Update instances of scenes which have been reimported.
| * | | | Update instances of scenes which have been reimported.SaracenOne2023-01-161-1/+477
| | | | |
* | | | | Fix plugins over not workingkobewi2023-01-231-0/+1
| | | | |
* | | | | Use selected node type for choosing editor tabPrecisionRender2023-01-221-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use selected node type for choosing editor tab Update editor/editor_node.cpp Co-authored-by: Tomek <kobewi4e@gmail.com>
* | | | | Merge pull request #71849 from EricEzaM/fix-run-specific-scene-shortcutRémi Verschelde2023-01-221-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix 'run specific scene' shortcut on Windows/non-Mac
| * | | | | Fix 'run specific scene' shortcut on Windows/non-MacEric M2023-01-221-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge pull request #71770 from KoBeWi/better_editing_or_somethingRémi Verschelde2023-01-221-39/+66
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Rework EditorPlugin editing logic
| * | | | | Rework EditorPlugin editing logickobewi2023-01-221-39/+66
| |/ / / /
* | | | | Merge pull request #67253 from KoBeWi/PICKER_USAGE_NO_EDITORRémi Verschelde2023-01-211-3/+4
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | Remove editor dependencies from ColorPicker
| * | | | Remove editor dependencies from ColorPickerkobewi2022-10-111-3/+4
| | | | |
* | | | | Cleanup unused engine code v2kobewi2023-01-191-1/+0
| | | | |
* | | | | Increase default size of dockskobewi2023-01-181-4/+4
| |/ / / |/| | |
* | | | Merge pull request #70668 from KoBeWi/never_give_upRémi Verschelde2023-01-161-0/+17
|\ \ \ \ | | | | | | | | | | | | | | | Retry loading addons after filesystem scan
| * | | | Retry loading addons after filesystem scankobewi2022-12-281-0/+17
| | | | |
* | | | | Add EditorUndoRedoManager singletonkobewi2023-01-161-26/+24
| | | | |
* | | | | Move remote debug buttons to a single menu.bruvzg2023-01-141-2/+2
| | | | |
* | | | | Fix editor progress dialog theme update.bruvzg2023-01-141-1/+3
| | | | |
* | | | | Merge pull request #71209 from bruvzg/ed_progress_reparentRémi Verschelde2023-01-131-4/+8
|\ \ \ \ \ | | | | | | | | | | | | Automatically reparent editor progress dialog to avoid error spam.