Commit Graph

83849 Commits

Author SHA1 Message Date
Thaddeus Crews 08558acb36 Merge pull request #119710 from passivestar/follow-system-theme-fix
Don't use system color as godot base color when Follow System Theme is active
2026-05-25 11:19:06 -05:00
Thaddeus Crews ff37378bed Merge pull request #119717 from EdwardChanCH/fix_paste_as_replacement_v2
Change disabled "Paste" options to hidden
2026-05-25 11:19:06 -05:00
Thaddeus Crews 932e68953f Merge pull request #119711 from arkology/theme-drop
Fix theme preview `+` position after dropping new scene
2026-05-25 11:19:05 -05:00
Thaddeus Crews 8ac58f7d67 Merge pull request #119689 from TokageItLab/ik-docs-rest
Fix the documentation for some SkeletonModifier3Ds' rest
2026-05-25 11:19:04 -05:00
Thaddeus Crews 5d0ddf6803 Merge pull request #119635 from YeldhamDev/flip_those_ratings
Improve the look of the asset rating indicator
2026-05-25 11:19:04 -05:00
Thaddeus Crews 6d236606c3 Merge pull request #119679 from YeldhamDev/theme_preview_scaling
Make theme previews scale with the editor
2026-05-25 11:19:03 -05:00
Thaddeus Crews ab3c1e2492 Merge pull request #119721 from YeldhamDev/scene_tabs_theme_fix
Fix editor scene tabs not updating properly on theme change
2026-05-25 11:19:02 -05:00
Thaddeus Crews a7344b574f Merge pull request #119719 from YeldhamDev/asset_pages_improvements
Improve the visual of the Asset Store's page selector
2026-05-25 11:19:02 -05:00
Thaddeus Crews 673c2869eb Merge pull request #119507 from syntaxerror247/fix-tree-drag-drop
Fix mouse dragging in `Tree` node on touchscreen devices
2026-05-25 11:19:01 -05:00
Thaddeus Crews 243f3537ed Merge pull request #119639 from blueskythlikesclouds/adreno-disable-ubershader
Disable ubershaders on problematic Adreno compiler versions.
2026-05-25 11:19:00 -05:00
Thaddeus Crews b0d2251aeb Merge pull request #119682 from Jesusemora/olive
Fix autosmooth behavior change caused by performance fix
2026-05-25 11:19:00 -05:00
Thaddeus Crews 4354aa9806 Merge pull request #116203 from blueskythlikesclouds/shader-race-condition-fix
Fix `MaterialStorage::material_set_shader` race condition.
2026-05-25 11:18:59 -05:00
Thaddeus Crews 6c6d7c5ff6 Merge pull request #119587 from Calinou/taa-mobile-fix-jitter
Fix 3D rendering jittering when TAA is enabled in the Mobile renderer
2026-05-25 11:18:57 -05:00
Thaddeus Crews 12a102e93c Merge pull request #119401 from blueskythlikesclouds/rd-race-condition-fixes
Fix a few race conditions in RD.
2026-05-25 11:18:57 -05:00
Michael Alexsander 983ce07e83 Make theme previews scale with the editor 2026-05-25 10:45:55 -03:00
Anish Kumar 54bfec8470 Fix mouse dragging in Tree on touchscreen devices 2026-05-25 10:27:33 +05:30
Michael Alexsander dcfcfe76a4 Fix editor scene tabs not updating properly on theme change 2026-05-24 19:05:03 -03:00
Michael Alexsander f83613ac1e Improve the visual of the Asset Store's page selector 2026-05-24 19:00:06 -03:00
Edward Chan a4a4bdf3ae Changed disabled 'paste' options to hidden. 2026-05-24 16:28:42 -04:00
Silc Lizard (Tokage) Renew 83c477717b Fixed the docs for IK rests 2026-05-25 02:43:25 +09:00
arkology 6bcef2bd6a Fix theme preview + position after dropping new scene 2026-05-24 18:04:38 +03:00
passivestar f6e252e48a Don't use system color as godot base color when Follow System Theme is active 2026-05-24 18:34:37 +04:00
Jesusemora a3d2811666 removed unused code
* vec_map is declared again in the _build_surfaces_default() method so it was doing nothing.
* removed the else branch, as an autosmooth with value < 0.1 should be flat.
2026-05-22 22:23:22 -03:00
Thaddeus Crews fa6cad230f Merge pull request #119665 from clayjohn/blit-screen-texture
Forbid using hint_screen_texture in unsupported shader types
2026-05-22 19:24:23 -05:00
Thaddeus Crews 8a5af716e1 Merge pull request #119644 from Calinou/doc-object-get-thread-safe
Document `Object._get()` and `_get_property_list()` thread-safe requirement
2026-05-22 19:24:21 -05:00
Thaddeus Crews 44a215ec06 Merge pull request #117217 from uno1982/fix/viewport-texture-path-update-null-common-parent
Fix Viewport path update error when dock is reparented during tree
2026-05-22 19:24:21 -05:00
Thaddeus Crews f756463116 Merge pull request #118613 from YeldhamDev/game_view_fixes
Fix a pair of regressions in the Game view node selection
2026-05-22 19:24:19 -05:00
Thaddeus Crews f7d37c74c1 Merge pull request #118190 from Hrothdel/web-fix-poll-export
[Web] Fix `poll_export` changing current export_preset
2026-05-22 19:24:18 -05:00
Thaddeus Crews 330e012b53 Merge pull request #119634 from shiena/android-fix-proxy-equals-infinite-recursion
Android: Fix infinite recursion in proxy equals handler
2026-05-22 19:24:16 -05:00
Clay John 57ab62b421 Forbid using hint_screen_texture in unsupported shader types 2026-05-22 10:38:52 -07:00
Thaddeus Crews f08e003ff2 Merge pull request #119620 from bruvzg/ios_godot_path_list
[iOS] Fix resource directory path when using `godot_path`.
2026-05-22 10:57:58 -05:00
Thaddeus Crews 4b72c6c1ab Merge pull request #119450 from norepro/filesystem-split-styles
Fix FileSystem dock styles across split modes
2026-05-22 10:57:57 -05:00
Thaddeus Crews 6137953493 Merge pull request #119651 from Ivorforce/clarify-hash-compare
Clarify `hash_compare` semantics on `Variant`.
2026-05-22 10:57:56 -05:00
Thaddeus Crews df3168ad6e Merge pull request #119648 from bruvzg/hb_typo
[HarfBuzz] Fix typo in 13.0.0-14.1.0 branch.
2026-05-22 10:57:55 -05:00
Thaddeus Crews a75108ba01 Merge pull request #104481 from kleonc/editor_resource_picker_set_create_options_docs
Improve docs for `EditorResourcePicker::_set_create_options`
2026-05-22 10:57:55 -05:00
Thaddeus Crews cc6d153fb6 Merge pull request #115533 from YeldhamDev/this_time_it_will_work_surely
Fix buttons in `EditorProperty` overlapping with values
2026-05-22 10:57:54 -05:00
Thaddeus Crews 2d7b307004 Merge pull request #119625 from barthy-koeln/fix/text_server_fallback--zero_width_codes
TextServerFB: Fix zero-width space detection and rendering
2026-05-22 10:57:54 -05:00
KOGA Mitsuhiro fcc194c585 Android: Fix infinite recursion in proxy equals handler
Kotlin's `==` on the proxy compiles to `proxy.equals(args[0])`, which
the JDK proxy dispatches back through the InvocationHandler, hitting
the same branch and recursing into StackOverflowError. Use `===` for
reference equality, matching the default Object#equals behavior.
2026-05-22 22:22:45 +09:00
Muteem 471a4a79c0 Android: Fix ClassCastException in proxy hashCode when ObjectID is returned as Long
Object.hashCode() must return Int (32-bit), but the proxy InvocationHandler
returned godotObjectID directly (Long, 64-bit). When a HashMap-like container
called proxy.hashCode(), the auto-generated proxy did (Integer) result on a
java.lang.Long and threw ClassCastException.

Signed-off-by: Muteem <29696635+Muteem@users.noreply.github.com>
2026-05-22 22:20:52 +09:00
Lukas Tenbrink 103b82048f Clarify hash_compare semantics on Variant. 2026-05-22 12:00:02 +02:00
Leonard Pop 610e334d4c [Web] Fix poll_export changing current export_preset 2026-05-22 11:08:20 +03:00
Pāvels Nadtočajevs 1fa9400b2d [HarfBuzz] Fix typo in 13.0.0-14.1.0 branch. 2026-05-22 08:37:31 +03:00
Hugo Locurcio 15689c1a95 Document Object._get() and _get_property_list() thread-safe requirement 2026-05-21 23:44:15 +02:00
kleonc cd0b2a140c Improve docs for EditorResourcePicker::_set_create_options 2026-05-21 22:01:46 +02:00
Skyth c6987624ef Disable ubershaders on problematic Adreno compiler versions. 2026-05-21 22:13:32 +03:00
Michael Alexsander 582a8ef44a Fix buttons in EditorProperty overlapping with values 2026-05-21 14:48:30 -03:00
Michael Alexsander f8a88578f5 Improve the look of the asset rating indicator 2026-05-21 12:47:42 -03:00
Thaddeus Crews 8608217082 Merge pull request #119608 from YeldhamDev/assetlib_duck_typing_no_more
Fix template assets not being exclusive to the project manager
2026-05-21 09:25:07 -05:00
Thaddeus Crews a8a2ea14a5 Merge pull request #119624 from bruvzg/co_ios
[CODEOWNERS] Update `/drivers/apple*`.
2026-05-21 09:25:07 -05:00
Thaddeus Crews 78ff43f995 Merge pull request #119241 from YeldhamDev/gridmap_is_so_crusty
Fix incorrect grid floor position before input in the `GridMap` editor
2026-05-21 09:25:06 -05:00