Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Streamline class icon resolution in the editor | Yuri Sizov | 2023-03-31 | 1 | -93/+48 | |
| | | ||||||
* | | Turn off auto translate for some editor controls | Haoyu Qiu | 2023-03-28 | 1 | -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_plugins | Yuri Sizov | 2023-03-27 | 1 | -0/+4 | |
|\ \ | | | | | | | Remove disabled plugins from active plugins | |||||
| * | | Remove disabled plugins from active plugins | kobewi | 2023-03-25 | 1 | -0/+4 | |
| |/ | ||||||
* / | Make Add Scene button the same height as scene tabs | Haoyu Qiu | 2023-03-27 | 1 | -4/+5 | |
|/ | ||||||
* | Merge pull request #74114 from dalexeev/editor-help-enable-context-menu | Yuri Sizov | 2023-03-16 | 1 | -0/+1 | |
|\ | | | | | Enable `RichTextLabel` context menu if selection is enabled | |||||
| * | Enable `RichTextLabel` context menu if selection is enabled | Danil Alexeev | 2023-03-06 | 1 | -0/+1 | |
| | | ||||||
* | | Merge pull request #74795 from KoBeWi/MassNodeEdit | Yuri Sizov | 2023-03-15 | 1 | -1/+1 | |
|\ \ | | | | | | | Fix MultiNodeEdit not cleared after deleting nodes | |||||
| * | | Fix MultiNodeEdit not cleared after deleting nodes | kobewi | 2023-03-11 | 1 | -1/+1 | |
| | | | ||||||
* | | | Corrected capitalisation of macOS | John Veness | 2023-03-12 | 1 | -1/+1 | |
|/ / | | | | | | | In documentation and comments, ignoring thirdparty code | |||||
* | | Document `editor/naming/scene_name_casing` setting | Ninni Pipping | 2023-03-09 | 1 | -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-fix | Rémi Verschelde | 2023-03-09 | 1 | -3/+3 | |
|\ \ | | | | | | | | | | Fix errors when closing floating docks | |||||
| * | | Fix errors when closing floating docks | Hayden Leete | 2023-03-09 | 1 | -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 editor | Yuri Sizov | 2023-03-08 | 1 | -0/+17 | |
|/ / | ||||||
* / | Fix coloring of the renderer options button | Haoyu Qiu | 2023-03-08 | 1 | -3/+5 | |
|/ | ||||||
* | Merge pull request #73365 from bruvzg/no_transient_children | Rémi Verschelde | 2023-03-02 | 1 | -33/+99 | |
|\ | | | | | | | Automatically reparent editor message dialogs to avoid error spam. | |||||
| * | Automatically reparent editor message dialogs to avoid error spam. | bruvzg | 2023-02-21 | 1 | -33/+99 | |
| | | ||||||
* | | Fix dock name lost translation after layout change | Haoyu Qiu | 2023-03-01 | 1 | -0/+2 | |
| | | | | | | | | | | * After you click in the dock select panel * After you load an editor layout | |||||
* | | Merge pull request #73775 from ↵ | Rémi Verschelde | 2023-02-23 | 1 | -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. | SaracenOne | 2023-02-22 | 1 | -0/+31 | |
| | | | ||||||
* | | | Load script for addons without cache | George Marques | 2023-02-22 | 1 | -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 conditions | Davi | 2023-02-21 | 1 | -1/+2 | |
|/ | ||||||
* | [macOS] Replace all `Alt/Option+Letter/Number` default shortcuts to avoid ↵ | bruvzg | 2023-02-20 | 1 | -5/+6 | |
| | | | | conflicts with special character input. | |||||
* | Fix TileMap dragging selection | Gilles Roudière | 2023-02-17 | 1 | -0/+1 | |
| | ||||||
* | Make use of a theme cache in EditorHelp and ensure it's updated | Yuri Sizov | 2023-02-11 | 1 | -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 Node2D | Aaron Franke | 2023-02-11 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #72552 from m4gr3d/cleanup_custom_build_main | Rémi Verschelde | 2023-02-06 | 1 | -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-Kouadio | 2023-02-02 | 1 | -9/+9 | |
| | | | | | | | | underlying build process. | |||||
* | | Fix AnimationTrackEditor doesn't open when selecting AnimationPlayer | Silc Renew | 2023-02-07 | 1 | -2/+2 | |
| | | ||||||
* | | More fixes to over plugin handling | kobewi | 2023-02-06 | 1 | -11/+17 | |
|/ | ||||||
* | Merge pull request #71936 from akien-mga/remove-some-unused-signals | Rémi Verschelde | 2023-02-01 | 1 | -1/+0 | |
|\ | | | | | | | Remove some unused signals | |||||
| * | Remove some unused signals | Rémi Verschelde | 2023-01-31 | 1 | -1/+0 | |
| | | | | | | | | Part of #37604. | |||||
* | | Prevent wrong unedit when clicking editor viewport | kobewi | 2023-02-01 | 1 | -0/+7 | |
|/ | ||||||
* | Merge pull request #72420 from TokageItLab/fix-animation-editor-plugin | Rémi Verschelde | 2023-01-31 | 1 | -0/+5 | |
|\ | | | | | | | Fix broken bottom panel switching | |||||
| * | Fix broken bottom panel switching | Silc Renew | 2023-01-31 | 1 | -0/+5 | |
| | | ||||||
* | | Remove viewport_set_disable_environment in favor of ↵ | clayjohn | 2023-01-30 | 1 | -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 codespell | Rémi Verschelde | 2023-01-30 | 1 | -2/+2 | |
| | | | | | | And include #72377. Co-authored-by: Wiktor Kocielski <withaust@gmail.com> | |||||
* | Fix editors potentially being used twice | kobewi | 2023-01-28 | 1 | -0/+11 | |
| | ||||||
* | Merge pull request #71725 from bruvzg/mac_mpass_title | Rémi Verschelde | 2023-01-26 | 1 | -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 ↵ | bruvzg | 2023-01-20 | 1 | -0/+1 | |
| | | | | | | | | prevent editor buttons from passing double-click to title. | |||||
* | | Fix path for unsaved inherited scenes. | SaracenOne | 2023-01-25 | 1 | -1/+2 | |
| | | ||||||
* | | Merge pull request #65137 from dalexeev/editor-naming | Yuri Sizov | 2023-01-24 | 1 | -2/+2 | |
|\ \ | | | | | | | Rearrange `editor/naming/*` project settings | |||||
| * | | Rearrange `editor/naming/*` project settings | Danil Alexeev | 2023-01-12 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge pull request #65302 from KoBeWi/middle_click_of_exasperation | Rémi Verschelde | 2023-01-24 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | | | | | Remove middle click shortcut to open scene tab | |||||
| * | | | Remove middle click shortcut to open scene tab | kobewi | 2022-09-04 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge pull request #70377 from dsnopek/server-export-mk2 | Rémi Verschelde | 2023-01-23 | 1 | -0/+6 | |
|\ \ \ \ | | | | | | | | | | | | | | | | Add "dedicated server" export mode which can strip unneeded visual resources | |||||
| * | | | | Add "dedicated server" export mode which can strip unneeded visual resources | David Snopek | 2023-01-23 | 1 | -0/+6 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #57606 from SaracenOne/update_on_reimport | Rémi Verschelde | 2023-01-23 | 1 | -1/+477 | |
|\ \ \ \ | | | | | | | | | | | | | | | | Update instances of scenes which have been reimported. | |||||
| * | | | | Update instances of scenes which have been reimported. | SaracenOne | 2023-01-16 | 1 | -1/+477 | |
| | | | | | ||||||
* | | | | | Fix plugins over not working | kobewi | 2023-01-23 | 1 | -0/+1 | |
| | | | | |