summaryrefslogtreecommitdiff
path: root/editor/plugins
AgeCommit message (Collapse)Author
2023-03-27TileMapEditor Fix preview rendering and transform calculationskleonc
(cherry picked from commit 224c66324b5a4f666b0c0469959af39ad5666f75)
2023-03-27Added drag and drop support for shaderincludeFahad Shihab
Dragging and dropping now works for shader include file. (cherry picked from commit e5601b517ef232e26a4773e3704a7b44c64e991f)
2023-03-27Fix `Find in Files` Search Results cannot open builtin scriptstmSi
(cherry picked from commit f1f4c5b10b934402acdfa279782a93cbe4403740)
2023-03-27Fix GDExtensions library export when multiple architectures are set.bruvzg
(cherry picked from commit c2d678a924b7722b6bc846d361cb309d261c6597)
2023-03-27Fix cancelling selection (pressing escape) while gizmo editing making ↵Eric M
uncommitted changes. * Pressing escape while gizmo editing will discard the changes made during that edit 'session' (cherry picked from commit 871ddf80c097717ad55026ce0cf60481af489eae)
2023-03-14Redraw 2d viewport when guides are clearedthe-sink
(cherry picked from commit 0c051f41b16af834ad8b1fb46682aeef16fc88d6)
2023-03-14clear filter input in Project Settings when opening Layersyedpodtrzitko
(cherry picked from commit e13bcf5b845fba1dbb2bbb02c8f14e7d3733a188)
2023-03-14Add missing TTRs in tiles editor and array inspectorHaoyu Qiu
(cherry picked from commit bef7f14885ab6ee9cdf4116f67dfa12239746677)
2023-03-14Don't unset local_coords on starting transform.Ryan Roden-Corrent
This fixes a bug introduced by 806425621cfa3daba3ba9f6b020726490a3152a4, where dragging the gizmo no longer respected local transforms. I'm not sure why I called set_local_coords_enabled(false) in _compute_edit. Removing this line seems to fix gizmo-dragging local transforms, without breaking anything else. I also noticed that confirming a transform leaves the gizmo axis lines on the screen. This is fixed by calling update_transform_gizmo after clearing the edit mode/instant flags, so update_transform_gizmo knows not to render any axes. (cherry picked from commit d3d1223b970140b6a37d0c23e3b234c878be510a)
2023-03-14Disable local space for blender transforms.Ryan Roden-Corrent
Having local_space enabled when starting a transform changed the behavior of VIEW space transforms. Now we disable local_space when starting a blender transform (there was already logic to restore the setting after the transform ends). This also hides the gizmo while performing a blender transform, otherwise the user will see it snap back and forth between the local and global alignment. I think the transform looks cleaner with the gizmo hidden anyways. Fixes #59392. (cherry picked from commit 806425621cfa3daba3ba9f6b020726490a3152a4)
2023-03-13Add missing handler for removing font sizes in ThemesYuri Sizov
(cherry picked from commit 5a3dbea3ed95b6b1ff0847daf1669aa88515801b)
2023-03-13Fix TileSetEditor paiting texture_origin Vector2iNinni Pipping
(cherry picked from commit fb317546fe4ded0c5ea192ae9a870722a0d6e59c)
2023-03-13TileSet editor was out of sync with TileMap and incorrectly overwrote old ↵Niels Drost
selected TileSet after an edit call with a null pointer. (cherry picked from commit 66374c8dcee3eab1e0878e892be32cd257b43a5b)
2023-02-26Add warnings for unsupported features in mobile and gl_compatibility backendsclayjohn
2023-02-25Merge pull request #73887 from nklbdev/masterRémi Verschelde
fix typo `set_polygon` in GenericTilePolygonEditor
2023-02-25fix typo `set_polygon` in GenericTilePolygonEditornklbdev
2023-02-24Revert "Reordering emitted signals in PopupMenu" and fix editor selection ↵bruvzg
issue in the safer way.
2023-02-22Fix Polygon3DEditor parenting errorskobewi
2023-02-21Fix line folding with multiple caretskobewi
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-17Set default name if SpriteFrames name is emptyEldor Zang
2023-02-17Merge pull request #73195 from timothyqiu/weblate-commentsRémi Verschelde
Improvements and fixes based on Weblate comments
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 #73375 from KoBeWi/save_us_all_from_crashRémi Verschelde
Fix Save All trying to save empty scene paths
2023-02-15Fix Save All trying to save empty scene pathskobewi
2023-02-15Add missing i18n in tiles editorHaoyu Qiu
2023-02-14Merge pull request #68558 from dzil123/remove_duplicate_wireframeRémi Verschelde
Node3DEditorViewport - Remove duplicate wireframe check and cleanup
2023-02-14Merge pull request #73259 from KoBeWi/spaghetti_mapRémi Verschelde
Fix some TileMap errors and crashes
2023-02-14Merge pull request #72259 from Paulb23/json-editingRémi Verschelde
Support editing JSON in ScriptEditor
2023-02-14Fix some TileMap errors and crasheskobewi
2023-02-13Merge pull request #61411 from snailrhymer/tilemap-editor-scatteringRémi Verschelde
Fix random placement behaviour in new TileMap Editor
2023-02-13Improvements and fixes based on Weblate commentsHaoyu Qiu
* Description of `ui_text_submit` action should be "Submit Text" instead of "Text Submitted". * Spell out "Animation" instead of using "Anim.". * Treat "Max" as regular word instead of writing "Max.". * Use generic "Set %s" for action name instead of a dedicated "Set target_position". * Add translator comment for: * "Inclusive" and "Self" in the profiler. * Places where it needs the context about being an editor progress label. * "Duplicated Animation Name" since it's refering to the new name of a duplicated animation. * Disambiguation of "View Plane Transform", "Paste Selects" and "Display Normal". * Fix wrong undo action name for renaming an input action. * Fix missing end quote in a shader error message. * In class reference: * Fix duplicated "if" in the description of `signf()`. * Fix mismatched example output in `String.operator %()`. * Fix typo in the description of `Decal.texture_emission`. * Unify description of `String.match()` and `StringName.match()`.
2023-02-12Rework code editor multiline operationsaXu-AP
Fix bugs if 2 selections were on same line. Fix bugs when selection ended at new line. Make carets stay in place after operation and on undo. Affects: delete lines, move lines, toggle comments, bookmarks and breakpoints.
2023-02-12Round 2: Fix mesh library remove selected item menu optionMmAaXx500
Previous pr: #46435 Fixes: #45969
2023-02-11Fix mesh library remove selected item menu optionHaz
Fixes #45969.
2023-02-11Merge pull request #73098 from YuriSizov/editor-dont-hide-pluginsRémi Verschelde
Avoid cleaning up editor plugins when property list changes
2023-02-11Merge pull request #73092 from TokageItLab/ray-is-whatRémi Verschelde
Remove WARNING "ray: index" for debug from SkeletonEditor
2023-02-11Avoid cleaning up editor plugins when property list changesYuri Sizov
Also removes a usability hack from the Theme editor, as it doesn't work anymore, and it confuses the Inspector.
2023-02-11Remove WARNING "ray: index" for debug from SkeletonEditorSilc Renew
2023-02-11Fix code editor's ColorPicker issueheppocogne
ColorPicker now supports color constants. Modify code comments.
2023-02-10Fix random placement behaviour in new TileMap EditorSnailRhymer
Fix a bug where scattering could be set to e.g. 0.9 but a tile would still always be placed, as the check rand > 0.9 would be run on every mouse movement until it was successful.
2023-02-10Merge pull request #73007 from KoBeWi/typos_be_likeRémi Verschelde
Fix error spam when deselecting TileMap
2023-02-10Merge pull request #73034 from groud/fix_tilemap_patternRémi Verschelde
Fix TileMap patterns creation
2023-02-10Fix TileMap patterns creationGilles Roudière
2023-02-10Fix error spam when deselecting TileMapkobewi
2023-02-09Merge pull request #69550 from Rindbee/fix-script-editor-not-reload-via-lspRémi Verschelde
Fix internal editor not updating when using external editor via LSP
2023-02-09Improve some editor strings for localizationHaoyu Qiu
2023-02-06Fix ghost SpriteFramesEditor cause crashSilc Renew