Commit Graph

83767 Commits

Author SHA1 Message Date
Hugo Locurcio eab6733f85 Fix 3D rendering jittering when TAA is enabled in the Mobile renderer
The Mobile renderer doesn't support TAA, but we still configured
the 3D buffers as if TAA was enabled after turning an error into
a warning previously.

This also adds a similar early return to screen-space AA when
on Compatibility to avoid unnecessary 3D buffer reconfiguration.
2026-05-21 03:37:26 +02: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
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
Thaddeus Crews 819cae99f8 Merge pull request #119331 from norepro/fix-x11-release-pressed-events
Release X11 pressed events on true focus loss
2026-05-18 11:06:26 -05:00
Thaddeus Crews 8ae90e9442 Merge pull request #119495 from m4gr3d/fix_main_path_use_for_android
[Android] Fix the use of `--main-pack` in template builds
2026-05-18 11:06:25 -05:00
Edward Chan 5ef41e6307 Fixed missing shortcut for opening inherited scene. 2026-05-18 11:29:36 -04:00
Pāvels Nadtočajevs 2ae09f7184 [Windows] Check if used SCons version supports requested MSVC. 2026-05-18 18:11:51 +03:00
Pāvels Nadtočajevs 4742cd3b80 Fix export notifier. 2026-05-18 15:39:24 +03:00
Pāvels Nadtočajevs 9b9adcb9c2 Fix credit roll in the project manager. 2026-05-18 14:18:31 +03:00
Pāvels Nadtočajevs 0a38c5802c [Slider] Account for accessibility state when grabbing focus. 2026-05-18 11:12:47 +03:00
Ivan Šachov e744959de5 avoiding an incorrect ERR_FILE_NOT_FOUND report when the DLL exists but fails to load for another reason
Co-authored-by: bruvzg <7645683+bruvzg@users.noreply.github.com>
2026-05-16 21:55:33 +02:00
Fredia Huya-Kouadio 948032c89c [Android] Fix the use of --main-pack 2026-05-15 23:03:54 -07:00
Thaddeus Crews 321b8c944f Merge pull request #119396 from bruvzg/ac_dup_ins_names
[Accessibility] Do not set duplicate values for editor inspector elements.
2026-05-15 15:42:10 -05:00
Thaddeus Crews 6f46168b05 Merge pull request #119445 from DeeJayLSP/no-sfinae-incomplete
Suppress GCC 16's `sfinae-incomplete` warning
2026-05-15 15:42:10 -05:00
Thaddeus Crews 0c08cfb5d7 Merge pull request #119429 from Bromeon/bugfix/singleton-uaf
Phase out `RefCounted` singletons as UB pitfalls
2026-05-15 15:42:09 -05:00
Thaddeus Crews 037c9a99e2 Merge pull request #118865 from vaner-org/shader-preview-line-redesign
Improve inline shader preview layout
2026-05-15 15:42:08 -05:00