2a8ac1c05b
Allow processing low priority threads on calling thread in the WTP.
...
This fixes a recent regression. In theory, low priority tasks should always go to the queue and never be executed on the calling thread. However, when using NO_THREADS build, all tasks need to execute on the calling thread.
2025-07-30 23:15:38 -07:00
2a9ff39264
Merge pull request #108797 from twrightsman/add-wol
...
Add missing copyright for pitch shift
2025-07-30 09:03:51 -05:00
da3f2a9cf5
Merge pull request #108911 from DanielSnd/fix-richtextlabel-nested-table-sizing
...
Fix RichTextLabel nested tables not sizing properly.
2025-07-30 09:03:50 -05:00
972ce25624
Merge pull request #109029 from AeioMuch/fix_missing_3d_gizmos
...
Fix missing 3d gizmos
2025-07-30 09:03:49 -05:00
9e46d698b5
Merge pull request #108772 from timothyqiu/second-level-inherit
...
Fix root auto-translate mode ignored for child nodes when generating POT
2025-07-30 09:03:48 -05:00
5c3990c173
Merge pull request #106579 from timothyqiu/add-button-text
...
Fix i18n for array property custom add button text
2025-07-30 09:03:47 -05:00
ea77d8a0e8
Merge pull request #109115 from syntaxerror247/javaclasswrapper-doc
...
JavaClassWrapper: Add example to invoke constructor
2025-07-30 09:03:46 -05:00
33c257c081
Merge pull request #95414 from jsjtxietian/inside-tree
...
Fix `!is_inside_tree` in csg node when reloading a scene
2025-07-30 09:03:45 -05:00
f74b6392d9
Merge pull request #108328 from beicause/fix-color-picker-linear-sliders-color
...
Fix ColorPicker linear mode sliders color
2025-07-30 09:03:44 -05:00
deba8ff9a3
Merge pull request #109090 from Repiteo/ci/headless-import-test
...
CI: Add headless import test
2025-07-30 09:03:44 -05:00
5f6849534a
Merge pull request #108959 from bruvzg/empty_lines
...
Fix font fallback for lines with only non-visual/control characters.
2025-07-30 09:03:43 -05:00
cfc58710b7
Merge pull request #108697 from clayjohn/pump-task
...
Ensure that threads only process one pump task
2025-07-30 09:03:42 -05:00
7b69fa2caa
Merge pull request #108950 from Calinou/editor-2d-apply-debanding-if-enabled
...
Fix debanding not being used in the 2D editor when enabled in Project Settings
2025-07-30 09:03:41 -05:00
90cfd88eae
Merge pull request #108051 from RoyBerardo/listener_doppler_fix
...
Fix `AudioListener3D` not tracking velocity for doppler
2025-07-30 09:03:40 -05:00
65b6368be2
Merge pull request #109074 from KoBeWi/it's_not
...
Remove outdated note from EditorScript description
2025-07-30 09:03:39 -05:00
711ecb5921
Merge pull request #108816 from Rindbee/save-the-changes-before-duplicating-resource-files
...
Save the changes before duplicating resource files
2025-07-30 09:03:38 -05:00
ac15c67540
Merge pull request #109072 from Lielay9/skip_colorpicker_srgb_roundtrip
...
Avoid color conversion roundtrip in colorpicker
2025-07-30 09:03:38 -05:00
ec8e6aeb82
Merge pull request #108557 from syntaxerror247/Fix-system-bar-regression
...
Android: Fix system bar regression
2025-07-30 09:03:37 -05:00
6c399bd680
Merge pull request #109064 from stuartcarnie/108949_screen_get_scale
...
MacOS: Fix embedded screen_get_scale API
2025-07-30 09:03:36 -05:00
ccb05568be
Merge pull request #109057 from dsnopek/opengl-crash-separate-threading-model
...
OpenGL: Fix crash at startup with "Thread Model" set to "Separate"
2025-07-30 09:03:35 -05:00
0d3516a527
JavaClassWrapper: Add example to invoke constructor
2025-07-30 13:27:35 +05:30
c62ad8dc65
MacOS: Fix embedded screen_get_scale API
2025-07-30 06:06:15 +10:00
57eac93820
CI: Add headless import test
2025-07-29 11:30:29 -05:00
782b9e328c
Ensure that threads only process one pump task.
...
This is necessary because we will always deadlock if a thread takes on multiple pump tasks since pump tasks never return.
This means when using separate threads for certain systems (like physics or rendering), we need to be sure that there are enough threads to have at least one per system (to ensure forward progress).
2025-07-29 07:15:34 -07:00
f92af51cae
Fix missing 3d gizmos
2025-07-29 15:26:42 +02:00
501675de85
Remove outdated note from EditorScript description
2025-07-29 13:43:22 +02:00
1acfbba46a
Avoid color conversion roundtrip in colorpicker
2025-07-29 12:44:08 +03:00
769795f54a
fix AudioListener3D not tracking self velocity for doppler
2025-07-28 23:02:16 -07:00
0506299c21
Android: Add option to change background color and fix system bar regression
2025-07-29 09:27:16 +05:30
66ee0aa969
Add missing copyright for pitch shift
2025-07-28 21:53:27 +02:00
a590be0cb2
OpenGL: Fix crash with "Thread Model" set to "Separate"
2025-07-28 13:02:46 -05:00
2d113cc224
Merge pull request #109042 from Summersay415/no-workaround
...
Remove Adreno 3xx flip workaround
2025-07-28 10:49:34 -05:00
95c21f6a05
Merge pull request #108337 from fstxz/request_seq_int_cast
...
DAP: Cast request's `seq` value to int
2025-07-28 10:49:33 -05:00
d83e9dd89f
Merge pull request #109008 from bruvzg/file_icons
...
[macOS] Make document type icons look closer to current macOS system type icons.
2025-07-28 10:49:32 -05:00
465c98862d
Merge pull request #108271 from protam12/mini-fix
...
Class docs: Fix ReflectionProbe note regarding Compatibility renderer support
2025-07-28 10:49:31 -05:00
dda7016fef
Merge pull request #108843 from Chaosus/astar_nbor_filter2
...
Add a way to filter neighbor points to AStar2D/3D
2025-07-28 10:49:30 -05:00
f7ced475fe
Merge pull request #109026 from Repiteo/ci/import-syntax
...
CI: Use modern `--import` syntax in GHA
2025-07-28 10:49:29 -05:00
86586e80b7
Merge pull request #107458 from kilian-hu/fix-issue-106713
...
Fix missing gizmo update when selection changes outside of 3D view
2025-07-28 10:49:29 -05:00
7c5bb585a5
Fix gizmo update if select changes outside 3D view
2025-07-28 16:42:23 +02:00
610712a269
Add a way to filter neighbor points to AStar2D/3D
2025-07-28 13:25:02 +03:00
18d14ff18e
Remove Adreno 3xx flip workaround
2025-07-28 14:03:25 +07:00
c52c91f46c
CI: Use modern --import syntax in GHA
2025-07-27 17:57:57 -05:00
8b2739ee55
Merge pull request #108956 from m4gr3d/misc_xr_editor_updates
...
Update the OpenXR Vendors plugin for the XR editor to the latest stable version
2025-07-27 10:28:35 -05:00
03d648c5ad
Merge pull request #92344 from fire/vsk-3d-texture-alpha-4.3
...
Fix Texture3D import not working
2025-07-27 10:28:34 -05:00
d4f14aaa78
Merge pull request #108979 from HolonProduction/completion-call-stack-lambda
...
Autocompletion: Push empty call for lambdas
2025-07-27 10:28:33 -05:00
4927bbf309
Merge pull request #108978 from adamscott/tahoe-26
...
[macOS] Add Tahoe 26.0 to version alias
2025-07-27 10:28:32 -05:00
3c9f065e27
Merge pull request #102258 from Squamto/master
...
Fix Error when connecting signal with unbinds not yet existing function
2025-07-27 10:28:31 -05:00
f5371a6764
Merge pull request #108814 from beicause/fix-color-preset-btn-focus-theme
...
Fix ColorPresetButton `preset_focus` is set to wrong type in default theme
2025-07-27 10:28:31 -05:00
246a9026ab
Merge pull request #106861 from VojtaStruhar/106776-column-alignment
...
Align autoload popup columns to the left
2025-07-27 10:28:30 -05:00
419293d1b9
Merge pull request #108995 from passivestar/tree-vertical-alignment
...
Fix Tree cell text vertical alignment
2025-07-27 10:28:29 -05:00