1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00
Commit Graph

75752 Commits

Author SHA1 Message Date
JekSun97
8f51c22524 Add example of using get_connection_list_from_node 2025-06-29 01:37:45 +06:00
Rémi Verschelde
ebc36a7225 Merge pull request #107717 from aaronfranke/abstract-annotation
GDScript: Replace `abstract` keyword with `@abstract` annotation
2025-06-27 17:12:56 +02:00
Thaddeus Crews
a39a83a990 Merge pull request #106526 from roughbits01/line-edit-select-all-web
[Web] Fix `LineEdit` `select_all_on_focus` behavior when using a virtual keyboard
2025-06-27 09:39:58 -05:00
Thaddeus Crews
09c3b66a4d Merge pull request #107991 from Saver310/master
Add Polish translation for Linux .desktop file
2025-06-27 09:39:57 -05:00
Thaddeus Crews
72ab203c79 Merge pull request #108019 from limbonaut/fix-jni-generic-array-conversion
Add missing JNI variant conversion for generic Array
2025-06-27 09:39:56 -05:00
Thaddeus Crews
2f39f4746d Merge pull request #107729 from Chaosus/vs_fix_missing_transform_preview
Add missing input transform to visual shader preview
2025-06-27 09:39:55 -05:00
Thaddeus Crews
8dd6ad3398 Merge pull request #108017 from KoBeWi/🙈
Don't rename nodes when tree is invisible
2025-06-27 09:39:54 -05:00
Thaddeus Crews
cef8eb1a65 Merge pull request #108015 from DarioSamo/vvl-errors
Fix VVL errors by changing `frag_color` to FP32 and dFdx/y.
2025-06-27 09:39:54 -05:00
Thaddeus Crews
110eb1884c Merge pull request #107724 from Chaosus/shader_fix_ternary_samplers
Prevent ternary expression with a sampler types in shaders
2025-06-27 09:39:53 -05:00
Thaddeus Crews
4a90220fc9 Merge pull request #107852 from HolonProduction/completion-filter-current-impl
Autocompletion: Don't filter overrides when the existing function is the current one
2025-06-27 09:39:52 -05:00
Thaddeus Crews
1632c98226 Merge pull request #108043 from syntaxerror247/native-file-dialog
Document that `native file dialog` is only available on Android 10+ devices.
2025-06-27 09:39:51 -05:00
Thaddeus Crews
c9f6e21384 Merge pull request #108042 from mihe/jolt/soft-body-disable-crash
Fix crash when disabling `SoftBody3D` while using Jolt Physics
2025-06-27 09:39:50 -05:00
Thaddeus Crews
7ed506f342 Merge pull request #108007 from adamscott/the-spirit-of-105601
[Web] Poll controllers only if at least one is detected
2025-06-27 09:39:49 -05:00
Thaddeus Crews
f936033b7a Merge pull request #108005 from Rindbee/reset-screen_accum
Fix `screen_accum` not being reset when it should be in `Input::VelocityTrack`
2025-06-27 09:39:48 -05:00
Thaddeus Crews
dc41b31392 Merge pull request #107618 from DanielGSilva/quat-arc
Fix `Quaternion(arc_from: Vector3, arc_to: Vector3)` behaves differently in gdscript and c#
2025-06-27 09:39:47 -05:00
Anish Mishra
c82f7feb53 Document that native file dialog is only available on Android 10+ devices. 2025-06-27 17:07:50 +05:30
Mikael Hermansson
50e24e24ed Fix crash when disabling SoftBody3D while using Jolt Physics 2025-06-27 12:52:47 +02:00
Serhii Snitsaruk
1bea370df7 Add JNI variant conversion for generic Array 2025-06-26 19:16:52 +02:00
kobewi
4fd9b45189 Don't rename nodes when tree is invisible 2025-06-26 19:06:44 +02:00
Dario
4921a3e711 Fix VVL errors by changing frag_color to FP32 and dFdx/y. 2025-06-26 13:42:17 -03:00
Adam Scott
c56d131876 [Web] Poll controllers only if at least one is detected
Keeps the spirit of #105601
2025-06-26 08:33:25 -04:00
Adam Scott
722accc5c8 Revert "Web: Avoid unnecessary gamepad polling when no gamepads are connected"
This reverts commit 3e7e09f915.
2025-06-26 08:07:29 -04:00
风青山
efed435fa3 Fix screen_accum not being reset when it should be in Input::VelocityTrack
Resets `screen_accum` like `accum`.
2025-06-26 20:06:03 +08:00
danielgsilva
ed1e8a1460 Fix mismatch of constructors 2025-06-26 10:35:47 +01:00
Rémi Verschelde
9a3976097f Merge pull request #105984 from bruvzg/sparse_pack
Android: Implement sparse bundle PCK support.
2025-06-26 01:55:14 +02:00
Pāvels Nadtočajevs
42733a2a5c Implement sparse bundle PCK support. 2025-06-26 00:47:25 +02:00
Saver310
3eab5f6ac2 Add Polish translation for Linux .desktop file 2025-06-26 00:17:02 +02:00
Thaddeus Crews
d89f4ab32f Merge pull request #107965 from KoBeWi/deprecate_deprecation
Restore `graph_offset` property
2025-06-25 15:14:07 -05:00
Thaddeus Crews
bf9346caad Merge pull request #107898 from BlueCube3310/image-invis-fix
Image: Fix `is_invisible` detection for RGBAH and RGBAF
2025-06-25 15:14:07 -05:00
Thaddeus Crews
525628147e Merge pull request #107987 from raulsntos/dotnet/avoid-duplicate-archs
[.NET] Avoid exporting to duplicate architectures
2025-06-25 15:14:06 -05:00
Thaddeus Crews
6af3aa54fd Merge pull request #107985 from simpkins/lods_bug
Fix `RenderingServer::mesh_surface_get_lods()`
2025-06-25 15:14:05 -05:00
Thaddeus Crews
3071b98bbe Merge pull request #107962 from geowarin/update-controller-db
Sync controller mappings DB with SDL community repo
2025-06-25 15:14:04 -05:00
Thaddeus Crews
e541ed13b2 Merge pull request #107823 from KoBeWi/setgettt
Clarify `_set`/`_get` description
2025-06-25 15:14:04 -05:00
Thaddeus Crews
b310244be1 Merge pull request #107848 from bruvzg/scn_uid_dec
Always decode `--scene` argument UID path.
2025-06-25 15:14:03 -05:00
Thaddeus Crews
75958c92eb Merge pull request #107976 from Calinou/doc-gradient-sample
Document `Gradient.sample()` clamping behavior
2025-06-25 15:14:02 -05:00
Thaddeus Crews
b3924e60ca Merge pull request #107973 from paddy-exe/fix-apple-embedded-microphone-input
Add permission request for Apple embedded platforms, fix microphone input
2025-06-25 15:14:01 -05:00
Thaddeus Crews
17f3c6ce19 Merge pull request #107971 from BlueCube3310/dds-cube-fix
DDS: Fix loading cubemaps
2025-06-25 15:14:00 -05:00
Raul Santos
70d0ecbb16 [.NET] Avoid exporting to duplicate architectures
Use a `HashSet` to avoid adding duplicate architectures on exporting. It seems we were adding `x86_64` and `arm64` twice to macOS exports because they are also included in the features.
2025-06-25 21:41:29 +02:00
Adam Simpkins
ad4dff7cbe Fix RenderingServer::mesh_surface_get_lods()
This function was incorrectly using the surface number to index into the
LOD indices vector.  This resulted in just returning the same index over
and over again.  In theory if you had a mesh with more surfaces than one
of its LOD vectors it could read pass the end of the LOD index array.

The SoftBody3D code creates a new ArrayMesh by duplicating the input
mesh, and uses `mesh_surface_get_lods()` to duplicate the LODs.  The
broken behavior here results in SoftBody3D creating broken meshes that
render nothing due to each LOD just using a single vertex.  This commit
fixes SoftBody3D to now work correctly with meshes with LODs.

Fixes #107984.
2025-06-25 10:37:44 -07:00
kobewi
28a11ab551 Restore graph_offset property 2025-06-25 18:25:57 +02:00
Patrick Exner
5a7b6b7159 Add permission request for Apple embedded platforms, fix microphone input
Co-Authored-By: Miguel de Icaza <miguel@gnome.org>

Supersedes https://github.com/godotengine/godot/pull/107233
Fixes https://github.com/godotengine/godot-proposals/issues/12563
Fixes https://github.com/godotengine/godot/issues/33885

Superseding Miguel's PR to get it in during the beta stage.
2025-06-25 15:29:33 +02:00
Hugo Locurcio
5c638b2d89 Document Gradient.sample() clamping behavior 2025-06-25 15:21:00 +02:00
BlueCube3310
bac5e097d4 DDS: Fix loading cubemaps 2025-06-25 14:11:26 +02:00
Geoffroy Warin
88c086d082 Sync controller mappings DB with SDL community repo
Synced with: mdqinc/SDL_GameControllerDB@1849728
2025-06-25 12:42:43 +02:00
Rémi Verschelde
30456ba095 Merge pull request #107948 from adamscott/reintroduce-sample-position-worklet-pooling
[Web] Fix Webkit leak caused by the position reporting audio worklets
2025-06-25 11:47:11 +02:00
Rémi Verschelde
32984bea48 Merge pull request #107940 from aaronfranke/doc-option-button
Fix OptionButton ID value range documentation
2025-06-25 11:47:08 +02:00
Rémi Verschelde
3407194396 Merge pull request #107623 from patwork/add-migration-guide-button
Add "See Migration Guide" button to the Project Manager
2025-06-25 11:47:04 +02:00
Rémi Verschelde
8cd5659c7c Merge pull request #107530 from ryevdokimov/freelook-redirect-viewport
Fix freelook in 3D when multiple viewports are open
2025-06-25 11:47:00 +02:00
Rémi Verschelde
b720cbc164 Merge pull request #107963 from bruvzg/sdl_nx_fix
Fix SDL threading on macOS/Linux.
2025-06-25 11:46:53 +02:00
Aaron Franke
358d2ce4cc Fix OptionButton ID value range documentation
Co-authored-by: Micky <micheledevita2@gmail.com>
2025-06-25 02:02:24 -07:00