Commit Graph

83782 Commits

Author SHA1 Message Date
Thaddeus Crews d9f03f2f92 Merge pull request #119596 from bruvzg/ed_pop
[Tree] Fix editor popup opening outside the window.
2026-05-20 14:33:22 -05:00
Thaddeus Crews 0389590b8f Merge pull request #119494 from YeldhamDev/export_dialog_del_fixes
Fix a couple of issues when deleting presets in the export dialog
2026-05-20 14:33:21 -05:00
Thaddeus Crews 89f3bc1847 Merge pull request #118489 from xuhuisheng/dev/tree-order
Fix filter tree node order
2026-05-20 14:33:20 -05:00
Thaddeus Crews 5d5052428b Merge pull request #119581 from YeldhamDev/asset_author_verification
Show "Verified" badge for verified asset authors
2026-05-20 14:33:19 -05:00
Thaddeus Crews 1f020a6c4f Merge pull request #119558 from YeldhamDev/project_export_ttrc
Use `TTRC()` instead of `TTR()` in the project export dialog
2026-05-20 14:33:17 -05:00
Thaddeus Crews c79f191ee9 Merge pull request #119583 from bruvzg/icon_exp_cache
Do not use cache for icon/splash during export.
2026-05-20 14:33:16 -05:00
Thaddeus Crews 79811ccc98 Merge pull request #119601 from Muteem/fix/android-proxy-null-args-npe
Android: Fix NPE in JavaClassWrapper proxy when interface method has no arguments
2026-05-20 14:33:16 -05:00
Thaddeus Crews 344b64e508 Merge pull request #119506 from KosumovicDenis/fix-reparent-to-new-node-selection
Editor: Fix 'Reparent to New Node' when selecting from bottom to top
2026-05-20 14:33:15 -05:00
Michael Alexsander 0a8101a25d Show "Verified" badge for verified asset authors 2026-05-20 14:55:53 -03:00
Muteem 08c08bfef2 Android: Fix NPE when proxy interface method has no arguments
JDK contract: InvocationHandler.invoke's args parameter is null when
the proxied interface method takes no arguments. The proxy handlers
in AndroidRuntimePlugin used `*args` directly, which spread-deref'd
null and threw NullPointerException.

Signed-off-by: Muteem <29696635+Muteem@users.noreply.github.com>
2026-05-20 16:23:30 +08:00
Pāvels Nadtočajevs 9106caa709 [Tree] Fix editor popup opening outside the window. 2026-05-20 09:13:29 +03:00
Pāvels Nadtočajevs c5ad427e02 Do not use cache for icon/splash during export. 2026-05-19 23:59:16 +03:00
Thaddeus Crews 8a33751039 Merge pull request #110469 from shiena/fix/vswhere
fix: relax vswhere command conditions for broader compatibility
2026-05-19 11:18:33 -05:00
Thaddeus Crews 014ff66970 Merge pull request #119538 from bruvzg/slider_focus
[Slider] Account for accessibility state when grabbing focus.
2026-05-19 11:18:32 -05:00
Thaddeus Crews f294c68bb5 Merge pull request #119570 from bruvzg/jpg_fatal
Fail JPEG import on fatal errors only.
2026-05-19 11:18:31 -05:00
Thaddeus Crews ed1e9ae6c2 Merge pull request #119551 from smix8/fix_csg_perf
Fix CSG performance regression from auto smoothing
2026-05-19 11:18:30 -05:00
Thaddeus Crews d9fd641396 Merge pull request #119563 from bruvzg/tr_imp_inv
[Import] Fix empty columns importing as invalid English translation.
2026-05-19 11:18:29 -05:00
Thaddeus Crews 7a1dda1478 Merge pull request #119565 from bruvzg/tres_bom
Skip UTF-8 BOM when loading TRES.
2026-05-19 11:18:28 -05:00
Thaddeus Crews 3dc4e1ef7a Merge pull request #119555 from YeldhamDev/export_example_json
Remove "*.json" as a example of non-resource in the export dialog
2026-05-19 11:18:27 -05:00
Thaddeus Crews e558b07d8a Merge pull request #119554 from YeldhamDev/export_res_fix
Fix export errors with non-resources
2026-05-19 11:18:26 -05:00
Thaddeus Crews 9a0bc6431b Merge pull request #118225 from Hrothdel/editor-fix-resource-preview-jitter
Fix editor unsaved scenes getting file path updates
2026-05-19 11:18:25 -05:00
Thaddeus Crews 450e28e62f Merge pull request #119567 from kleonc/y_sort_modulate_div_by_zero_fix
Fix y-sort modulation div by zero
2026-05-19 11:18:23 -05:00
Thaddeus Crews 42a8b47ef7 Merge pull request #113059 from Spartan322/fix/that-one-off-scene-tree-dock-macro
Fix typo "END_SECTIOn" macro undef to END_SECTION for scene_tree_dock.cpp
2026-05-19 11:18:22 -05:00
Thaddeus Crews 42f577b0c3 Merge pull request #119561 from ryevdokimov/finish-subgizmo
Call `finish_transform` on 3D subgizmo commit to reset rotation state
2026-05-19 11:18:20 -05:00
Thaddeus Crews f04809882b Merge pull request #119367 from YeldhamDev/filesystem_keep_selection
Fix and improve selection behavior in the Filesystem dock
2026-05-19 11:18:19 -05:00
Thaddeus Crews 425d1caa5e Merge pull request #119573 from AThousandShips/fix_max_vec
[Project Manager] Fix incorrect size comparison
2026-05-19 11:18:18 -05:00
Thaddeus Crews 3cd3136e8a Merge pull request #119502 from YeldhamDev/dock_splits_fixes
Fix some issues with the editor dock tabs
2026-05-19 11:18:17 -05:00
Thaddeus Crews fbe9a8e56a Merge pull request #119547 from cengiz-pz/118600-url-lifecycle
[ios] Fix missing UIScene URL lifecycle events for app delegate services
2026-05-19 11:18:17 -05:00
Michael Alexsander a4ae048b73 Fix some issues with the editor dock tabs 2026-05-19 12:13:26 -03:00
Xu Huisheng a1abb3c02e fix filter tree node order 2026-05-19 22:31:42 +08:00
Michael Alexsander 78c9e688c5 Use TTRC() instead of TTR() in the project export dialog 2026-05-19 11:18:59 -03:00
A Thousand Ships 4486de5ebd [Project Manager] Fix incorrect size comparison
Code used `MAX` instead of the componentwise `max` method.
2026-05-19 15:31:40 +02:00
Pāvels Nadtočajevs 735827bd78 [Import] Fix empty columns importing as invalid English translation. 2026-05-19 14:48:41 +03:00
Pāvels Nadtočajevs 9269321f8a Skip UTF-8 BOM when loading TRES. 2026-05-19 14:35:24 +03:00
Pāvels Nadtočajevs bc17aef054 Fail JPEG import on fatal errors only. 2026-05-19 14:02:42 +03:00
ryevdokimov 9e8268f181 Call finish_transform on 3D subgizmo commit to reset rotation state 2026-05-19 06:04:54 -04:00
kleonc 7ec5fa2440 Fix y-sort modulation div by zero 2026-05-19 11:59:01 +02:00
Cengiz 37469a163b [ios] Forward UIScene lifecycle callbacks to app delegate services 2026-05-19 15:01:37 +06:00
Michael Alexsander 3e86010bce Fix export errors with non-resources 2026-05-18 19:33:21 -03:00
Michael Alexsander 24edc61c97 Remove "*.json" as a example of non-resource in the export dialog 2026-05-18 18:05:48 -03:00
smix8 c9c572204d Fix CSG performance regression from autosmoothing
Fixes CSG performance regression from autosmoothing.
2026-05-18 18:19:21 +02:00
Thaddeus Crews ef02314f2b Merge pull request #119545 from bruvzg/exp_noti
Fix export notifier.
2026-05-18 11:06:32 -05:00
Thaddeus Crews 0e57853371 Merge pull request #119455 from bruvzg/vs_scons_ver
[Windows] Check if used SCons version supports requested MSVC.
2026-05-18 11:06:32 -05:00
Thaddeus Crews 9a60cdd74e Merge pull request #118580 from EdwardChanCH/fix_missing_shortcut_open_inherited_scene
Fix missing shortcut for "Open In Editor" in inherited scene root
2026-05-18 11:06:31 -05:00
Thaddeus Crews 7626d50c7f Merge pull request #115053 from Calinou/doc-texture-mipmap-bias-no-compatibility
Document Viewport texture mipmap bias not being supported in Compatibility
2026-05-18 11:06:30 -05:00
Thaddeus Crews cd702593c9 Merge pull request #119344 from Paperzlel/fix-hdr-surface-error
Fix false positive error in `_determine_swap_chain_format`
2026-05-18 11:06:29 -05:00
Thaddeus Crews d7e1e41201 Merge pull request #119464 from Calinou/doc-color-constants-csharp
Document Color constant differences in C#
2026-05-18 11:06:29 -05:00
Thaddeus Crews b077c20bf2 Merge pull request #118738 from EdwardChanCH/fix_3d_snap_precision
Fix 3D grid snap precision to use `default_float_step`
2026-05-18 11:06:28 -05:00
Thaddeus Crews a3854569a2 Merge pull request #119541 from bruvzg/roll_pm
Fix credit roll in the project manager.
2026-05-18 11:06:27 -05:00
Thaddeus Crews 2c5bdd1f9c Merge pull request #119510 from van800/shakhov/fixes
open_dynamic_library(String(), library, &data) should only be called for apple
2026-05-18 11:06:26 -05:00