Thaddeus Crews
f3e8007ce7
Merge pull request #113742 from bruvzg/fd_pop_base
...
Restore `FileDialog::_popup_base`
2025-12-08 11:54:02 -06:00
Thaddeus Crews
4a95e20d86
Merge pull request #112719 from jinyangcruise/fix_error_when_change_language
...
Fix error when changing language in `FindInFilesPanel`
2025-12-08 11:54:01 -06:00
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
Michael Alexsander
3b1be372a0
Fix scrollbar separation being at the wrong side in ScrollContainer with a RTL layout
2025-12-08 13:20:11 -03:00
David Snopek
6e6558c04b
Tweaks to gdextension_interface.json format
2025-12-08 09:17:42 -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
fish
eb3e169b79
Fix native FileDialogs popping up when use_native_dialog is modified
2025-12-08 03:43:39 -08:00
kobewi
60591dc7e8
Add reverse UID cache
2025-12-08 12:40:14 +01:00
Skyth
ab0a7f2da2
Fix D3D12 looking blurry in the editor at fullscreen.
2025-12-08 14:15:15 +03:00
Skyth
7205e21915
Fix Vulkan failing to initialize when compiling without D3D12.
2025-12-08 11:11:15 +03:00
Pāvels Nadtočajevs
def5763eac
Restore FileDialog::_popup_base
2025-12-08 09:57:46 +02:00
Dery Almas
3f9ab52872
Wayland: bump to 1.24.0
...
Many tweaks as usual but the most interesting additions since the last
bump are:
- `wl_fixes`, which allows to delete `wl_registry` objects (to hook up
in embedder). This requires a new interface as `wl_registry`'s version
can't be directly bumped. A notable usecase will come from mesa:
https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29140
- `wl_shm::release` and `wl_shm_pool::release`, which allows to delete
each respective object. (should automatically work but requires max
version bump when binding, will do in a separate PR). Useful for the
embedder, two less interfaces to instance and share.
- `wl_keyboard` version 10, which introduces server-side repetition
through a new `repeated` key state.
It also includes new buffer formats enumerations, but I don't know the
pratical implications of this specific addition, especially as this is
the WSI's responsibility FWIU.
2025-12-08 00:52:40 +01:00
LiveTrower
7357bd0138
fix-refract-node
2025-12-07 15:24:55 -06: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
kobewi
0f1cf00264
Move Multiplayer icons to the module
2025-12-07 19:20:54 +01:00
Michael Alexsander
599ce2b43a
Fix setting remote properties that take objects not working
2025-12-07 13:41:38 -03:00
dinesh1160
e9aa840b96
fix single space tagname issue
2025-12-07 18:42:48 +05:30
Logan Detrick
42e60c38dc
Remove unused private variables in godot/scene
2025-12-07 03:46:26 -08:00
Logan Detrick
17c7a3b817
Remove unused private variables in godot/editor
2025-12-07 02:55:08 -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
kobewi
035de4a6ba
Fix dock window titles not being translated
2025-12-06 19:12:46 +01:00
Anish Kumar
5981bf0d3a
Increase Tree vertical separation to improve touch usability
2025-12-06 12:58:40 +05:30
Michael Alexsander
051f7c2ca2
Fix EditorSpinSlider overriding the custom minimum size
2025-12-05 19:26:12 -03:00
DeeJayLSP
f46bca99c7
Replace minimp3 with dr_mp3
2025-12-05 18:54:25 -03:00
kobewi
d8b207b599
Make Output dock global
2025-12-05 19:19:35 +01:00
Fredia Huya-Kouadio
27e63aa270
Update the version of the OpenXR Vendors plugin to the latest stable version
2025-12-05 09:00:13 -08:00
aaronp64
520f159810
Prevent ObjectDB snapshots from being overwritten
...
Updated ObjectDBProfilerPanel::receive_snapshot to check if file exists, and make filename unique before writing, to avoid overwriting when multiple snapshots are made within same second.
2025-12-05 11:44:22 -05:00
Michael Alexsander
814e9cab66
Make movie mode button be dark when enabled on the modern theme
2025-12-05 12:18:11 -03:00
Lukas Tenbrink
2098998347
Add tracy support for profiling opcodes.
2025-12-05 16:05:07 +01:00
Giganzo
cf8f2e783b
Fix enable/disable for Close Tabs Below in Script editor's File menu
2025-12-05 15:09:01 +01: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