Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prompt to confirm anim track delete on node delete | kobewi | 2023-04-25 | 2 | -29/+96 |
| | |||||
* | Merge pull request #76431 from RandomShaper/fix_doc_help_cache | Rémi Verschelde | 2023-04-25 | 2 | -24/+11 |
|\ | | | | | | | Improve reliability of editor docs cache | ||||
| * | Improve reliability of editor docs cache | Pedro J. Estébanez | 2023-04-25 | 2 | -24/+11 |
| | | |||||
* | | Unexpose AnimationTrackEditPlugin as not implemented | Yuri Sizov | 2023-04-25 | 1 | -2/+0 |
| | | |||||
* | | Merge pull request #76421 from timothyqiu/editor-dialog | Rémi Verschelde | 2023-04-25 | 2 | -0/+4 |
|\ \ | | | | | | | | | | Fix inconsistent file dialog settings usage | ||||
| * | | Fix inconsistent file dialog settings usage | Haoyu Qiu | 2023-04-25 | 2 | -0/+4 |
| |/ | | | | | | | | | | | * Project Manager ignores display mode settings. * EditorFileDialog's default display mode and show hidden files settings are not updated when corresponding editor settings change. | ||||
* | | Merge pull request #76084 from timothyqiu/nested-folders | Rémi Verschelde | 2023-04-25 | 4 | -53/+251 |
|\ \ | | | | | | | | | | Make create folder popup support nested folders | ||||
| * | | Make create folder popup support nested folders | Haoyu Qiu | 2023-04-23 | 4 | -53/+251 |
| | | | |||||
* | | | Merge pull request #76105 from anvilfolk/tooltip | Rémi Verschelde | 2023-04-25 | 1 | -2/+6 |
|\ \ \ | | | | | | | | | | | | | Fix @export variable tooltips not showing up in Inspector in scripts with inner classes | ||||
| * | | | Fix @export variable tooltips not showing up in Inspector when there is | ocean (they/them) | 2023-04-21 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | an inner class | ||||
* | | | | Merge pull request #73656 from TokageItLab/expose-3d-tracks | Rémi Verschelde | 2023-04-25 | 3 | -24/+24 |
|\ \ \ \ | | | | | | | | | | | | | | | | Expose interpolation methods for 3D track in `Animation` class | ||||
| * | | | | Expose interpolation methods for 3D track in Animation class | Silc Renew | 2023-04-25 | 3 | -24/+24 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #69698 from Daylily-Zeleen/daylily-zeleen/show_in_explorer | Rémi Verschelde | 2023-04-25 | 5 | -15/+9 |
|\ \ \ \ | |/ / / |/| | | | | | | | Implement and expose OS::shell_show_in_file_manager() | ||||
| * | | | Implement and expose OS::shell_show_in_file_manager() | Daylily-Zeleen | 2023-04-25 | 5 | -15/+9 |
| | | | | |||||
* | | | | Merge pull request #76396 from ↵ | Rémi Verschelde | 2023-04-24 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Rindbee/fix_line_spacing_not_update_in_code_editor Fix `line_spacing` in code editor will not take effect immediately on change | ||||
| * | | | | Fix `line_spacing` in code editor will not take effect immediately on change | Rindbee | 2023-04-24 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Previously, in CodeTextEditor, `line_spacing` was forgotten to update when the editor setting property changed. | ||||
* | | | | | Merge pull request #76364 from timothyqiu/expansion | Rémi Verschelde | 2023-04-24 | 1 | -5/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix layout list not resizing in editor layout dialog | ||||
| * | | | | | Fix layout list not resizing in editor layout dialog | Haoyu Qiu | 2023-04-23 | 1 | -5/+2 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge pull request #76363 from timothyqiu/whats-undo-redo | Rémi Verschelde | 2023-04-24 | 2 | -4/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Translate undo/redo messages in settings dialogs | ||||
| * | | | | | Translate undo/redo messages in settings dialogs | Haoyu Qiu | 2023-04-23 | 2 | -4/+4 |
| |/ / / / | |||||
* | | | | | Merge pull request #76352 from MewPurPur/add-physical-bone-icon | Rémi Verschelde | 2023-04-24 | 1 | -0/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add missing PhysicalBone2D icon | ||||
| * | | | | | Add missing PhysicalBone2D icon | VolTer | 2023-04-23 | 1 | -0/+1 |
| | | | | | | |||||
* | | | | | | Merge pull request #76122 from spanzeri/fix_animation_snap_slider_crash | Rémi Verschelde | 2023-04-24 | 2 | -1/+14 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix editor spin slider remaining editable if set read_only during and edit and fix related animation player crash | ||||
| * | | | | | | Fix editor spin slider remaining editable if set read_only during an edit ↵ | Samuele Panzeri | 2023-04-22 | 2 | -1/+14 |
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | and fix related animation player crash | ||||
* | | | | | | Merge pull request #75759 from TokageItLab/reimplement-grouped-statemachine | Rémi Verschelde | 2023-04-24 | 3 | -492/+107 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Rework for nested `AnimationNodeStateMachine` | ||||
| * | | | | | | Rework StateMachine and nested StateMachine process | Silc Renew | 2023-04-18 | 3 | -492/+107 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Breaking compatibility: If a StateMachineTransition is connected to a nested StateMachine prior to this, it is removed. Also, there was a feature to connect another StateMachine as the End of a StateMachine, which is also removed to avoid reference confusion. It was like a GoTo Statement, also further passing the same reference to the blending process, causing the blending calculation to break or causing some StateMachines to not work. | ||||
* | | | | | | | Merge pull request #74632 from davthedev/tabs-hover | Rémi Verschelde | 2023-04-24 | 1 | -0/+10 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | | | | | | | | Add theming support for hovered tabs | ||||
| * | | | | | | Add theming support for hovered tabs | David Giardi | 2023-04-19 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tabs can now be styled differently when hovered by the mouse pointer. | ||||
* | | | | | | | Make `EditorPropertyLayersGrid` responsive to touch taps | Fredia Huya-Kouadio | 2023-04-23 | 2 | -47/+62 |
| | | | | | | | |||||
* | | | | | | | Validate renderer selection in project manager and change default renderer ↵ | clayjohn | 2023-04-21 | 2 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | editor setting to expose an enum to users | ||||
* | | | | | | | Merge pull request #76290 from JohanAR/light_is_directional_spatial | Rémi Verschelde | 2023-04-21 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add LIGHT_IS_DIRECTIONAL built-in for spatial shaders | ||||
| * | | | | | | | Add LIGHT_IS_DIRECTIONAL built-in for spatial shaders | Johan Aires Rastén | 2023-04-20 | 1 | -0/+1 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | Merge pull request #76282 from smix8/node_3d_gizmo_split_4.x | Rémi Verschelde | 2023-04-21 | 67 | -5354/+7546 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Split Node3DGizmos into dedicated files | ||||
| * | | | | | | | Split Node3DGizmos into dedicated files | smix8 | 2023-04-20 | 67 | -5354/+7546 |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | Splits Node3DGizmos into dedicated files. | ||||
* | | | | | / | Fix EditorHelp failing to load | kobewi | 2023-04-21 | 1 | -1/+1 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Merge pull request #76288 from RedworkDE/net-glue-no-doccache | Rémi Verschelde | 2023-04-20 | 2 | -3/+3 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | C#: Do not use DocCache when generating glue code | ||||
| * | | | | | | C#: Do not use DocCache when generating glue code | RedworkDE | 2023-04-20 | 2 | -3/+3 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #76269 from KoBeWi/let's_wrap_this_up | Rémi Verschelde | 2023-04-20 | 6 | -0/+19 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | Add shortcut for quick-toggling word wrap | ||||
| * | | | | | | Add shortcut for quick-toggling word wrap | kobewi | 2023-04-19 | 6 | -0/+19 |
| |/ / / / / | |||||
* | | | | | | i18n: Sync translations with Weblate | Rémi Verschelde | 2023-04-20 | 30 | -338/+5944 |
| | | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit 90b4ca2e506c6a0d432770d59f62ae7eea565ad0) | ||||
* | | | | | | Merge pull request #76238 from ↵ | Rémi Verschelde | 2023-04-20 | 1 | -1/+22 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Calinou/editor-inspector-tooltip-display-enum-descriptions Display enum value descriptions in the editor inspector help tooltips | ||||
| * | | | | | | Display enum value descriptions in the editor inspector help tooltips | Hugo Locurcio | 2023-04-19 | 1 | -1/+22 |
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes it possible to see what each value does without having to open a documentation tab. Some enum value names may be mismatched as the API doesn't always match the property hint used in the editor. | ||||
* | | | | | | Merge pull request #74739 from davthedev/itemlist-hover | Rémi Verschelde | 2023-04-20 | 1 | -0/+7 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | Add theming support for hovered ItemList items | ||||
| * | | | | | Add hovered item style to ItemList | David Giardi | 2023-04-18 | 1 | -0/+7 |
| |/ / / / | |||||
* | | | | | Merge pull request #76229 from KoBeWi/out_of_control | Rémi Verschelde | 2023-04-19 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Remove wrong Ctrl from 2D editor tooltip | ||||
| * | | | | | Remove wrong Ctrl from 2D editor tooltip | kobewi | 2023-04-18 | 1 | -1/+1 |
| |/ / / / | |||||
* | | | | | Merge pull request #75219 from bruvzg/get_focus_screen | Rémi Verschelde | 2023-04-19 | 1 | -2/+9 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add project manager / editor initial screen settings, implement `get_keyboard_focus_screen` method. | ||||
| * | | | | | Add project manager / editor initial screen settings, implement ↵ | bruvzg | 2023-04-19 | 1 | -2/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | DisplayServer.get_keyboard_focus_screen method. | ||||
* | | | | | | [Export] Add readable descriptions and validation warnings to the export ↵ | bruvzg | 2023-04-19 | 13 | -13/+80 |
|/ / / / / | | | | | | | | | | | | | | | | options. | ||||
* | | | | | Merge pull request #76176 from YuriSizov/editor-extracted-interface-commencing | Rémi Verschelde | 2023-04-18 | 21 | -454/+614 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Decouple `EditorInterface` from `EditorPlugin` |