35836 Commits

Author SHA1 Message Date
42b054a401 Merge pull request #112755 from lawnjelly/fix_gles3_blob_shadow_builtin
[3.x] `BlobShadows` - Fix `GLES3` shader builtin
2025-11-14 12:59:27 +01:00
76bdc0695d BlobShadows - Fix GLES3 shader builtin
The `BLOB_SHADOW` builtin wasn't registered with the shader compiler for GLES3.
2025-11-14 10:52:39 +00:00
a117d512b0 Merge pull request #112170 from lawnjelly/disallow_muting_android
[3.x] Disallow muting on Android
2025-10-30 07:05:44 +00:00
9eae65384c Disallow muting on Android 2025-10-30 06:42:03 +00:00
0a9011743f Merge pull request #111195 from lawnjelly/fti_fix_2d_non_interpolated
[3.x] FTI - Optimize non-interpolated 2D items
2025-10-28 09:43:02 +01:00
e2621e5517 Merge pull request #110481 from Cheeseness/73671_backport
[3.x] Process TTS callback on the main thread to avoid speech-dispatcher deadlock
2025-10-28 09:42:57 +01:00
cfff242da2 Merge pull request #109520 from bruvzg/mod_res_3x
[3.x] Export: Modify Windows template without rcedit
2025-10-28 09:42:50 +01:00
001efb4ed9 Merge pull request #112029 from twrightsman/fix/add-recast-flags
[3.x] Add proper flags when using external recast
2025-10-25 22:48:20 +02:00
4548440193 Add proper flags when using external recast 2025-10-25 15:46:29 +02:00
5fdd9180fb mbedTLS: Update to version 3.6.5
(cherry picked from commit 9de2837cd5)
2025-10-22 22:48:38 +02:00
b829e0d085 [3.x] Export: Modify Windows template without rcedit
Co-Authored-By: Pawel Kowal <pkowal1982@gmail.com>
2025-10-15 11:22:53 +03:00
4389e0fd34 Merge pull request #111584 from Ivorforce/localvector-from-span-explicit
[3.x] Make `Span` -> `LocalVector` conversion function explicit.
2025-10-13 12:14:19 +01:00
5fc653c1ba Merge pull request #111581 from lawnjelly/span2
[3.x] `Span` - update more `Geometry` API to use span
2025-10-13 11:53:33 +01:00
d78e3b050e Make LocalVector -> Span conversion function explicit. 2025-10-13 12:44:17 +02:00
c59ef69184 Span - update more Geometry API to use span 2025-10-13 11:25:35 +01:00
5b8789e83a Merge pull request #111424 from lawnjelly/span
[3.x] Add `Span` and some basic uses from `Geometry`.
2025-10-13 08:53:06 +01:00
db9921b17f Add Span and some basic uses from Geometry. 2025-10-11 08:16:27 +01:00
f41edf2a03 Merge pull request #84804 from lawnjelly/blob_shadows
[3.x] Blob shadows
2025-10-09 15:32:50 +01:00
fb2d2bafe0 Merge pull request #111443 from lawnjelly/fti_fix_scene_tree_depth_limit
[3.x] FTI - Fix `SceneTreeFTI` depth limit behaviour
2025-10-09 13:37:45 +01:00
758bc38071 FTI - Fix SceneTreeFTI depth limit behaviour
Fixes off by one bug, and increases the limit slightly.
2025-10-09 10:38:10 +01:00
b3b8908066 FTI - Optimize non-interpolated 2D items 2025-10-06 09:20:44 +01:00
8c10cd6646 Merge pull request #111079 from lawnjelly/fix_mbedtls_typo
[3.x] Fix `mbedtls` readme duplicated text
2025-10-01 10:14:44 +01:00
5908ce21bf Merge pull request #111103 from bruvzg/uiscene_3x
[iOS, 3.x] Switch window creation to UIScene.
2025-10-01 09:13:54 +02:00
ec5920e004 [iOS, 3.x] Switch window creation to UIScene. 2025-10-01 08:55:20 +03:00
dedf461674 Add blob shadows feature
BlobShadow node (sphere or capsule)
BlobFocus
Backends for GLES2 and GLES3
2025-10-01 06:37:54 +01:00
e9af21fe1b Merge pull request #109111 from lawnjelly/fix_multirect_cast
[3.x] `Batching` - Fix `MultiRect` casting to wrong type
2025-10-01 05:51:06 +01:00
3f7046272e Merge pull request #107702 from lawnjelly/faster_children_iteration
[3.x] Fast child iteration in `Node`, `Spatial`, `CanvasItem`
2025-10-01 05:18:20 +01:00
648e8534cb Fix mbedtls readme duplicated text 2025-09-30 17:52:43 +01:00
cbc8543df6 Merge pull request #111061 from InfoDevkota/3.x
[3.x] Android: Set minsdk to 21, workaround `fseeko` error in Opus.
2025-09-30 17:26:23 +01:00
e9525aed1c set minsdk to 21. Sorted the fseeko error. 2025-09-30 21:22:09 +05:45
b3fbca1e0d Merge pull request #110898 from Calinou/macos-26-fix-build-3.x
[3.x] Fix build on macOS 26 by removing AGL framework link
2025-09-30 12:36:27 +02:00
b86295c8b9 Fix build on macOS 26 by removing AGL framework link
Previously, a link error occurred as we'd be trying to link
against a nonexistent framework. AGL was removed in macOS Tahoe
since the first beta.
2025-09-25 16:57:38 +02:00
13ea0d64a5 [3.x] Linux/TTS: Fix speechd deadlock
Backport of #73671

Co-authored-by: bruvzg <7645683+bruvzg@users.noreply.github.com>
2025-09-15 18:46:37 +10:00
d0dbb2f0af Merge pull request #108382 from Faless/mbedtls/3.x_update_to_mbedtls_3.6.4
[3.x] mbedTLS: Update to mbedTLS 3.6.4
2025-09-13 10:29:56 +01:00
df4bca6b6a Merge pull request #109700 from BlueCube3310/3x-dds-impr
[3.x] DDS: Backport fixes from 4.x branch
2025-09-13 07:56:04 +01:00
6b897e90f8 Merge pull request #110255 from syntaxerror247/API-35-ui-changes
[3.x] Address API 35 UI changes
2025-09-13 07:52:56 +01:00
dd6144344a Merge pull request #110414 from timothyqiu/sc-paths-3.x
[3.x] Fix Open Editor Data/Settings Folder menu in self-contained mode
2025-09-13 07:51:30 +01:00
d164a70aa0 Fix Open Editor Data/Settings Folder menu in self-contained mode 2025-09-11 20:07:30 +08:00
936c86b190 [3.x] Address API 35 UI changes 2025-09-04 21:35:23 +05:30
5aed565de5 Merge pull request #107583 from bruvzg/non_ex_fs
[3.x] Backport nonexclusive fullscreen mode.
2025-08-29 15:32:49 +01:00
040e769da6 Merge pull request #110059 from lawnjelly/fix_visible_out_of_tree
[3.x] Fix `is_visible_in_tree` regression for out of tree
2025-08-29 05:51:17 +01:00
e56cf87f3c Fix is_visible_in_tree regression for out of tree 2025-08-28 18:08:00 +01:00
d926ccf7e6 Merge pull request #109695 from Maran23/3.x-rtl-line-breaking
[3.x] Fix Line breaking may not work correctly when using color tags with specific font
2025-08-26 17:45:57 +01:00
79fbd93008 [3.x] DDS: Backport fixes from 4.x branch 2025-08-17 18:35:06 +02:00
c7bace1955 Fix Line breaking may not work correctly when using color tags with specific font 2025-08-17 16:30:25 +02:00
e4c1dbf501 Merge pull request #108433 from WolfgangSenff/bump-3x-android-version-numbers
[3.x] Update required version numbers for Android in 3.x
2025-08-08 10:19:58 +01:00
3c645995ca Update NDK and Maven config 2025-08-07 21:49:41 +05:30
1f4dce03b2 Merge pull request #108930 from kilian-diener/backport-macos-template-fix
Fix order of operations for macOS template check
2025-08-07 06:29:07 +01:00
9b104b3bb8 Batching - Fix MultiRect casting to wrong type 2025-07-30 07:17:42 +01:00
983b12b1fa Fix order of operations for macOS template check
Backport for 3.x from PR: #84990
Co-authored-by: brno32 <drozdster@gmail.com>
2025-07-27 12:57:19 +02:00