1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00
Commit Graph

75471 Commits

Author SHA1 Message Date
Rémi Verschelde
a1ef1130ad Merge pull request #107364 from DarioSamo/adreno-fix-interpolators
Upgrade normal interpolators to FP32 to fix Adreno.
2025-06-10 17:56:29 +02:00
Rémi Verschelde
cd1ac92222 Merge pull request #107359 from dsnopek/mobile-shader-crash-too-many-parens
Vulkan Mobile: Fix crash from shader compilation with `USE_RADIANCE_CUBEMAP_ARRAY`
2025-06-10 17:56:25 +02:00
Rémi Verschelde
199d41b967 Merge pull request #107310 from timothyqiu/terminal-args
Fix not being able to open directory in certain terminals
2025-06-10 17:56:22 +02:00
Rémi Verschelde
2e216b50b5 Merge pull request #106552 from nikitalita/bytecode-version-bump
Bump script bytecode version after token enum change
2025-06-10 17:56:18 +02:00
Rémi Verschelde
f0d11e4b88 Merge pull request #104210 from smix8/navmesh_multiedit
Add bake state info and MultiNodeEdit support for NavigationRegion3D
2025-06-10 17:56:08 +02:00
Pāvels Nadtočajevs
66fec3c3d7 Remove TTS debug print. 2025-06-10 18:27:27 +03:00
Dario
e53b67df03 Upgrade normal interpolators to FP32 to fix Adreno. 2025-06-10 12:26:58 -03:00
LuoZhihao
784823ada1 Fix script property of custom resources inherited from scripts are not saved 2025-06-10 23:03:13 +08:00
smix8
7ae2c0af9d Add MultiNodeEdit support for NavigationRegion3D
Adds MultiNodeEdit support for NavigationRegion3D.
2025-06-10 16:59:29 +02:00
kobewi
bf8a374a92 Fix Sprite2D error spam in exported project 2025-06-10 16:54:20 +02:00
Rémi Verschelde
cc9761c3f0 Merge pull request #107188 from berarma/moviewriter-add-theora
Add Ogg Theora support to MovieWriter
2025-06-10 16:22:57 +02:00
Rémi Verschelde
74f5b863bc Merge pull request #106670 from smix8/ref_iterations
Change navigation region and link updates to an async process
2025-06-10 16:22:53 +02:00
Rémi Verschelde
ef089f2a27 Merge pull request #106575 from MisakaRinOwO/AnimationBlendTree-Test
New test for animation blend tree
2025-06-10 16:22:49 +02:00
Rémi Verschelde
8f716f2be7 Merge pull request #104391 from jaydensipe/minor-doc-update
Minor doc update for `low_processor_mode_sleep_usec` editor settings
2025-06-10 16:22:46 +02:00
Rémi Verschelde
7491fc8533 Merge pull request #104073 from dugramen/scale-anchor-handles
Apply gizmo scale to EditorControlAnchor
2025-06-10 16:22:40 +02:00
Rémi Verschelde
d1f2a35d76 Merge pull request #104015 from bruvzg/poly_center
[Polygon2DEditor] Add tool to automatically move center of gravity to origin.
2025-06-10 16:22:35 +02:00
Rémi Verschelde
7b9e7b9162 Merge pull request #98929 from dsnopek/editor-syntax-highlighter-create
Expose the `EditorScriptHighlighter::_create()` method to GDExtension
2025-06-10 16:22:22 +02:00
David Snopek
951ca21f02 Vulkan Mobile: Fix crash from shader compilation with USE_RADIANCE_CUBEMAP_ARRAY 2025-06-10 09:19:32 -05:00
Bernat Arlandis
a16b04fe07 Add Ogg Theora support to MovieWriter
Movie Maker mode can now record files in `.ogv` format, which can be
directly viewed in Godot's VideoStreamPlayer node along with most
video players. This is a lossy format with inter-frame compression,
unlike AVI + MJPEG which only performs intra-frame compression.

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
Co-authored-by: Leo de Penning <leo.depenning@illuminoo.com>
2025-06-10 15:52:24 +02:00
smix8
877da269d8 Change navigation region and link updates to an async process
Changes navigation region and link updates to an async process.
2025-06-10 14:18:47 +02:00
Nick-njh
907fdc6222 Adding tests for Animation Blend Tree
Co-Authored-By: kj-art-dev <56623499+kj-art-dev@users.noreply.github.com>
Co-Authored-By: Nick <148664926+nick-njh@users.noreply.github.com>
2025-06-10 13:53:01 +02:00
Jordyfel
20ca577cba Update filesystem dock thumbnail size after changing setting 2025-06-10 14:37:06 +03:00
Rémi Verschelde
ca1e4785b2 Merge pull request #107345 from BastiaanOlij/fix_opengl_mobile_vr
Fix final blit in OpenGL when stereo rendering is used
2025-06-10 12:30:52 +02:00
Rémi Verschelde
6181a0c756 Merge pull request #107338 from TelePete/label-ratio-fix
Fix visible ratio when displaying all characters in Label
2025-06-10 12:30:49 +02:00
Rémi Verschelde
86408d1849 Merge pull request #107331 from bruvzg/rtl_para_sep
[RTL] Add paragraph separation theme property.
2025-06-10 12:30:45 +02:00
Rémi Verschelde
b6668cf37c Merge pull request #107309 from akien-mga/scons-encryption-key-info-message
SCons: Identify build clearly when using AES256 encryption key
2025-06-10 12:30:41 +02:00
Rémi Verschelde
624d1d0853 Merge pull request #107279 from aaronfranke/doc-light-direction
Document the direction that directional and spot lights emit light in
2025-06-10 12:30:38 +02:00
Rémi Verschelde
17dc4ccc65 Merge pull request #107240 from Calinou/editor-copy-system-info-add-memory
Add memory amount to output from the Copy System Info editor action
2025-06-10 12:30:34 +02:00
Rémi Verschelde
e2075d3fc7 Merge pull request #107228 from Calinou/doc-timer-stop
Clarify behavior of `Timer.stop()`
2025-06-10 12:30:29 +02:00
Rémi Verschelde
b8485366c2 Merge pull request #107211 from bruvzg/mat_ext_and_over
Restore 3.x style material auto-extraction import option.
2025-06-10 12:30:26 +02:00
Rémi Verschelde
6e5bcd2f41 Merge pull request #107207 from syntaxerror247/filePicker-save
Android: Fix save issue when using native file dialog
2025-06-10 12:30:21 +02:00
Rémi Verschelde
823f4f8b58 Merge pull request #107135 from bruvzg/emb_clipboard
[macOS] Fix clipboard and TTS not working in embedded game mode.
2025-06-10 12:30:16 +02:00
Rémi Verschelde
07ee1331e8 Merge pull request #106952 from bruvzg/fna_emb_fx
Fix window embedding for windows with `force_native` enabled.
2025-06-10 12:30:11 +02:00
Rémi Verschelde
d6be90983f Merge pull request #106850 from Calinou/editor-theme-reduce-font-placeholder-opacity
Decrease font placeholder opacity in the editor theme
2025-06-10 12:30:06 +02:00
Rémi Verschelde
68349be895 Merge pull request #106813 from bruvzg/tr_noti
Add missing `TRANSLATION_CHANGED` notifications.
2025-06-10 12:30:01 +02:00
Rémi Verschelde
3925ca0571 Merge pull request #106537 from aaronfranke/gltf-per-skel-unique
GLTF: Make skeleton bone names unique per-skeleton instead of scene-wide
2025-06-10 12:29:55 +02:00
Rémi Verschelde
e9775a0c57 Merge pull request #106030 from raulsntos/gdextension/main-loop-callbacks
[GDExtension] Add function to register main loop callbacks
2025-06-10 12:29:52 +02:00
Rémi Verschelde
d49012f01d Merge pull request #105561 from bruvzg/a_pix
Fix `is_pixel_opaque` bound checks.
2025-06-10 12:29:46 +02:00
Rémi Verschelde
40b251ba8e Merge pull request #103899 from Ivorforce/idiomatic-template-vargs
Use idiomatic templating vargs in a few places to reduce code.
2025-06-10 12:29:40 +02:00
Rémi Verschelde
6d08aa4504 Merge pull request #103735 from wagnerfs/fixes-navmesh-border-size-precision-warning
Fix navmesh `border_size` precision warnings
2025-06-10 12:29:37 +02:00
Rémi Verschelde
aa0eb50d45 Merge pull request #103332 from aaronfranke/gltf-no-orphans
GLTF: Use scene root nodes for root nodes, don't include orphan nodes
2025-06-10 12:29:33 +02:00
Rémi Verschelde
a3d297ae92 Merge pull request #98014 from SaracenOne/import_subresource_overwrite_fix
Fix resetting imported scene parameters to default.
2025-06-10 12:29:26 +02:00
LuoZhihao
6ad4820d34 ProjectSettings: Fix missing property hint of setting overrides 2025-06-10 18:08:23 +08:00
Aaron Franke
8350919575 GLTF: Make skeleton bone names unique per-skeleton instead of scene-wide 2025-06-10 02:44:56 -07:00
Pāvels Nadtočajevs
a262747cdf [RTL] Decouple image width/height "in percent" properties. Add [hr] tag support. 2025-06-10 12:22:02 +03:00
Pāvels Nadtočajevs
1e2fc9bcad [RTL] Add paragraph separation theme property. 2025-06-10 12:13:48 +03:00
Pāvels Nadtočajevs
a0c4a8c4a9 Restore 3.x style material auto-extraction import option. 2025-06-10 12:03:45 +03:00
ArchercatNEO
367cabf692 Wayland: Simplify including protocols 2025-06-10 08:39:20 +01:00
Bastiaan Olij
a2e4aed449 Fix final blit in OpenGL when stereo rendering is used 2025-06-10 14:47:07 +10:00
Raul Santos
73488f5afd [GDExtension] Add function to register main loop callbacks 2025-06-10 04:55:20 +02:00