summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2023-04-20i18n: Sync translations with WeblateRémi Verschelde
2023-04-10Initialize editor values on first launchkobewi
(cherry picked from commit b0eadcfbce3182373501ab24e62544032c4aec82)
2023-04-07gltf: Remove obsolete hack to embed gltf textures in advanced importLyuma
(cherry picked from commit bd020b7d92dc99c3713b7d1b99da691b8d1e765e)
2023-04-07Prevent color conversion of the big Godot logoYuri Sizov
Use an off-white color from the palette that we explicitly don't convert. (cherry picked from commit ce741df43dd947e926c5034ac82ce7f3e83589a5)
2023-04-07Fix some theme values affect the editor by setting a default value for the ↵Marius Hanl
theme constant 'h_separation' for MenuBar and Button and a default value for the theme color 'background_color' for TextEdit (cherry picked from commit c0905bc0af66c27f032466821ab1ea074d0e9804)
2023-04-07Improve editor state initializationkobewi
(cherry picked from commit 13c8a9890d925fccd7a7988c63bc4867ed81ddeb)
2023-04-07Properly remember snapping options per-projectkobewi
(cherry picked from commit 45b47d558473623d2ae3d11df1cbfb84fb72a1e5)
2023-04-07Re-enable script editor File menu shortcuts when the menu is hiddenJames Buck
(cherry picked from commit de49bec30e8e2fc5881871a50f9222d90aacc24f)
2023-04-07Fix commenting collapsed function issueJean-Michel Bernard
(cherry picked from commit 68ad3338ef321772903896a3a99878f0b3bd6bf3)
2023-04-07Fix off-by-one issue where Go to Line dialog shows the incorrect lineRon B. Yeh
number (one less than the actual current line). (cherry picked from commit 1e9fd10f68e462a7fc6aac84e7659d0fcb0dc0e3)
2023-04-07Fix descriptions not showing for theme propertiesajreckof
(cherry picked from commit 14140eb2d915d14f70fb34405ddbd93692a7ad33)
2023-04-07Remember directory when installing templates filekobewi
(cherry picked from commit 551b6965ece72605cbe39f26bd8ea4d0d33bba2f)
2023-04-07Use physical shortcuts for freelook navigation in the editorHakim
(cherry picked from commit 52de40310a9d98496aa3de5aaf457a7e60959b77)
2023-04-04i18n: Sync translations with WeblateRémi Verschelde
2023-04-03Add navigation renames to 3to4 convertersmix8
Adds navigation renames to 3to4 converter. (cherry picked from commit 0c1e585a1d54aa2f3356ae40b587ef18b93867e5)
2023-03-30Exposing more project settings for documentationNinni Pipping
(cherry picked from commit bd30847e5916f4ca8a855774cb32a160e690e71d)
2023-03-30Improve POT Generation dialogHaoyu Qiu
* Avoid "property not found" warnings when adding a file for the first time. * When no file is added, disable the Generate POT button instead of printing a warning. (cherry picked from commit 584136271cf92b7731f82dce22c4e99075b9b5d7)
2023-03-30Project converter: Remove Tween properties/signals from renamesRémi Verschelde
The Tween class in Godot 3 is fully incompatible with Godot 4, there's no point doing these renames. It also makes it harder to use Threen, my (currently WIP) forward-port of the Godot 3 Tween to Godot 4. (cherry picked from commit 0171037e0a32b860f60859a0da9d08c6681e690f)
2023-03-30Don't allow selecting nodes without ownerkobewi
(cherry picked from commit 2fcfef15daed68e2bcb83a706223dd8d3107290b)
2023-03-30TileSet editor AtlasMergingDialog crash fixkleonc
(cherry picked from commit c72b09639ad5a8644a1fd3bb61c5e2cca8483808)
2023-03-27Use 8×8 default grid size for TextureRegion and 2D polygon editorsHugo Locurcio
Power-of-two grid sizes are more suited to most game assets. (cherry picked from commit 0f73ef1df9c092a8d2dea2861960e708d90fbd46)
2023-03-27More i18n improvementsHaoyu Qiu
* Make placeholder in editor layout dialog translatable. * Make messages in scene import settings dialog translatable. * Mark theme override property categories for translation. (cherry picked from commit 5a5fd33e42239cb59aa34899675ca4e2a2c99106)
2023-03-27Make Add Scene button the same height as scene tabsHaoyu Qiu
(cherry picked from commit 8ab11127bcece042800ae5afada3d8a81d10e5be)
2023-03-27Fix height of subresource button in InspectorHaoyu Qiu
(cherry picked from commit 66b325b7281fcecaa2393e900ba683f42020cd08)
2023-03-27Remove disabled plugins from active pluginskobewi
(cherry picked from commit 0b8b37c35df7d0341c47d99298b4aa7f18ee60eb)
2023-03-27Fix ResourceImporterLayeredTexture::import() high_quality typenikitalita
(cherry picked from commit 68a6505f41e8c3254155122b0153c074a80f72c8)
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-27Update property keying state without a full Inspector rebuildYuri Sizov
(cherry picked from commit f68eb4a96711139d58d3f676d52576f1acb9c94e)
2023-03-27Add conversion for Vector2 method tangent() -> orthogonal()Marius Hanl
For C# also: Perpendicular() -> Orthogonal() (cherry picked from commit da4ec876730f17caaa75438b68e7e6ff48fec86b)
2023-03-27Reload built in script to get its methods on signal connectionHakim
(cherry picked from commit 5aa8b9ee61ca80f186d0f1dfed5418fe4278f157)
2023-03-27Fix EditorUndoRedoManager's handling of MERGE_ENDSkobewi
(cherry picked from commit 38c50b4ed3c24a0bbe7327466a3069b1ac0df6a5)
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-27[macOS] Re-add support for the _sc_ inside app bundle. Update docs.bruvzg
(cherry picked from commit 174e0837e0826179a2e51e581aa895cb5cc90885)
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-27Delete unused compression formats from .imoprt files when exportingclayjohn
(cherry picked from commit dec86164e123fe34b0406521e156aa967a96e66b)
2023-03-16Fix error when opening Inspector's dots menuHaoyu Qiu
When the inspector is empty, opening the "extra resource options" menu produces a error: > Condition "current_res.is_null()" is true. Opening the mneu with no current resource is valid use case, so `ERR_FAIL_COND` should not be used. (cherry picked from commit cb0fa0ed7b6b5e953f820a762979d1d35c12b8ee)
2023-03-16Disallow creating a project in the Home or Documents folderclayjohn
Also don't prompt users to delete the project folder for now. This is a temporary fix to ensure that users do not delete their entire home folders by mistake (cherry picked from commit 45a26ff29286b1a692c7f7f6faac6970cdf3151c)
2023-03-16Add "Bbcode" -> "BBCode" editor capitalizationHugo Locurcio
This property name is used in RichTextLabel. (cherry picked from commit 81858da2e66d04a766a9036dc94658d95ce1297f)
2023-03-16Fix MultiNodeEdit not cleared after deleting nodeskobewi
(cherry picked from commit fbffd686e23dfd2e5599d0b2ca35d71805d8d7a9)
2023-03-16Add conversion for common Theme OverridesMarius Hanl
(cherry picked from commit a40f559fe20e451b60b9ef33e9f2675358bbb8ac)
2023-03-16Fix `InputEventConfigurationDialog` modifies original eventDanil Alexeev
(cherry picked from commit 9fbf24fd5c32f50130ae71e317ad73456853d3b5)
2023-03-15i18n: Sync translations with WeblateRémi Verschelde
2023-03-14Redraw 2d viewport when guides are clearedthe-sink
(cherry picked from commit 0c051f41b16af834ad8b1fb46682aeef16fc88d6)
2023-03-14Convert OpenSimplexNoise to FastNoiseLiteMarius Hanl
- class name and octaves property (cherry picked from commit 862296273b3f446f4bbcfc5ea682a866ffe1ebcf)
2023-03-14Make sure Script Debugger is updated with the editor themeYuri Sizov
(cherry picked from commit 239eb31c900682f1d4fea56546096b5282d2a352)
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-14Fix errors when closing floating docksHayden Leete
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 (cherry picked from commit 21578e0bb4f3dd99bb288a1d631b064fa76b884f)