Thaddeus Crews
2f752fdfd0
Merge pull request #113486 from ttencate/fix/102799_fade_aabb_center
...
Use AABB center instead of origin for visibility fade
2025-12-08 11:54:00 -06:00
Thaddeus Crews
5cd9d2d9be
Merge pull request #113741 from blueskythlikesclouds/rd-vulkan-fallback-fix
...
Fix Vulkan failing to initialize when compiling without D3D12.
2025-12-08 11:53:58 -06:00
Thaddeus Crews
979b619130
Merge pull request #113612 from BrotherShort/fix-center-buttons-offset
...
Fix center buttons offset
2025-12-08 11:53:57 -06:00
Thaddeus Crews
db8b25e62a
Merge pull request #113609 from Kaleb-Reid/sun-scatter-incremental
...
Check if sun scatter is enabled when using SKY_MODE_AUTOMATIC
2025-12-08 11:53:56 -06:00
Thaddeus Crews
f6cb714037
Merge pull request #113730 from lodetrick/unused-core
...
Codestyle: Remove unused private variables in `expression.h`
2025-12-08 11:53:55 -06:00
Thaddeus Crews
4f523ec895
Merge pull request #113598 from KoBeWi/reload_without_load_is_just_REEEEEE
...
Fix built-in script live reloading
2025-12-08 11:53:53 -06:00
Thaddeus Crews
e98e8c555a
Merge pull request #113341 from DSOE1024/linuxbsd-xfce-exo-open
...
Implement XFCE support in os_linuxbsd.cpp
2025-12-08 11:53:52 -06:00
Thaddeus Crews
ebc5a9b1fb
Merge pull request #113591 from YeldhamDev/tree_column_arrow_hide
...
Hide arrows when they go past the column titles on `Tree`s
2025-12-08 11:53:51 -06:00
Thaddeus Crews
5f73d8501b
Merge pull request #108213 from YeldhamDev/no_grouping_here
...
Hide property groups from the "Members" section in the remote inspector
2025-12-08 11:53:50 -06:00
Thaddeus Crews
fdc9ed0b08
Merge pull request #113714 from wenekar/master
...
Fix laggy window resize on Wayland
2025-12-08 11:53:48 -06:00
Thaddeus Crews
0e51e58f9d
Merge pull request #113582 from DarioSamo/re-spirv-decoration-fix
...
Update re-spirv with bugfix for function result decorations.
2025-12-08 11:53:47 -06:00
Thaddeus Crews
7cf9ee862e
Merge pull request #113709 from lodetrick/scene-sadness
...
Codestyle: Remove unused private variables in `godot/scene`
2025-12-08 11:53:46 -06:00
Thaddeus Crews
003266b51f
Merge pull request #107687 from YeldhamDev/i_actually_thought_this_was_a_regression_from_my_part_initially
...
Fix setting remote properties that take objects not working
2025-12-08 11:53:45 -06:00
Thaddeus Crews
e56ea15a03
Merge pull request #113701 from lodetrick/debugger-oops
...
Fix Debugger Dock not opening and unused BottomPanel code
2025-12-08 11:53:43 -06:00
Thaddeus Crews
8e2feb7b73
Merge pull request #106768 from Leftyluupy/typeof-example
...
Typeof example in @GlobalScope
2025-12-08 11:53:42 -06:00
Thaddeus Crews
edffd0712f
Merge pull request #111758 from bruvzg/ios_spam
...
[macOS] Prevent error spam when iOS device is paired but sleeping.
2025-12-08 11:53:41 -06:00
Thaddeus Crews
b56a7ef923
Merge pull request #110464 from KoBeWi/ehcac
...
Add reverse UID cache
2025-12-08 11:53:39 -06:00
Thaddeus Crews
d5df25fdc6
Changed `typeof()` example to include `typeof()`
...
Co-Authored-By: Leftyluupy <99181178+leftyluupy@users.noreply.github.com>
2025-12-08 11:40:48 -06:00
DSOE1024
b982794b23
Implement XFCE support in os_linuxbsd.cpp
...
Added support for XFCE by executing 'exo-open' alongside 'kde-open'.
Refactor error handling in os_linuxbsd.cpp
2025-12-08 21:21:45 +08:00
kobewi
60591dc7e8
Add reverse UID cache
2025-12-08 12:40:14 +01:00
Skyth
7205e21915
Fix Vulkan failing to initialize when compiling without D3D12.
2025-12-08 11:11:15 +03:00
Logan Detrick
f2bfc898b2
Remove unused private variables in expression.h
2025-12-07 13:23:40 -08:00
BrotherShort
75ba00babf
Fix center buttons offset
...
Remove set spacers
2025-12-08 03:25:33 +08:00
Michael Alexsander
599ce2b43a
Fix setting remote properties that take objects not working
2025-12-07 13:41:38 -03:00
Logan Detrick
42e60c38dc
Remove unused private variables in `godot/scene`
2025-12-07 03:46:26 -08:00
Berke Güzel
48c50bacba
Wayland: Fix laggy window resize
...
scale_changed and size_changed were incorrectly initialized to true,
causing redundant WindowRectMessage and DPI change events to be pushed
on every configure event regardless of actual changes.
2025-12-07 13:29:19 +03:00
Logan Detrick
58969218d6
Remove unused code in EditorBottomPanel and remove deprecated bottom panel operation
2025-12-07 02:19:50 -08:00
Dario
040b36fe87
Update re-spirv with bugfix for function result decorations.
...
Also adds some optimizations to further reduce allocations.
2025-12-05 10:56:02 -03:00
Rémi Verschelde
dec5a373d9
Merge pull request #113622 from mihe/jolt/no-nested-mt-flushes
...
Remove call to `PhysicsServer3D` from Jolt Physics implementation
2025-12-05 14:21:06 +01:00
Rémi Verschelde
7e1ef4c9e2
Merge pull request #113268 from nathanjf/particle-process-material
...
Docs: Fix ParticleProcessMaterial code snippet in `alpha_curve` description
2025-12-05 14:14:40 +01:00
Mikael Hermansson
7efdb83924
Remove call to `PhysicsServer3D` from Jolt Physics implementation
2025-12-05 13:52:42 +01:00
Rémi Verschelde
0156b2bcd6
Merge pull request #113615 from bruvzg/ed_bit_url
...
[EditorHelpBit] Open online documentation if script editor is not available.
2025-12-05 12:56:10 +01:00
Rémi Verschelde
c1bbaca12a
Merge pull request #113600 from HolonProduction/cache-fixup
...
GDScript: Ensure correct caching of cyclic references
2025-12-05 12:56:06 +01:00
Rémi Verschelde
204e784bca
Merge pull request #113587 from syntaxerror247/popup-menu-seperation
...
Increase PopupMenu vertical separation to improve touch usability
2025-12-05 12:56:01 +01:00
Rémi Verschelde
9706b4e53a
Merge pull request #113564 from MattiaZir/fix-project-import-error-parent-child
...
Fix signal order for directory selection in `file_dialog`
2025-12-05 12:55:57 +01:00
Rémi Verschelde
3135a40699
Merge pull request #113525 from brycehutchings/fix_nonpod_memcpy
...
Fix crash in `command_queue_mt` due to destruction of wrong object
2025-12-05 12:55:53 +01:00
Rémi Verschelde
8981cede94
Merge pull request #113235 from timothyqiu/motif-close
...
X11: Skip Motif function hints when borderless
2025-12-05 12:55:49 +01:00
Rémi Verschelde
6b420d701a
Merge pull request #110080 from bruvzg/popscwpc
...
[GraphEdit] Do not scale popup menus in the graph elements when zoomed.
2025-12-05 12:55:44 +01:00
Nathan Frank
a6f81f03b3
Docs: Fix ParticleProcessMaterial code snippet in `alpha_curve` description
2025-12-05 12:41:06 +01:00
Pāvels Nadtočajevs
330a19f362
[Editor HelpBit] Open online documentation if script editor is not available.
2025-12-05 12:10:28 +02:00
HolonProduction
ab0397878c
GDScript: Ensure correct caching of cyclic references
2025-12-05 10:41:06 +01:00
Rémi Verschelde
3edd256a6f
Merge pull request #113611 from bruvzg/mod_plus
...
[Editor] Fix missing "+" in the bunch of tooltips.
2025-12-05 09:38:51 +01:00
Rémi Verschelde
eb389feaf2
Merge pull request #113601 from Giganzo/inspector-control-height
...
Fix property height in the inspector for control layout
2025-12-05 09:38:46 +01:00
Rémi Verschelde
ed02f9e03d
Merge pull request #113599 from allenwp/fix-glow-bleed-threshold-error-value
...
Change `environment_get_glow_hdr_bleed_threshold` error handling
2025-12-05 09:38:43 +01:00
Rémi Verschelde
4b448fdd19
Merge pull request #113585 from brycehutchings/fix_d3d12_array_multisample
...
Fix bad D3D12 SRV breaking MSAA with OpenXR
2025-12-05 09:38:38 +01:00
Rémi Verschelde
09abc05878
Merge pull request #113581 from bruvzg/meh_fd
...
[FileDialog] Use base dir instead of ".." when going up.
2025-12-05 09:38:34 +01:00
Rémi Verschelde
94eeedd4d6
Merge pull request #113580 from HolonProduction/path-fixup
...
Correctly set GDScript internal path for shallow scripts
2025-12-05 09:38:29 +01:00
Rémi Verschelde
fdd47084bf
Merge pull request #113578 from syntaxerror247/export-dialog-size
...
Reduce export dialog minimum size
2025-12-05 09:38:25 +01:00
Rémi Verschelde
8bff45aa36
Merge pull request #113573 from MattiaZir/fix-color-picker-crash
...
Fix memory management for ColorPalette in save file dialog
2025-12-05 09:38:21 +01:00
Rémi Verschelde
27b185955d
Merge pull request #113572 from KoBeWi/bugnail
...
Fix wrong file thumbnails icon
2025-12-05 09:38:17 +01:00