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

76761 Commits

Author SHA1 Message Date
vaner-org
08d2d21a79 Fix doubled transformation when mouse released 2025-08-19 20:43:17 +05:30
Yarvin
b2e4c4f334 Fix typo - is_deprecated was being set twice, skipping is_experimental. 2025-08-19 13:54:41 +02:00
Pāvels Nadtočajevs
95b71e19d5 Fix editor resource tooltip crash on broken symlinks. 2025-08-19 12:46:54 +03:00
Giganzo
5c59a75923 Fix OptionButton not removing icon when using clear 2025-08-19 10:55:42 +02:00
Pāvels Nadtočajevs
6a3941b5d9 Fix MSDF outline size clamping. 2025-08-19 08:28:33 +03:00
Thaddeus Crews
8ebf8ae23c Merge pull request #109666 from aaronfranke/import-mesh-validate-indices-mult-3
ImporterMesh: Validate triangle indices array size is a multiple of 3
2025-08-18 20:36:49 -05:00
Thaddeus Crews
7d8207e885 Merge pull request #109739 from bruvzg/ac_flags
Use `org.a11y.Status/ScreenReaderEnabled` on Linux.
2025-08-18 20:36:49 -05:00
Thaddeus Crews
3d87dcbd64 Merge pull request #109010 from LurkerAbove/viewport-gettexture-docs-add-cscode
Add the C# code equivalent to the documentation of Viewport.GetTexture()
2025-08-18 20:36:48 -05:00
Thaddeus Crews
4d107c1f56 Merge pull request #109561 from aaronfranke/gdscript-error-message
Improve error messages for lambda functions without a body
2025-08-18 20:36:47 -05:00
Thaddeus Crews
d9a77a42ee SCons: Fix dlltool on Windows MinGW builds
- Expand `env.Run` function to accept optional command string, because we can't just call `env.Action` for some reason
2025-08-18 18:49:50 -05:00
Hugo Locurcio
336ba216ac Document ClassDB not storing information on user-defined classes 2025-08-18 23:44:01 +02:00
Nintorch
197961ddc9 Process SDL joypad events on startup
Make sure that SDL events are processed when the SDL joypad input driver is initialized, this will allow it to register the connected controllers when a game starts.
2025-08-18 23:55:20 +05:00
Thaddeus Crews
65b8210b9b SCons: Revert Mesa includes to CPPPATH 2025-08-18 13:37:46 -05:00
Pāvels Nadtočajevs
98bef37f55 Use org.a11y.Status/ScreenReaderEnabled on Linux. 2025-08-18 17:36:49 +03:00
Wilson E. Alvarez
261734adb6 Free TileMapLayer debug quadrant meshes when clearing 2025-08-18 10:10:14 -04:00
Aaron Franke
ba92af7d07 ImporterMesh: Validate triangle indices array size is a multiple of 3 2025-08-18 06:36:21 -07:00
Aaron Franke
b73597292b Improve error messages for lambda functions without a body 2025-08-18 06:29:20 -07:00
Thaddeus Crews
42224bb750 Merge pull request #109694 from bruvzg/old_win_cap
[Windows] Fix color picker on old versions of Windows 10.
2025-08-18 08:29:13 -05:00
Thaddeus Crews
40c96b8433 Merge pull request #109046 from bruvzg/ac_win_x
[Accessibility] Process non-focusable windows (popups, menus) as part of the parent window tree.
2025-08-18 08:29:12 -05:00
Thaddeus Crews
3797c1e456 Merge pull request #109647 from m4gr3d/fix_composition_layer_provider_setup
Fix missing layer provider setup when setting Surface after visibility
2025-08-18 08:29:11 -05:00
Thaddeus Crews
34d20958fa Merge pull request #109614 from h1v9/master
Strip empty deps when loading filesystem cache
2025-08-18 08:29:10 -05:00
Thaddeus Crews
039a480ff7 Merge pull request #109708 from Giganzo/popup-menu-accel
Fix PopupMenu accel position
2025-08-18 08:29:09 -05:00
Thaddeus Crews
9812d405b8 Merge pull request #109354 from KoBeWi/ETRC
Fix some localization issues in controls
2025-08-18 08:29:09 -05:00
Thaddeus Crews
42b4eab5e9 Merge pull request #109673 from Giganzo/debug-hover
Fix missing hover style for Ignore Error breaks button
2025-08-18 08:29:08 -05:00
Thaddeus Crews
1bdf4e2459 Merge pull request #109672 from Giganzo/script-menu-button-style
Add hover styles to buttons in Script/Shader editor
2025-08-18 08:29:07 -05:00
Thaddeus Crews
589e7579da Merge pull request #109541 from bruvzg/le_dblclick
[LineEdit] Fix double click not selecting single character words.
2025-08-18 08:29:06 -05:00
Thaddeus Crews
fbfd5f895d Merge pull request #108356 from neonmoe/fix-incorrect-light-values-for-blender-imports
Fix incorrect light values on blend import
2025-08-18 08:29:06 -05:00
Thaddeus Crews
3d84b78051 Merge pull request #109699 from bruvzg/rtl_text_add
[RTL] Fix text around `visible_characters` boundary being added twice to the buffer.
2025-08-18 08:29:05 -05:00
Thaddeus Crews
f5152699bc Merge pull request #108768 from WinnerWind/fix-zero-threadcount
FIX: Prevent crashing if `max_threads` is zero.
2025-08-18 08:29:04 -05:00
robert yevdokimov
d99d2cb884 Prevent held escape key from unselecting nodes after canceling a transform 2025-08-18 16:47:09 +04:00
Mikael Hermansson
c43425a209 Fix/remove error about "Can't update documentation" when saving script 2025-08-18 13:31:38 +02:00
Pāvels Nadtočajevs
ba097ffd49 [macOS] Remove FEATURE_MOUSE from embedded display server. 2025-08-18 14:22:16 +03:00
Pedro J. Estébanez
919006eb35 Fix material removal clearing all instances of shared texture arrays 2025-08-18 12:21:15 +02:00
Pāvels Nadtočajevs
7858030975 [macOS] Forward application focus events to the embedded process. 2025-08-18 13:01:05 +03:00
Pāvels Nadtočajevs
274f88c5b8 [Windows] Fix color picker on old versions of Windows 10. 2025-08-18 09:23:31 +03:00
Giganzo
cadfd52b16 Fix PopupMenu accel position 2025-08-17 22:55:37 +02:00
nikitalita
32a59bbdf4 Fix infinite loop in GLTFDocument::_convert_animation_node_track 2025-08-17 13:53:35 -07:00
Pāvels Nadtočajevs
0bd9437237 [RTL] Fix text around visible_characters boundary being added twice to the buffer. 2025-08-17 18:45:25 +03:00
WinnerWind
a1788e09bf Prevent crashing if max_threads is zero.
Adds a note in the docs that a thread count of 0 has the same effect as a thread count of -1.

Change language of WorkerThreadPool in ProjectSettings

Co-Authored-By: Tomasz Chabora <kobewi4e@gmail.com>
2025-08-17 20:12:41 +05:30
Pāvels Nadtočajevs
7b47f5e8db [Accessibility] Process non-focusable windows (popups, menus) as part of the parent window tree. 2025-08-17 12:15:08 +03:00
Robert Yevdokimov
26f920f85e Fix transforms trying to continue after a cancel 2025-08-17 10:04:42 +04:00
Giganzo
b5efac3156 Fix missing hover style for Ignore Error breaks button 2025-08-17 00:53:27 +02:00
Pāvels Nadtočajevs
ab0bc7ee32 [macOS] Fix embedded menu/spacer relative position. 2025-08-16 18:55:04 +03:00
Mauricio Narvaez
ca798bf94d Add missing layer provider setup when setting Surface after visibility 2025-08-16 07:55:15 -07:00
Giganzo
c21a03361a Add hover styles to buttons in Script/Shader editor 2025-08-16 15:05:07 +02:00
Raul Santos
702bbb3eab Add default param value to EditorExportPlatform::get_forced_export_files
Add default parameter value to a new parameter added in 4.5 to `EditorExportPlatform::get_forced_export_files` so we can avoid breaking compatibility for GDScript.
2025-08-16 04:16:43 +02:00
Aaron Franke
7be711ecb7 OpenXR: Use GLTFDocument function to get supported extension names 2025-08-15 12:58:53 -07:00
Jens Pitkanen
4808c25c2e Fix light values on blend import when using non-physical light units 2025-08-15 21:30:08 +03:00
Thaddeus Crews
0c51ede243 Merge pull request #109625 from aaronfranke/gltf-texture-sampler-crash
GLTF: Fix crash reading texture sampler for non-existent texture
2025-08-15 12:58:48 -05:00
Thaddeus Crews
2853d91191 Merge pull request #109176 from SchultzenDK/fix-script-clears-gizmos
Stop clearing editor_plugin_screen on script edit
2025-08-15 12:58:47 -05:00