summaryrefslogtreecommitdiffstats
path: root/editor/editor_node.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* | Streamline class icon resolution in the editorYuri Sizov2023-03-311-93/+48
| |
* | Turn off auto translate for some editor controlsHaoyu Qiu2023-03-281-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | * Scene tab * Animation name list in Animation panel * Feature profile name list in Editor Feature Profile dialog * Layout names in editor layout menu * Subresource list in Inspector dock * Resource type shown in EditorResourcePicker * Enum dropdowns in inspectors: We'll eventually allow auto translating these after implementing a way to opt-out auto translation on a property-by-property basis and a way to extract enumerators.
* | Merge pull request #75331 from KoBeWi/remove_removed_pluginsYuri Sizov2023-03-271-0/+4
|\ \ | | | | | | Remove disabled plugins from active plugins
| * | Remove disabled plugins from active pluginskobewi2023-03-251-0/+4
| |/
* / Make Add Scene button the same height as scene tabsHaoyu Qiu2023-03-271-4/+5
|/
* Merge pull request #74114 from dalexeev/editor-help-enable-context-menuYuri Sizov2023-03-161-0/+1
|\ | | | | Enable `RichTextLabel` context menu if selection is enabled
| * Enable `RichTextLabel` context menu if selection is enabledDanil Alexeev2023-03-061-0/+1
| |
* | Merge pull request #74795 from KoBeWi/MassNodeEditYuri Sizov2023-03-151-1/+1
|\ \ | | | | | | Fix MultiNodeEdit not cleared after deleting nodes
| * | Fix MultiNodeEdit not cleared after deleting nodeskobewi2023-03-111-1/+1
| | |
* | | Corrected capitalisation of macOSJohn Veness2023-03-121-1/+1
|/ / | | | | | | In documentation and comments, ignoring thirdparty code
* | Document `editor/naming/scene_name_casing` settingNinni Pipping2023-03-091-1/+0
| | | | | | | | Moved definitions of editor related project settings to `editor/register_editor_types.cpp` to make documentation work.
* | Merge pull request #74634 from Haydoggo/floating-dock-error-fixRémi Verschelde2023-03-091-3/+3
|\ \ | | | | | | | | | Fix errors when closing floating docks
| * | Fix errors when closing floating docksHayden Leete2023-03-091-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | dock->get_index() on line 4463 was not behaving as expected due to dock having an internal sibling, so now we just get the index excluding internal nodes. line 4742 would throw an error if you made multiple docks floating then redocked the end docks first, but no longer
* | | Prevent cache corruption when saving resources in the editorYuri Sizov2023-03-081-0/+17
|/ /
* / Fix coloring of the renderer options buttonHaoyu Qiu2023-03-081-3/+5
|/
* 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
| | | | |