kobewi
a2a82f02e3
Fix broken VisualShader icons
2025-12-09 13:41:12 +01:00
kobewi
05f80d16b1
Fix opening found lines in built-in scripts
2025-12-09 12:45:15 +01:00
Bastiaan Olij
9f4db24ef4
OpenXR: only obtain xrCreateSwapchainAndroidSurfaceKHR pointer if extension is available
2025-12-09 15:57:30 +11:00
Bastiaan Olij
58ae0b5129
OpenXR: Add Valve Frame controller support
2025-12-09 15:06:32 +11:00
kobewi
c15e04cc43
Fix bottom panel pinning
2025-12-08 23:19:05 +01:00
mxtherfxcker
8a23bec158
Update re-spirv to fix multiple regressions.
...
- Fix behavior regression from decoration change.
- Empty shader fix.
- Add image query ops.
Co-authored-by: DarioSamo <dariosamo@gmail.com >
2025-12-08 16:13:36 -03:00
Adelynne Brito
d7792feaba
Move initialization check for CanvasMaterial
...
Prevents the check from causing other materials to error
2025-12-08 19:11:23 +01:00
Thaddeus Crews
757bba192e
Merge pull request #113649 from YeldhamDev/editor_spin_min_fix
...
Fix `EditorSpinSlider` overriding the custom minimum size
2025-12-08 11:54:09 -06:00
Thaddeus Crews
026f04e67e
Merge pull request #113639 from m4gr3d/bump_openxr_vendors_version
...
Update the version of the OpenXR Vendors plugin to the latest stable version
2025-12-08 11:54:08 -06:00
Thaddeus Crews
de8a64ed56
Merge pull request #113637 from aaronp64/snapshot_overwrites
...
Prevent ObjectDB snapshots being overwritten
2025-12-08 11:54:07 -06:00
Thaddeus Crews
e076acfccc
Merge pull request #113633 from YeldhamDev/movie_button_dark
...
Make movie mode button be dark when enabled on the modern theme
2025-12-08 11:54:06 -06:00
Thaddeus Crews
7f520e7456
Merge pull request #113626 from Giganzo/script-editor-close
...
Fix enable/disable for Close Tabs Below in Script editor's File menu
2025-12-08 11:54:05 -06:00
Thaddeus Crews
7d517902e3
Merge pull request #113744 from blueskythlikesclouds/d3d12-editor-fullscreen-fix
...
Fix D3D12 looking blurry in the editor at fullscreen.
2025-12-08 11:54:04 -06:00
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
Ayan Chavand
20c183b166
Fix: Correct make-unique button work for left mouse click only
2025-12-08 13:14:11 +05:30
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