summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-04-07Fix the Python type error when creating the .sln fileHK-SHAO
(cherry picked from commit 19a8efc8759794bc39121809016245988f2db216)
2023-04-07gltf: Remove obsolete hack to embed gltf textures in advanced importLyuma
(cherry picked from commit bd020b7d92dc99c3713b7d1b99da691b8d1e765e)
2023-04-07Fix moving position indicator out of bounds in FileAccessMemoryBartłomiej T. Listwon
(cherry picked from commit bff0c71e2e2cb9b880181cc819c4753abfe59508)
2023-04-07ci: wait for static check results before starting buildsyedpodtrzitko
(cherry picked from commit 93b7bcb33da2c2395e51b097922240e76e9def71)
2023-04-07GraphNode ignore non-visible children for minimum size.Johan Aires Rastén
(cherry picked from commit 9a60c4affb0d6c3638aea140a820eddf258eb133)
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-07Added guide button to controller db, changed to use secret XInput function.Andrés Botero
(cherry picked from commit f249a9ce19e4d1bea28a5742e5c4e49f19e67c0d)
2023-04-07Fix RemoteTransform2D could fail to update AnimatableBody2D's position or ↵Rindbee
rotation Configure the transform per condition, and then only set it once to prevent multiple `NOTIFICATION_LOCAL_TRANSFORM_CHANGED` notifications from being sent. (cherry picked from commit 100b4b1f287600bde9c4f2704c2addbb3d65448e)
2023-04-07Prevent off-screen controls in editorkobewi
(cherry picked from commit 55b50703d7d5cc6322f0806f7580ac31e8553f73)
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-07Recreate swap chain when suboptimal to avoid error spamclayjohn
(cherry picked from commit c9d2bc91aace984b0c5fc1fcfa5b68e0a33e2ef6)
2023-04-07Expose NavigationAgent path postprocessing and pathfinding algorithm optionssmix8
Exposes the path postprocessing and pathfinding algorithm options of the NavigationAgent internal NavigationPathQueryParameters object. (cherry picked from commit 6e324bb341c795905085e25e7f7c153d89949fa9)
2023-04-07Fix several GraphEdit operations at zoom levels other than 100%Hendrik Brucker
(cherry picked from commit 49587fd6d940f11d40e7a324f2829f88c7204a11)
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-07TextureProgressBar Update upon texture changeskleonc
(cherry picked from commit cdc63214fe58880654e26fd0e2d016c2a927a151)
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-07Update thorvg to 0.8.4RedworkDE
(cherry picked from commit cfed867da1a696692442bd6991449b864707b1d3)
2023-04-07Remember directory when installing templates filekobewi
(cherry picked from commit 551b6965ece72605cbe39f26bd8ea4d0d33bba2f)
2023-04-07[RTL] Fix fill align and trim with enabled dropcap.bruvzg
(cherry picked from commit efa647bb177b1eab4cf98c2476584a9fc49a55bf)
2023-04-07C# Truncate instead of round in Vector2/3/4 to Vector2I/3I/4I conversionkleonc
(cherry picked from commit f53d3382af3ce04c924e6f92bb4c81ba349cfd8f)
2023-04-07Fix clipboard relying on focused windowRedMser
(cherry picked from commit 942f8b9858d428f9db35fec547ae868278fe2bbe)
2023-04-07Use physical shortcuts for freelook navigation in the editorHakim
(cherry picked from commit 52de40310a9d98496aa3de5aaf457a7e60959b77)
2023-04-04Bump version to 4.0.3-rcRémi Verschelde
2023-04-04Bump version to 4.0.2-stableRémi Verschelde
2023-04-04i18n: Sync translations with WeblateRémi Verschelde
2023-04-04Merge pull request #75624 from YuriSizov/4.0-cherrypicksRémi Verschelde
Cherry-picks for the 4.0 branch (future 4.0.2) - 3rd batch
2023-04-03Add changelog for 4.0.2Yuri Sizov
2023-04-03Fix typo and slightly reword in @GDScript.xmlAraraura
Fix "the every following property" to "then every following property" and change "is added" to "will be added". (cherry picked from commit e1c0df70485266e0385aed4962934bb26cb325e9)
2023-04-03Update UndoRedo descriptionkobewi
(cherry picked from commit 3a06e6af76a45ecda4d2247f78046f3e08260919)
2023-04-03Fill random docskobewi
(cherry picked from commit eac65fd0a8e68512a9410e0e78a405b726d303d3)
2023-04-03Improve CanvasItem.self_modulate docskleonc
(cherry picked from commit 4fb9aa22948dadf3f18dd73f6c9fca2e41da53d0)
2023-04-03[TextEdit] Fix block caret size at the end of the line.bruvzg
(cherry picked from commit efe04af446cd042c6505722ef2608aa03dc63435)
2023-04-03Remove reference to clipboard in OS class docskyace65
(cherry picked from commit a65d99b541578c52beb177ff7290dd68940a3807)
2023-04-03Add navigation renames to 3to4 convertersmix8
Adds navigation renames to 3to4 converter. (cherry picked from commit 0c1e585a1d54aa2f3356ae40b587ef18b93867e5)
2023-04-03Add _get_configuration_warnings() examplekobewi
(cherry picked from commit c4e08a4e1ac736c27d8b803c233d673f3fabf10a)
2023-04-03Fixed property hint for platform layers on 3D physics bodyBrennen Shaughnessy
(cherry picked from commit 2d16fe681d25d4119099e876ef809358cc45fa8a)
2023-04-03Fix xml namespace in org.godotengine.Godot.xmlParagoumba
(cherry picked from commit 1ba14e838ae2c7956bab5b4f10a8d2c04846ec53)
2023-04-02Fix NavigationAgent enable avoidance crashsmix8
Fixes NavigationAgent enable avoidance crash. (cherry picked from commit 184427196f77893fc43ceece69fe51f770aadb54)
2023-03-30[macOS] Fix infinite loop caused by global menu callbacks which trigger ↵bruvzg
EditorProgress dialog. (cherry picked from commit 48730e3b772931b12b34b33f8f57786d54cdb691)
2023-03-30Bump version to 4.0.2-rcRémi Verschelde
2023-03-30Merge pull request #75500 from YuriSizov/4.0-cherrypicksRémi Verschelde
Cherry-picks for the 4.0 branch (future 4.0.2) - 2nd batch
2023-03-30Replaced operating system alert dialog with a warning log message,Chris Hutchinson
toggled by a project setting. Fixes #73141 (cherry picked from commit cb8e91924399948888d80d20c6112df473897183)
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-30Hide internal settings from the classrefHaoyu Qiu
Default actions are no longer internal since we want to document them. They are still hidden from the Project Setting dialog because we hid the whole `input/` group manually. (cherry picked from commit 1e0b8d6240314f1904df560cdab840771ef3e002)
2023-03-30C#: Fix Array.AddRange index out of boundsRedwarx008
Fix Array.AddRange index out of bounds (cherry picked from commit eb1fb254a649efe128a3d993b7bd31486e9356e1)