summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2023-02-22Merge pull request #73725 from ↵Rémi Verschelde
RevoluPowered/implement-automatic-rename-for-import-file-root-node3d Implement automatic rename for Spatial to Node3D in .import files using 3 to 4 conversion utility
2023-02-22Merge pull request #73694 from m4gr3d/update_touchscreen_editor_settings_mainRémi Verschelde
Enable granular control of touchscreen related settings
2023-02-22Enable granular control of touchscreen related settingsFredia Huya-Kouadio
2023-02-22Implement automatic rename for projectGordon MacPherson
- Import must rename nodes/root_type="Spatial" to "Node3D": - Resolves ownership issues with calling: scene->replace_by(base_node); when the original root type was Spatial.
2023-02-21Fix line folding with multiple caretskobewi
2023-02-21Merge pull request #73595 from KoBeWi/missingnoRémi Verschelde
Fix missing directories when exporting from cmd
2023-02-21Fix shortcut reset.bruvzg
2023-02-20Merge pull request #73634 from KoBeWi/merged_into_errorRémi Verschelde
Fix tile atlas merging crash
2023-02-20[macOS] Replace all `Alt/Option+Letter/Number` default shortcuts to avoid ↵bruvzg
conflicts with special character input.
2023-02-20Fix tile atlas merging crashkobewi
2023-02-20Fix missing directories when exporting from cmdkobewi
2023-02-20Merge pull request #73592 from pattlebass/conversion-popup-cutoffRémi Verschelde
Increase minsize for some Project Conversion dialogs
2023-02-20Merge pull request #73237 from ↵Rémi Verschelde
KoBeWi/did_you_know_that_the_maximum_branch_name_length_is_250_bytes❔_this_means_that_this_branch's_diff_could_probably_fit_into_its_name,_because_it's_so_ridiculously_small._Why_are_you_reading_this_btw❔ Fix corrupt undo after making sub-resources unique
2023-02-20Increase minsize for some Project Conversion dialogspattlebass
This is more of a workaround than a fix. The underlying issue is that `ConfirmationDialog` doesn't always update its size if you change its text. (or it updates it AFTER it had already popped up). `wrap_controls` doesn't help here.
2023-02-20i18n: Sync translations with WeblateRémi Verschelde
2023-02-20Merge pull request #73604 from ↵Rémi Verschelde
KoBeWi/make_read_only_only_if_not_already_read_only_and_make_not_read_only_only_when_is_read_only Apply inspector read_only only when changed
2023-02-20Apply inspector read_only only when changedkobewi
2023-02-19Remove path hard-coding in editor_build_profilekobewi
2023-02-19Merge pull request #71398 from honix/property-revert-release-focusRémi Verschelde
Fix property revert doesn't revert selected fields
2023-02-19Merge pull request #73526 from YuriSizov/branded-project-llcRémi Verschelde
Add a custom icon for the `project.godot` file in the `EditorFileDialog`
2023-02-18Merge pull request #71850 from WesleyElliott/fix-custom-node-exportYuri Sizov
2023-02-18Merge pull request #73513 from YuriSizov/bone2d-remove-deprecated-methodsYuri Sizov
Remove deprecated methods from Bone2D
2023-02-17Add a custom icon for the `project.godot` file in the EditorFileDialogYuri Sizov
2023-02-17Merge pull request #73512 from groud/fix_tilemap_dragging_selectionYuri Sizov
Fix TileMap dragging selection
2023-02-17Merge pull request #71792 from ↵Yuri Sizov
EricEzaM/66428-changing-the-play-shortcut-gets-overwritten-every-restart Fix shortcuts which have feature override defined reverting to default when user changes the shortcut to be same as non-overridden.
2023-02-17Remove deprecated methods from Bone2DYuri Sizov
- also add them to the project convertor
2023-02-17Fix TileMap dragging selectionGilles Roudière
2023-02-17Merge pull request #70788 from ZangEldor/empty_frame_name_fixRémi Verschelde
Fixed SpriteFrame allowed entering an empty name
2023-02-17Set default name if SpriteFrames name is emptyEldor Zang
2023-02-17Merge pull request #66121 from Zylann/plugin_handles_edit_object_argumentRémi Verschelde
Change `_can_handle` and `_edit` virtual methods to take `Object*`
2023-02-17Merge pull request #73220 from Mickeon/renames-more-like-retypeYuri Sizov
Tweak comments in `renames_map_3_to_4` & reorder
2023-02-17Merge pull request #73381 from KoBeWi/works_better_than_expected_huhYuri Sizov
Fold resources when non-main inspector exits tree
2023-02-17Change `_can_handle` and `_edit` virtual methods to take `Object*`Marc Gilleron
2023-02-17Merge pull request #71475 from Maran23/4-x-theme-outline-affects-editorRémi Verschelde
Fix custom theme outline settings affects the editor theme as well
2023-02-17Merge pull request #73195 from timothyqiu/weblate-commentsRémi Verschelde
Improvements and fixes based on Weblate comments
2023-02-17Merge pull request #68083 from atngames/masterRémi Verschelde
Added a signal connection to update buses editor on "bus_layout_changed"
2023-02-17Merge pull request #69801 from nongvantinh/fix-invalid-scene-nameRémi Verschelde
Fixed scene name can be saved as extension only
2023-02-17Merge pull request #69810 from trollodel/scene_importer_material_crash_fixRémi Verschelde
Ensure that generated import IDs are unique
2023-02-17Prevent saving files with no name and only an extension.Nong Van Tinh
Fixes #69768. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
2023-02-16Theme Editor: fix leading styleboxes / main stylesrsjtdrjgfuzkfg
Recent changes in Godot cause the theme editor to become hidden when editing a child resource. This causes a crash when editing style box resources marked as "main styles" (= leading styleboxes in the code), as they try to reference the currently edited theme. This commit works around the issue by permitting the Theme Editor to keep a reference to the most recently edited Theme. Furthermore, it adds an assertion to avoid a similar crash in the future. Long-term, the workaround should probably be removed when the theme editor is fixed to remain visible while editing child resources, but I'd keep the assertion.
2023-02-16Merge pull request #73447 from KoBeWi/3early5meRémi Verschelde
Fix wrong font in Event Configuration
2023-02-16Merge pull request #73440 from aXu-AP/code-editor-toggle-comment-fixRémi Verschelde
Fix toggle comment not moving caret
2023-02-16Fix wrong font in Event Configurationkobewi
2023-02-16Fix toggle comment not moving caretaXu-AP
Fix regression if caret is at the beginning of the line and comment is toggled.
2023-02-16Merge pull request #73361 from ↵Rémi Verschelde
akien-mga/your-ints-aint-gonna-increment-themselves EditorProperty: Fix missing increment buttons for integers
2023-02-16Merge pull request #73375 from KoBeWi/save_us_all_from_crashRémi Verschelde
Fix Save All trying to save empty scene paths
2023-02-16Merge pull request #73370 from timothyqiu/tiles-i18nRémi Verschelde
Add missing i18n in tiles editor
2023-02-16Merge pull request #73369 from SaracenOne/animation_length_read_onlyRémi Verschelde
Make animation length control respect read-only rules.
2023-02-16Merge pull request #73350 from SaracenOne/node_pointer_revert_fixRémi Verschelde
Fixes revert button on exported node properties on inherited nodes
2023-02-15Fold resources when non-main inspector exits treekobewi