Rémi Verschelde
338114d471
Bump version to 3.5.3-rc
2023-03-07 09:32:31 +01:00
Rémi Verschelde
170ba337a5
Bump version to 3.5.2-stable
2023-03-06 15:13:41 +01:00
Rémi Verschelde
a849e3a3e1
Merge pull request #74491 from akien-mga/3.5-cherrypicks
...
Cherry-picks for the 3.5 branch (future 3.5.2) - 5th batch
2023-03-06 15:08:43 +01:00
Rémi Verschelde
0240586e91
Update changelog for 3.5.2
2023-03-06 13:32:03 +01:00
smix8
d8a64adf24
Fix NavigationServer free error print
...
Fixes error print for NavigationServer free when a RID can not be found.
(cherry picked from commit 73dc680fc1
)
2023-03-06 13:32:03 +01:00
Chris Weber
dfb898094a
increased max touches to 32 for ios
...
(cherry picked from commit 54bd204377
)
2023-03-06 13:32:03 +01:00
Hugo Locurcio
88e39bf5a7
Document using `String.percent_encode()` with `OS.shell_open()`
...
(cherry picked from commit 1a6343729b
)
2023-03-06 13:32:03 +01:00
BZ1234567890
e266ac4e3e
iOS: Implement missing gamepad.buttonOptions, buttonMenu, and buttonHome joy buttons
...
(cherry picked from commit 0a85e4db71
)
2023-03-06 13:32:03 +01:00
lawnjelly
c2e9cc4542
BVH - fix lockguards for multithread mode
...
Due to a lack of variable name, the BVH lock guards lifetimes previously did not cover the whole function call.
(cherry picked from commit 5639be5f4f
)
2023-03-06 13:32:02 +01:00
Julien Reichardt
dbf82ea121
Fix Standard Gamepad Mapping triggers
...
(cherry picked from commit 0cec4fcc65
)
2023-03-06 13:32:02 +01:00
Aaron Franke
b0070454ac
[3.x] Improve the clarity of Viewport's documentation
...
(cherry picked from commit 1949b7c652
)
2023-03-06 13:32:02 +01:00
Ricardo Subtil
585aee3f41
Change message of unknown joypad property from error to warning
...
(cherry picked from commit e841f13cdc
)
2023-03-06 13:32:02 +01:00
Rémi Verschelde
51fb839278
RichTextLabel: Fix hint string for custom_effects property
...
Fixes #73190 .
(cherry picked from commit 32b3ef7727
)
2023-03-06 13:32:02 +01:00
Rémi Verschelde
80642cd1eb
Sync controller mappings DB with SDL2 community repo
...
Synced with gabomdq/SDL_GameControllerDB@436c7e3d54
(cherry picked from commit 20d6a698c7
)
2023-03-06 13:32:02 +01:00
Rémi Verschelde
0d14bc123b
Sync controller mappings DB with SDL2 community repo
...
Synced with gabomdq/SDL_GameControllerDB@2e7bc45a45
(cherry picked from commit 99ae2d5212
)
2023-03-06 13:32:02 +01:00
Julien Reichardt
004eb11bbe
Add PS3 controller guide button
...
(cherry picked from commit e926e1bb34
)
2023-03-06 13:32:02 +01:00
Antokolos
b4da1fbb41
UWP: Fix build with Google ANGLE not supporting EGL_ANGLE_DISPLAY_ALLOW_RENDER_TO_BACK_BUFFER
...
EGL_ANGLE_DISPLAY_ALLOW_RENDER_TO_BACK_BUFFER is not present in Google ANGLE,
and Microsoft ANGLE is outdated and not supported anymore.
(cherry picked from commit eebc983df8
)
2023-03-06 13:32:01 +01:00
Antokolos
4574c671f6
UWP: Fix app crash when `managed_object->update_clipboard()` is called
...
(cherry picked from commit f5693969f0
)
2023-03-06 13:32:01 +01:00
Rémi Verschelde
d6912be31c
Math: Prevent division by zero in posmod
...
Fixes #43932 .
Co-authored-by: David Hoppenbrouwers <david@salt-inc.org>
(cherry picked from commit f011d8ca9c
)
2023-03-06 13:32:01 +01:00
Hugo Locurcio
0193107e1a
Mention `String.match()` is also called "glob"/"globbing"
...
This is mostly for Ctrl + F purposes, in case someone is looking
how to perform globbing on a string.
(cherry picked from commit 64906bd1f7
)
2023-03-06 13:05:47 +01:00
smix8
6a1888f584
Fix navigation related nodes not propagating parent class config warnings
...
Fixes that navigation related nodes do not propagate config warnings from their parent classes.
(cherry picked from commit b5213cceac
)
2023-03-06 13:03:47 +01:00
Hugo Locurcio
fcc4516c11
Document Environment's `background_energy` property affecting lighting
...
Godot 4.0 allows controlling ambient and specular light intensity
separately, but 3.x doesn't.
(cherry picked from commit 646a2d9d94
)
2023-03-06 13:03:24 +01:00
PrecisionRender
237a31e1f2
Fix Xbox Series controller duplicate input
...
(cherry picked from commit e9400867b3
)
2023-03-06 13:02:54 +01:00
Juan Linietsky
3d9bcd7d27
Fix AltGR getting stuck on Windows right alt-tab
...
Fixes #28511 .
(cherry picked from commit e01452adb0
)
2023-03-06 13:02:03 +01:00
Jordan Schidlowsky
dc0f7255f1
Windows: Fix heap overflow setting native icon
...
Fixes #71697 .
(cherry picked from commit 86945ffc78
)
2023-03-06 13:00:20 +01:00
smix8
4500b3cd30
[3.x] Move navigation server finalize before physics server
...
Moves finalize_navigation_server() before physics server (and also OS in 3.x). The NavigationServer command queue can have objects from other servers like physics or visuals so it needs to be flushed before.
(cherry picked from commit 8e4f8c82c5
)
2023-03-06 12:57:42 +01:00
dogboydog
bfee356536
set exit code EXIT_FAILURE when --build-solutions fails
...
(cherry picked from commit 6903922ace
)
2023-03-06 12:56:59 +01:00
Rémi Verschelde
ae7b413337
CI: Pin SCons to 4.4.0, the new 4.5.0 is broken
...
(cherry picked from commit 85bb561713
)
2023-03-06 10:11:23 +01:00
Rémi Verschelde
a97563f2c6
Update AUTHORS and DONORS list
...
New contributors added to AUTHORS:
anvilfolk, Bromeon, Maran23, RedworkDE, snailrhymer, vonagam
Thanks to all contributors and donors for making Godot possible!
(cherry picked from commit 6296b46008
)
2023-02-24 14:53:08 +01:00
Rémi Verschelde
c9ae52f32e
i18n: Sync classref translations with Weblate (3.5 branch)
2023-01-20 12:30:46 +01:00
Rémi Verschelde
b06d93aec6
i18n: Sync editor translations with Weblate (3.5 branch)
2023-01-20 12:26:52 +01:00
lawnjelly
672ad5aa94
GLES2 fix octahedral half float unpacking
...
The strides in _unpack_half_floats() were incorrectly calculated in the case where octahedral normals and tangents were in use.
(cherry picked from commit c6a428b3d6
)
2023-01-20 12:19:35 +01:00
Hugo Locurcio
4f1641e569
Mark C# editor settings to require a restart to be effective
...
(cherry picked from commit a93d651293
)
2023-01-20 12:18:52 +01:00
Tom Beckmann
3ef78da85a
Fix writing value for hand-tracking V2.0 to AndroidManifest.xml
...
(cherry picked from commit 0116d50fdd
)
2023-01-20 12:16:35 +01:00
Hugo Locurcio
6a0bb1ef9d
Document image size restrictions for custom mouse cursors in HTML5
...
(cherry picked from commit 296b8f299a
)
2023-01-20 12:15:02 +01:00
Rémi Verschelde
f78b44c1fa
macOS: Fix sprintf deprecation warning
...
Co-authored-by: bruvzg <7645683+bruvzg@users.noreply.github.com>
(cherry picked from commit a297a69ac8
)
2023-01-20 12:14:21 +01:00
Pedro J. Estébanez
d088cfba10
Let make_rst.py be forward compatible with 4.0's
...
(cherry picked from commit 373e545f55
)
2023-01-20 12:14:07 +01:00
Rémi Verschelde
1a2bf3eb44
Merge pull request #71223 from akien-mga/3.5-cherrypicks
...
Cherry-picks for the 3.5 branch (future 3.5.2) - 4th batch
2023-01-11 16:55:30 +01:00
Rémi Verschelde
66d2b7ca2b
Update changelog for 3.5.2
2023-01-11 16:03:03 +01:00
Rémi Verschelde
05f5d19ec6
CI: Use clang-format 15
...
No change compared to version 13 in our codebase.
(cherry picked from commit 02a1a335f7
)
2023-01-11 16:03:03 +01:00
heppocogne
c599cc2b4e
Fix `get_path()` is not working when files are opend with `open_compressed`
...
And also fixed `get_absolute_path()` in the same way
(cherry picked from commit ea11ffc88c
)
2023-01-11 16:03:02 +01:00
Pedro J. Estébanez
a6eece7a97
Support Git worktrees in generation of hash header
...
(cherry picked from commit 078ab7fe05
)
2023-01-11 16:03:02 +01:00
dependabot[bot]
6cfbe8d442
Bump json5 from 1.0.1 to 1.0.2 in /platform/web
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit a20c8443af
)
2023-01-11 16:03:02 +01:00
Marius Seufzer
7a4175504b
iOS: Add new model identifiers for DPI metrics
...
Co-authored-by: bruvzg <7645683+bruvzg@users.noreply.github.com>
(cherry picked from commit ee5057a42e
)
2023-01-11 16:03:02 +01:00
DeeJayLSP
466e23a6b8
zlib/minizip: Update to version 1.2.13, remove zlib from freetype
...
Security update, fixes CVE-2022-37434 in zlib.
Only applications exposing/using `inflateGetHeader()` seem to be affected,
which is not our case, so this is not critical for Godot.
Remove duplicated copy of zlib in freetype sources to force using the updated
version in `thirdparty/zlib/`.
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
(cherry picked from commit 93409b8e64
)
2023-01-11 16:03:02 +01:00
bruvzg
0c0c009f8d
[macOS] Fix stylus tilt Y direction.
...
(cherry picked from commit 5478f9b842
)
2023-01-11 16:03:02 +01:00
OsakiTsukiko
6d30f26d25
Fix RichTextLabel discards appended BBCode text on window resize when using DynamicFont
...
(cherry picked from commit 0a386084bc
)
2023-01-11 16:03:02 +01:00
Ninni Pipping
d6360d4c3c
Fix for PoolArray comparison
...
(cherry picked from commit f26069e94d
)
2023-01-11 16:03:02 +01:00
SaracenOne
3a8367ba5e
Fix local variables not showing when breaking on final line
...
(cherry picked from commit 657b9b6596
)
2023-01-11 16:02:57 +01:00
Haoyu Qiu
c03c23751b
Fix Tree overflow without scrolling being enabled
...
(cherry picked from commit 36a21a43af
)
2023-01-11 14:56:40 +01:00