Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | |||||
* | | | | | Use selected node type for choosing editor tab | PrecisionRender | 2023-01-22 | 1 | -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-shortcut | Rémi Verschelde | 2023-01-22 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix 'run specific scene' shortcut on Windows/non-Mac | ||||
| * | | | | | Fix 'run specific scene' shortcut on Windows/non-Mac | Eric M | 2023-01-22 | 1 | -1/+1 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge pull request #71770 from KoBeWi/better_editing_or_something | Rémi Verschelde | 2023-01-22 | 1 | -39/+66 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Rework EditorPlugin editing logic | ||||
| * | | | | | Rework EditorPlugin editing logic | kobewi | 2023-01-22 | 1 | -39/+66 |
| |/ / / / | |||||
* | | | | | Merge pull request #67253 from KoBeWi/PICKER_USAGE_NO_EDITOR | Rémi Verschelde | 2023-01-21 | 1 | -3/+4 |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | Remove editor dependencies from ColorPicker | ||||
| * | | | | Remove editor dependencies from ColorPicker | kobewi | 2022-10-11 | 1 | -3/+4 |
| | | | | | |||||
* | | | | | Cleanup unused engine code v2 | kobewi | 2023-01-19 | 1 | -1/+0 |
| | | | | | |||||
* | | | | | Increase default size of docks | kobewi | 2023-01-18 | 1 | -4/+4 |
| |/ / / |/| | | | |||||
* | | | | Merge pull request #70668 from KoBeWi/never_give_up | Rémi Verschelde | 2023-01-16 | 1 | -0/+17 |
|\ \ \ \ | | | | | | | | | | | | | | | | Retry loading addons after filesystem scan | ||||
| * | | | | Retry loading addons after filesystem scan | kobewi | 2022-12-28 | 1 | -0/+17 |
| | | | | | |||||
* | | | | | Add EditorUndoRedoManager singleton | kobewi | 2023-01-16 | 1 | -26/+24 |
| | | | | | |||||
* | | | | | Move remote debug buttons to a single menu. | bruvzg | 2023-01-14 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Fix editor progress dialog theme update. | bruvzg | 2023-01-14 | 1 | -1/+3 |
| | | | | | |||||
* | | | | | Merge pull request #71209 from bruvzg/ed_progress_reparent | Rémi Verschelde | 2023-01-13 | 1 | -4/+8 |
|\ \ \ \ \ | | | | | | | | | | | | | Automatically reparent editor progress dialog to avoid error spam. |