summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-03-27Fix concave/convex polygon shape documentationRicardo Buring
Removes some outdated/incorrect/duplicated info, adds correct info. Also removes no longer applicable "editor-only helper" statements. (cherry picked from commit e61a127042b183caa713a0eff852f26cdedbc2c0)
2023-03-27Fix `Find in Files` Search Results cannot open builtin scriptstmSi
(cherry picked from commit f1f4c5b10b934402acdfa279782a93cbe4403740)
2023-03-27Use the new API for virtual keyboard height detection on Android, bugfixnecrashter
(cherry picked from commit 61549edef0c4e8cadf3bf1847c29328b598a25ff)
2023-03-27Fix several clang-tidy bool literal conversion warningsbitsawer
(cherry picked from commit 1736137bc9505762fd74185a839fa100b8fd3465)
2023-03-27C#: Fix building projects for MSBuild before 17.3RedworkDE
(cherry picked from commit 6019f497b83f71a8c26a4e3831824e22b614bb75)
2023-03-27C#: Encode GodotProjectDir as Base64 to prevent issues with special charactersRaul Santos
(cherry picked from commit f949e949913205fe413377e2dc37b84552c523e0)
2023-03-27Fix randfn to prevent generating of nan valuesYuri Rubinsky
(cherry picked from commit d11bb866ffb1d5e0215ffc11dd6848a11976d90e)
2023-03-27Make GDScript number highlighting stricterVolTer
(cherry picked from commit 952703d92155226137fc4bb53c61c8dbc7887ed7)
2023-03-27Fix crash in resource loadPedro J. Estébanez
(cherry picked from commit 047671df0f6a7a300b83f36b5d6110a8165b0dfd)
2023-03-27Add XRServer.world_origin propertyBastiaan Olij
(cherry picked from commit fd8f26f26e2f8875e4e305bc22f04f0deaf9a44c)
2023-03-27Fix GDExtensions library export when multiple architectures are set.bruvzg
(cherry picked from commit c2d678a924b7722b6bc846d361cb309d261c6597)
2023-03-27[TextServer] Add mutex for FreeType face creation/deletion operations.bruvzg
(cherry picked from commit c950a1ab9479e53f8b91d457f44cea9246e24e4e)
2023-03-27Commit Fix for GLES3 point size not workingLandoUWB
(cherry picked from commit f23f0a27c11334c73b09ce86add8a6511010696f)
2023-03-27fix spotlight shadows in volumetric fogRandomCatDude
(cherry picked from commit 59c31004f8c6feed601f2bfeedb86959563a4ef0)
2023-03-27Fix `GraphNode` resizing when its bottom border is too thinMichael Alexsander
(cherry picked from commit c567a853db43c7c3ac463f775373ca65f98f0896)
2023-03-27Fix data races in startup/teardownmyaaaaaaaaa
(cherry picked from commit d337ed1c64de89ed410cfe208ea162e4cd4ae503)
2023-03-27Improve layout direction/locale automatic selection.bruvzg
(cherry picked from commit 82d7923c653b6328ba279bd4183b63b69e21edfc)
2023-03-27[macOS] Re-add support for the _sc_ inside app bundle. Update docs.bruvzg
(cherry picked from commit 174e0837e0826179a2e51e581aa895cb5cc90885)
2023-03-27Fix some ways to create inconsistent Viewport sizesMarkus Sauermann
In the editor, it was possible to set the size of a `SubViewport` even in cases where a parent `SubViewportContainer` had stretch enabled. This PR disables editing a `SubViewport.size` while the parent disallows it and it makes necessary adjustments during `NOTIFICATION_ENTER_TREE`. (cherry picked from commit 34a7fc744762dcf66eff7e3b5e4d46e09e7c0bdc)
2023-03-27Incorporating the availability of screen and depth textures for the GLES3 ↵LandoUWB
backend (cherry picked from commit 98697b05d86b0bc81a950278be7aaafcdcfa7f82)
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-27Fix scrolling behaviour with low page valuePaweł
(cherry picked from commit 1608bea18809dcb4e744ee936f8de8f5660adfbe)
2023-03-27Delete unused compression formats from .imoprt files when exportingclayjohn
(cherry picked from commit dec86164e123fe34b0406521e156aa967a96e66b)
2023-03-27Revert attempted fix of trimesh CCDRicardo Buring
(cherry picked from commit bec1182093febd37362766d67b6e78895343434a)
2023-03-19Bump version to 4.0.1-stableRémi Verschelde
2023-03-19Merge pull request #75097 from YuriSizov/4.0.1-changelogRémi Verschelde
Add changelog for 4.0.1
2023-03-19Add changelog for 4.0.1Yuri Sizov
2023-03-16Merge pull request #74987 from YuriSizov/4.0-cherrypicksRémi Verschelde
Cherry-picks for the 4.0 branch (future 4.0.1) - 4th batch
2023-03-16Improve Vector2 / 3 / 4 normalized() classref.lawnjelly
Mention that the results will be unreliable with initial vector near zero. (cherry picked from commit cca01afd82bd6e7b3e852a66ca459f5d61022585)
2023-03-16Fix NavigationAgent3D debug path duplicated pointssmix8
Fixes duplicated points in NavigationAgent3D debug path. (cherry picked from commit 0b8798a9950ca7a86b1b2e20f69f22ba4396d55a)
2023-03-16Allow negative NavigationAgent2D path debug line_width for thin linessmix8
Allows the line_width for NavigationAgent2D path debug to go negativ for thin line rendering. (cherry picked from commit f6a10c0565e32e0170bcce71635d8bad16077d1d)
2023-03-16Fix typos and inconsistencies in classrefHaoyu Qiu
(cherry picked from commit 57d4272984fc0dd4c668503ead82a9dd01020bfd)
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-16Fix CharacterBody2D get_slide_collision docsBrett Chalupa
The indentation was off and the code usage was incorrect for Godot 4.0 GDScript. (cherry picked from commit 2b6e1550ffbbe8a5f0696f2ffbc657ed36e8faf2)
2023-03-16Documents the "arc-based" Quaternion constructorDavid Snopek
(cherry picked from commit 2d6deb10b05517919eebfb2ce665ad998d2aae08)
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-16[macOS] Remove unnecessary debug prints.bruvzg
(cherry picked from commit 42a30c76d9495d15c6f403f47b1adcf39f998969)
2023-03-15i18n: Sync translations with WeblateRémi Verschelde
2023-03-14Merge pull request #74907 from YuriSizov/4.0-cherrypicksYuri Sizov
Cherry-picks for the 4.0 branch (future 4.0.1) - 3rd batch
2023-03-14Redraw 2d viewport when guides are clearedthe-sink
(cherry picked from commit 0c051f41b16af834ad8b1fb46682aeef16fc88d6)
2023-03-14Fix typo in Window class.pcamp
"event as" -> "events will be" (cherry picked from commit 112977be262256b5cd3ac6713557dba74d905f44)
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-14Use linear filtering without mipmaps for ProceduralSkyMaterial and ↵clayjohn
PhysicalSkyMaterial (cherry picked from commit 572ac915145e7ccb6d32ab5c356076820e964433)
2023-03-14Fix exported type for Menubar start_indexjustchen1369
(cherry picked from commit dbfecdb3b04956db58ee199fdbd9f7c03794e269)
2023-03-14GDScript: Fix autocomplete inside a block with a type test conditionDmitrii Maganov
(cherry picked from commit e289a4ab2c404991d684b6c77b65d24f41be5b63)