summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-03-27Remove disabled plugins from active pluginskobewi
(cherry picked from commit 0b8b37c35df7d0341c47d99298b4aa7f18ee60eb)
2023-03-27Document how to use logarithm of base 10 with `log()`Hugo Locurcio
(cherry picked from commit 3c4f0ca9c639e11b3a0673b27427538b244533b6)
2023-03-27Fix "hides member" warnings in `csharp_script.cpp`Ninni Pipping
(cherry picked from commit ff5d8c4a4274d0787207b185c3a2129da452ebc3)
2023-03-27C#: Do not print errors about missing references to intentionally ignored ↵RedworkDE
members (cherry picked from commit 42cf684837aa9d4e4e92d216ac0454bbb03761f4)
2023-03-27Port robust signal (dis)connection to ShapeCast2DRicardo Buring
Ported from ShapeCast3D. (cherry picked from commit 5bed055cdd5180b4c5d07f07a2a58644a3d1ffc2)
2023-03-27Fix collide_shape return typeRicardo Buring
Fix PhysicsDirectSpaceState3D::_collide_shape return type. Also PhysicsDirectSpaceState2D::_collide_shape. (cherry picked from commit 61429a5f49f2509f631703886b8b3234701a0206)
2023-03-27Fix `AnimatedSprite2D` autoplay warningNinni Pipping
Changing of autoplay when changing `SpriteFrames` is not done by the user and warning is unhelpful (cherry picked from commit 4d4342e018367499c6b6709e6dc3ca60c4f3dd7a)
2023-03-27Improve documentation for Area monitor callbacks in `PhysicsServer3D`Ninni Pipping
(cherry picked from commit 41242712410589315bfefa2b0630d96281b49006)
2023-03-27Fix ResourceImporterLayeredTexture::import() high_quality typenikitalita
(cherry picked from commit 68a6505f41e8c3254155122b0153c074a80f72c8)
2023-03-27CanvasItem Fix ENTER_CANVAS / VISIBILITY_CHANGED notifications order when ↵kleonc
entering tree (cherry picked from commit 6e3820fd4dfb93f9be98fa86f989d123024ed216)
2023-03-27Make `Gradient` resort points on `reverse`Ninni Pipping
(cherry picked from commit 3795677f3d85d0d5a741b9b040a423d8f3ad3569)
2023-03-27Fix "Download Project Source" for Web Editorator-dev
- Correctly pass safe project name and safe datetime to `vformat` (cherry picked from commit dfb405b702b61cb3a8656f53eb85016608621b57)
2023-03-27Fix some wrong descriptions in the docsRindbee
(cherry picked from commit f29a7c040414aae6ff95d1810fbb041f4dc319b9)
2023-03-27[Windows] Remove meta_mem update on keyup/keydown.bruvzg
(cherry picked from commit e6067a39b523d4c153f78e76f506ee12f2bf046f)
2023-03-27Fix directory access when the running app has the `All files access` permissionFredia Huya-Kouadio
(cherry picked from commit f02e4e4091ccabe05e3eb114b888c2ede86ab189)
2023-03-27Fix get_drag_data not overridable in some Controlskobewi
(cherry picked from commit 36141dc469baaf027e753718598b32c15fe7c541)
2023-03-27Improve Color8 documentationHugo Locurcio
This documents in which situations Color8 is most suited and its precision limitations. (cherry picked from commit 4e4555bea56fd9fd0734b0d6d0800977f9976b95)
2023-03-27Open up bounds of `Shape3D.margin` to support other physics enginesMikael Hermansson
(cherry picked from commit ec6694ce3c7ce53ee076ed5e6f0d08d1357a5381)
2023-03-27Change documentation of `Shape3D.margin` to reflect current situationMikael Hermansson
(cherry picked from commit 33a6c80abb6d0533d1676db61f5b8695449d6b4f)
2023-03-27Fix typo in the type-safe examplesDipal Zambare
Fix type in the type-safe examples of snapped, lerp and sign function. (cherry picked from commit 8901986d56189416c00f0c718c2f16600be34597)
2023-03-27TileMapEditor Fix preview rendering and transform calculationskleonc
(cherry picked from commit 224c66324b5a4f666b0c0469959af39ad5666f75)
2023-03-27Fix ndc calculation for LinearSceneDepth VS node in GLES3Patrick
(cherry picked from commit e3802d5b6f4413b80f9d3a7dce3e54b4e3d34d38)
2023-03-27Fix `Array.slice()` rounding for `abs(step) != 1`Ninni Pipping
(cherry picked from commit 10f385fb792dc74ffb8be221fec88ba9ef7aaa25)
2023-03-27Fix agents with disabled avoidance getting added to avoidance simulationsmix8
Fixes that agents with disabled avoidance were getting added to avoidance simulation. (cherry picked from commit 64ce93cee9eba8b700b236f22199ee2ffd755444)
2023-03-27XR: When an sRGB target is used, check hardware sRGB conversionBastiaan Olij
(cherry picked from commit a1a52c5ba19efee004b34cf2e64278aef9af70b6)
2023-03-27Fix GridMap signal "cell_size_changed" disconnect errorsmix8
Fixes GridMap signal "cell_size_changed" disconnect error. (cherry picked from commit d8bad3eef54203238de4252f1c218fe3683145b0)
2023-03-27Fix GridMap free navigation RID error spamsmix8
Fixes GridMap free navigation RID error spam. (cherry picked from commit cc02007e30c15f3dd3bfb0e24d0f5a90b16fe5a1)
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 type check for max/minNinni Pipping
(cherry picked from commit c8c43997c79b1488ca823af6c4ad4fd12f8671d4)
2023-03-27OpenXR: Enable access to the Valve Index grip force sensingZac Luzader
(cherry picked from commit d3b26b3261efb2f361183e150093087d526f4e8e)
2023-03-27Add dedicated setter for `ImageTextureLayered::_images` to fix ↵RedworkDE
`create_from_images` being hidden from the C# bindings (cherry picked from commit f54014807291bde72ed5781be42460a820ea68b8)
2023-03-27SCons: Cleanup pulseaudio defines for LinuxRémi Verschelde
No need to define _REENTRANT manually when using the system lib, it's part of the pkgconfig cflags. And we were then defining PULSEAUDIO_ENABLED twice. (cherry picked from commit a35586779e716e6f625e7b1b66c6e03d4a4306b3)
2023-03-27change some sys.exit() to be fatalOmar Polo
- when not all freetype deps are builtin (or provided externally) - when attempting to build on an unsupported CPU architecture (cherry picked from commit ac04a0761ebdb8c7754d09a3b687900f8b5c0009)
2023-03-27Fix Variant hashing for floatsNinni Pipping
Incorrectly hashed floats as single precision (cherry picked from commit e6a9e0cdec2c309f9201d0ab475616c51010b531)
2023-03-27Update property keying state without a full Inspector rebuildYuri Sizov
(cherry picked from commit f68eb4a96711139d58d3f676d52576f1acb9c94e)
2023-03-27Fixes  gutter set width results in receiving only half of the desired sizeNong Van Tinh
(cherry picked from commit bb3d0fc6b7f6caeffbfe43bd05d856373efa5b39)
2023-03-27Rename mkv_list to mvk_list (MoltenVK path list).Ron B. Yeh
(cherry picked from commit 7e7ac1bb873cba3f50e64df5ca5c94778aa530f6)
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 IME position in the single window mode sub-windows.bruvzg
(cherry picked from commit 3ca3ee36abb2eb9e97b6b8de0ebc99abceda54c2)
2023-03-27Fix EditorUndoRedoManager's handling of MERGE_ENDSkobewi
(cherry picked from commit 38c50b4ed3c24a0bbe7327466a3069b1ac0df6a5)
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)