Commit Graph

11904 Commits

Author SHA1 Message Date
087b7ee14a Add Missing NodePath.Slice() method to the C# API (#1097)
* Add missing `NodePath.Slice()` method to the C# API

* Fix syntax error due to missing parenthesis.

* Replace space indentation with tab

* Fix incorrect type name
2025-10-15 22:35:32 -05:00
Kitsune4295
c4cc5c9591 Refactored .Net Glue to ship Redot versions of Nuget packages
(cherry picked from commit 032dc7946a)
2025-07-27 02:17:09 -04:00
Mikael Hermansson
f580bdfb1d Refactor Jolt-related project settings to only be loaded as needed
(cherry picked from commit 3b78ff564a)
2025-04-23 09:37:51 -04:00
Mikael Hermansson
ba1d095e28 Jolt: Update to 5.3.0
(cherry picked from commit 5d00161040)
2025-04-23 09:37:51 -04:00
metakunt
99cd5fc8ce Improve Jolt module initialization style
(cherry picked from commit 0c25ac8d44)
2025-04-23 09:37:50 -04:00
Spartan322
b5e34ce34e Merge commit godotengine/godot@4d7c448a0a 2025-04-19 04:51:06 -04:00
Rémi Verschelde
13c34fc29c Don't apply font color to colored emojis
Partial revert of the change in #102880, cherry-picked to 4.4.1.

Co-authored-by: Pāvels Nadtočajevs <7645683+bruvzg@users.noreply.github.com>
2025-04-01 14:03:43 +02:00
Mikael Hermansson
00baf18d6e Fix shape always being zero with get_rest_info when using Jolt Physics
(cherry picked from commit 4b5661758f)
2025-03-25 23:14:49 +01:00
Jamie Pate
dcd9b6e48a Calculate the viewport location correctly in OpenXR
Fixes #104193

In OpenXR the viewport location is not centered on the transform origin

(cherry picked from commit 8e3e2a8f44)
2025-03-20 16:38:41 +01:00
Pāvels Nadtočajevs
eb2cb96dee Force multiple of 4 sizes for Betsy compressor.
(cherry picked from commit face3caf6a)
2025-03-19 12:55:39 +01:00
Mikael Hermansson
21501dc4b4 Fix ConcavePolygonShape3D always enabling backface_collision when using Jolt Physics
(cherry picked from commit 3603a5a9dd)
2025-03-18 14:06:16 +01:00
Mikael Hermansson
d7366d5929 Add clearing of static_gdscript_cache to GDScriptCache
(cherry picked from commit db5e843e46)
2025-03-18 14:06:16 +01:00
Aaron Franke
f9378c5092 Fix missing Vector4(i) and Projection in C# bindings generator
(cherry picked from commit 6c9087fb5a)
2025-03-18 14:06:16 +01:00
HolonProduction
b054055b2a GDScript: Fix head class range to include class_name
(cherry picked from commit d6da30e9c7)
2025-03-18 14:06:15 +01:00
Adam Scott
e06d08fe1a Set interactive music streams as meta streams
(cherry picked from commit d68ff21fbe)
2025-03-14 00:19:02 +01:00
BlueCube3310
1a379d1805 BasisUniversal: Ensure ASTC's HDR variant is supported when transcoding
(cherry picked from commit 4d46ef8e8e)
2025-03-14 00:18:49 +01:00
Jan Haller
a57bafe04b Register editor-only OpenXR* classes as api_type = "editor" instead of "core"
(cherry picked from commit 99071539e0)
2025-03-12 23:18:00 +01:00
Frank Becker
9628fce2f3 Apply fix_alpha_edges for both theme icons and font glyphs.
Only apply fix_alpha_edges for SVG glyphs.
Allow modulate for svg glyphs.

(cherry picked from commit 70a8421c30)
2025-03-12 14:59:04 +01:00
arkology
b5de7da80d Use FlowContainer for EditorNetworkProfiler bar
(cherry picked from commit c7ef85a92f)
2025-03-12 14:59:04 +01:00
Pablo Andres Fuente
b725a9f285 Fix SCRIPT ERROR/ERROR/WARNING on test output
Also "fixing" some GDScript completion tests which
where named wrongly.

(cherry picked from commit 5775d29ad8)
2025-03-12 14:59:04 +01:00
Mikael Hermansson
9ea8867542 Fix broken negative scaling when using Jolt Physics
(cherry picked from commit 62e8b1e5fd)
2025-03-12 14:59:03 +01:00
David Snopek
fc1ef0b639 OpenXR: Fix OpenGL version warning when using GLES
(cherry picked from commit 6353386241)
2025-03-12 14:59:03 +01:00
Raul Santos
f045c4c283 [.NET] Use ObjectID when converting Variant to GodotObject
(cherry picked from commit bfcc389e21)
2025-03-12 14:59:02 +01:00
Raul Santos
10b2b76347 [.NET] Skip re-saving .csproj when TFM is unchanged
Avoids updating the platform-specific `TargetFramework` properties if they already match the minimum required version.

(cherry picked from commit 57d5b664d3)
2025-03-12 14:59:02 +01:00
Spartan322
a68eb8a076 Merge commit godotengine/godot@4c311cbee6 2025-03-04 03:35:45 -05:00
Rémi Verschelde
30b0aadab6 Bump version to 4.4.1-rc 2025-03-03 18:21:20 +01:00
Fredia Huya-Kouadio
33a235beb8 Inform that Android sensors must be enabled for MobileVR support 2025-02-27 12:53:57 -08:00
Rémi Verschelde
dd43d401ec Merge pull request #103338 from dsnopek/openxr-passthrough-emulation-wins
OpenXR: Emulated alpha blend mode should override the real blend mode
2025-02-27 12:40:36 +01:00
Pāvels Nadtočajevs
ddd807ff7d Add (void *) cast directly to GetProcAddress calls. 2025-02-27 12:30:04 +02:00
David Snopek
fd622afb1d OpenXR: Emulated alpha blend mode should override the real blend mode 2025-02-26 17:35:03 -06:00
Aaron Franke
0528d92d73 Fix compiling on arm64 Linux 2025-02-25 14:47:29 -08:00
Thaddeus Crews
9f4ac3c0b0 Merge pull request #103259 from BlueCube3310/bcdec-fix-realign
bcdec: Fix unnecessary alignment of texture resolution when only one of its dimensions isn't divisible by 4
2025-02-24 19:52:21 -06:00
BlueCube3310
a22c16cf5c bcdec: Fix unnecessary alignment of texture resolution when only one of its dimensions isn't divisible by 4 2025-02-24 21:40:34 +01:00
Fabio Alessandrelli
fe84b84b51 [mbedTLS] Enable TLS 1.3 negotiation by default 2025-02-24 14:04:09 +01:00
Spartan322
70b41e3288 Merge commit godotengine/godot@394508d26d 2025-02-22 02:02:27 -05:00
Rémi Verschelde
cbb22caa35 Merge pull request #102964 from akien-mga/mbedtls-2.28-compat
mbedtls: Don't set TLS max version on Mbed TLS < 3.0
2025-02-20 16:51:51 +01:00
A Thousand Ships
fec3d9e68c [Editor] Fix return of EditorTranslationParserPlugin._parse_file
Merged `_get_comments` into `_parse_file` and changed to using a
returned `Array[PackedStringArray]` instead.
2025-02-19 20:11:24 +01:00
Rémi Verschelde
5f8b5a34c6 mbedtls: Don't set TLS max version on Mbed TLS < 3.0
Relevant for Linux distribution packages which may link against system Mbed TLS.

Fixes #102957.
2025-02-17 17:51:15 +01:00
Rémi Verschelde
032cec51a7 Merge pull request #101958 from berarma/theora_fixes
Fix Theora video issues
2025-02-17 09:47:36 +01:00
Rémi Verschelde
5da66ebc57 Merge pull request #102861 from Faless/mp/enet_close_destroy
[ENet] Explicitely destroy hosts on close
2025-02-14 22:58:28 +01:00
Rémi Verschelde
7a0e659a80 Merge pull request #102836 from raulsntos/dotnet/export-tool-button-no-storage
[.NET] Disallow `[ExportToolButton]` on members thay may store the Callable
2025-02-14 22:58:25 +01:00
Rémi Verschelde
8add5838ac Merge pull request #102774 from Faless/mbedtls/optional_tls1.3
[TLS] Disable TLSv1.3 support by default
2025-02-14 22:58:16 +01:00
Rémi Verschelde
aeadefc1a2 Merge pull request #102579 from BlueCube3310/lightmap-denoise-region-expose
Lightmapper: Expose the JNLM denoiser region size in the project settings
2025-02-14 22:58:10 +01:00
Fabio Alessandrelli
488cdbacdb [TLS] Disable TLSv1.3 support by default 2025-02-14 18:06:46 +01:00
Fabio Alessandrelli
062413fb30 [ENet] Explicitely destroy hosts on close
To ensure we free up the UDP port even if a script is holding a
reference to the underlying host, we need to explicitly destroy it on
close.
2025-02-14 15:51:03 +01:00
Raul Santos
f4094b554d [.NET] Disallow [ExportToolButton] on members thay may store the Callable
Ensures the user doesn't store the Callable so the .NET assembly can be reloaded.
2025-02-14 01:09:59 +01:00
HolonProduction
c00518eec7 Autocompletion: Override context for preload 2025-02-13 22:56:06 +01:00
Thaddeus Crews
b853aceece Merge pull request #102286 from ryevdokimov/fix-collision-reposition-csgshape
Fix collision reposition with `CSGShape3D`
2025-02-13 10:15:41 -06:00
Thaddeus Crews
d2c79f0cb3 Merge pull request #102754 from smix8/fix_navbase_dirty
Fix NavBase properties not requesting sync
2025-02-13 10:15:38 -06:00
Robert Yevdokimov
6f0a0ba408 Fix collision reposition with CSGShape3D 2025-02-13 19:31:58 +04:00