Commit Graph

76565 Commits

Author SHA1 Message Date
10e11ec87f Rename SVGTexture to DPITexture. 2025-08-21 11:39:16 +03:00
be0406946f Merge pull request #109805 from Repiteo/docs/svgtexture-experimental
Docs: Mark `SVGTexture` as experimental
2025-08-20 13:04:24 -05:00
610a5bd65b Merge pull request #109276 from bruvzg/sym_copy
Fix symlink copy in `DirAccess::copy_dir`.
2025-08-20 13:04:23 -05:00
048460b8d5 Merge pull request #109662 from raulsntos/compat-get_forced_export_files
Add default param value to `EditorExportPlatform::get_forced_export_files`
2025-08-20 12:07:17 -05:00
4012392cd6 Merge pull request #109786 from Repiteo/scons/metal-gnu++20
SCons: Use gnu++20 in metal driver
2025-08-20 12:07:16 -05:00
fc245d69d2 Merge pull request #109304 from HolonProduction/parse-annoation-early-end-stop
GDScript: Don't stop annotation argument parsing at file end
2025-08-20 12:07:16 -05:00
4854c0447b Merge pull request #109619 from aaronp64/theme_editor_name_change
`ThemeEditor` fix to show filename for new/renamed files
2025-08-20 12:07:15 -05:00
4f393e0c3c Merge pull request #109644 from RandomShaper/fix_dupe_tex2darr
Fix material removal clearing all instances of shared texture arrays
2025-08-20 12:07:14 -05:00
2d16a0b945 Merge pull request #109797 from OzelotVanilla/fix-setting-doc-stringname-typo
Fix typo in doc of `text_editor/theme/highlighting/gdscript/string_name_color`
2025-08-20 12:07:13 -05:00
87e10e9aa4 Merge pull request #109733 from ryevdokimov/prevent-cancel-transform-unselect
Prevent held escape key from unselecting nodes after canceling a transform
2025-08-20 12:07:12 -05:00
28d1406d61 Merge pull request #109765 from bruvzg/msdf_outline_clamp
Fix MSDF outline size clamping.
2025-08-20 12:07:11 -05:00
1413b5f910 Docs: Mark SVGTexture as experimental 2025-08-20 10:22:27 -05:00
5cd785d3a8 SCons: Use gnu++20 in metal driver 2025-08-20 09:56:38 -05:00
64af1f9866 fix - Typo in doc of text_editor/theme/highlighting/gdscript/string_name_color 2025-08-20 16:56:50 +09:00
28bd72a7e1 Merge pull request #109758 from Repiteo/scons/dlltool-fix
SCons: Fix `dlltool` on Windows MinGW builds
2025-08-19 10:29:47 -05:00
e855f67458 Merge pull request #109627 from teatov/fix-wav-tag-mappings
Make WAV metadata tag mappings more consistent with Vorbis
2025-08-19 10:29:46 -05:00
c8b89b84cc Merge pull request #109750 from Nintorch/fix-get-connected-joypads
Handle SDL joypad events for connected controllers on game startup (on Windows and Linux)
2025-08-19 10:29:46 -05:00
b2deb22edd Merge pull request #109749 from Repiteo/scons/mesa-rollback
SCons: Temporarily revert Mesa includes to `CPPPATH`
2025-08-19 10:29:45 -05:00
ef44ec13d1 Merge pull request #109397 from bruvzg/execute_with_pipe_dsc_fix
[Unix] Fix `execute_with_pipe` closing wrong pipe handle.
2025-08-19 10:29:44 -05:00
86bb48ab83 Merge pull request #109755 from Giganzo/option-button-icon-clear
Fix OptionButton not removing icon when using clear
2025-08-19 10:29:43 -05:00
3bb42305f2 Merge pull request #109772 from Yarwin/fix-is-experimental
Fix typo in ScriptLanguageExtension::lookup_code
2025-08-19 10:29:42 -05:00
c263b209ec Merge pull request #109735 from mihe/infinite-doc-regen
Fix/remove error about "Can't update documentation" when saving script
2025-08-19 10:29:41 -05:00
d743dccd63 Merge pull request #109766 from bruvzg/broken_links
Fix editor resource tooltip crash on broken symlinks.
2025-08-19 10:29:40 -05:00
b2e4c4f334 Fix typo - is_deprecated was being set twice, skipping is_experimental. 2025-08-19 13:54:41 +02:00
95b71e19d5 Fix editor resource tooltip crash on broken symlinks. 2025-08-19 12:46:54 +03:00
5c59a75923 Fix OptionButton not removing icon when using clear 2025-08-19 10:55:42 +02:00
6a3941b5d9 Fix MSDF outline size clamping. 2025-08-19 08:28:33 +03:00
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
7d8207e885 Merge pull request #109739 from bruvzg/ac_flags
Use `org.a11y.Status/ScreenReaderEnabled` on Linux.
2025-08-18 20:36:49 -05:00
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
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
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
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
65b8210b9b SCons: Revert Mesa includes to CPPPATH 2025-08-18 13:37:46 -05:00
98bef37f55 Use org.a11y.Status/ScreenReaderEnabled on Linux. 2025-08-18 17:36:49 +03:00
ba92af7d07 ImporterMesh: Validate triangle indices array size is a multiple of 3 2025-08-18 06:36:21 -07:00
b73597292b Improve error messages for lambda functions without a body 2025-08-18 06:29:20 -07:00
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
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
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
34d20958fa Merge pull request #109614 from h1v9/master
Strip empty deps when loading filesystem cache
2025-08-18 08:29:10 -05:00
039a480ff7 Merge pull request #109708 from Giganzo/popup-menu-accel
Fix PopupMenu accel position
2025-08-18 08:29:09 -05:00
9812d405b8 Merge pull request #109354 from KoBeWi/ETRC
Fix some localization issues in controls
2025-08-18 08:29:09 -05:00
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
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
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
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
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
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
d99d2cb884 Prevent held escape key from unselecting nodes after canceling a transform 2025-08-18 16:47:09 +04:00