Thaddeus Crews
41f4ca3247
Merge pull request #116236 from deralmas/the-chosen-one
...
Wayland: Only handle the current output mode
2026-02-16 10:19:35 -06:00
Thaddeus Crews
3110686b3a
Merge pull request #116343 from kitbdev/fix-control-error-freeze
...
Fix Control minimum size check too aggressive
2026-02-16 10:19:34 -06:00
Thaddeus Crews
c9c4446174
Merge pull request #105016 from HolonProduction/lsp-unexpose
...
LSP: Fix type bind, mark as experimental, deprecate direct LSP access
2026-02-16 10:19:33 -06:00
Thaddeus Crews
54d418ee72
Merge pull request #109146 from Calinou/ci-test-project-export
...
GitHub Actions: Test project exporting on CI
2026-02-16 10:19:32 -06:00
Thaddeus Crews
11541c8533
Merge pull request #116217 from Fahien/fahien-free-scratch-buffer
...
RenderingDevice: Free acceleration structure scratch buffer
2026-02-16 10:19:31 -06:00
Thaddeus Crews
b769ae2d5f
Merge pull request #116309 from deralmas/wl/sdrawkcab
...
Wayland: Swap backward and forward mouse buttons
2026-02-16 10:19:30 -06:00
Thaddeus Crews
2964e8ed82
Merge pull request #115877 from mihe/jolt/v5.5.0
...
Jolt: Update to 5.5.0
2026-02-16 10:19:29 -06:00
Thaddeus Crews
4106b5cdcc
Merge pull request #116256 from dsnopek/monado-opengl-fix
...
OpenXR: Fix OpenGL initialization with Monado on X11
2026-02-16 10:19:28 -06:00
Thaddeus Crews
96a2994b21
Merge pull request #116284 from Ivorforce/hashset-move
...
Add move semantics to `HashSet`.
2026-02-16 10:19:27 -06:00
Thaddeus Crews
e1c8e6cfb6
Merge pull request #108208 from YeldhamDev/remote_class_name_fix
...
Show custom class name in the remote inspector
2026-02-16 10:19:26 -06:00
Thaddeus Crews
4163d3af5a
Merge pull request #114198 from mihe/jolt/soft-body-area
...
Add ability for Area3D to detect/influence SoftBody3D with Jolt Physics
2026-02-16 10:19:25 -06:00
Thaddeus Crews
5f1819538a
Merge pull request #116192 from HEX-23/feature-fix_fti_threading
...
Fix thread safety of physics interpolation
2026-02-16 10:19:24 -06:00
Thaddeus Crews
4cccd55af8
Merge pull request #116161 from syntaxerror247/copy-keystore-to-temp
...
Android Editor: Copy keystore to temp file during export
2026-02-16 10:19:23 -06:00
Thaddeus Crews
cf406533c8
Merge pull request #114283 from KoBeWi/adding_physical_buttons
...
Change TabContainer's popup button into real Button
2026-02-16 10:19:22 -06:00
Thaddeus Crews
2f06af10e6
Merge pull request #106560 from SheepYhangCN/taskbar-progress-state
...
Add taskbar progress and state support for Windows & macOS
2026-02-16 10:19:21 -06:00
Thaddeus Crews
d155457554
Merge pull request #116081 from arkology/goto_line_button
...
Convert "Line and column numbers" label to button
2026-02-16 10:19:20 -06:00
Thaddeus Crews
3209188cc7
Merge pull request #115532 from mihe/debugger-recursive-flushing
...
Stop `RemoteDebugger` from improperly flushing messages during break
2026-02-16 10:19:19 -06:00
Thaddeus Crews
2762c56829
Merge pull request #112287 from Kiisu-Master/wl_pointer_warp
...
Add pointer warping on wayland
2026-02-16 10:19:18 -06:00
HolonProduction
c416cbaf54
LSP: Fix type bind, mark as experimental, deprecate direct LSP access
2026-02-16 14:36:31 +01:00
Antonio Caggiano
ba71e30579
Tie scratch buffers to acceleration structures
...
The scratch buffer is never exposed to the user, it is only used
internally and it is managed by the acceleration structure itself.
2026-02-16 11:00:28 +01:00
kit
739869359a
Fix Control minimum size check too agressive
2026-02-15 21:22:07 -05:00
Kiisu_Master
4dceee5252
Add pointer warping on wayland
2026-02-15 18:16:27 +01:00
Dery Almas
fe0acc1003
Wayland: Swap backward and forward mouse buttons
...
They were bound in reverse. No idea how I originally chose which was
which.
This patch also orders the switch cases by their underlying codes: left,
right, middle, side, extra.
2026-02-15 09:28:52 +01:00
Mikael Hermansson
998f97a2a1
Jolt: Update to 5.5.0
2026-02-14 19:47:28 +01:00
Lukas Tenbrink
39ed2fa9a5
Add move semantics to HashSet.
2026-02-14 13:20:48 +01:00
David Snopek
3f5c5d969f
OpenXR: Fix OpenGL initialization with Monado on X11
2026-02-13 11:58:27 -06:00
Thaddeus Crews
bf95b62586
Merge pull request #115883 from Gurvan/master
...
Make JSON.stringify use compact representation for empty `Dictionary`
2026-02-13 07:40:28 -06:00
Thaddeus Crews
481b6fcf66
Merge pull request #115761 from jinyangcruise/fix_debugger_error_log_time_trimed
...
Fix debugger error log time gets trimmed.
2026-02-13 07:40:27 -06:00
Thaddeus Crews
3f57dc07cc
Merge pull request #116153 from m4gr3d/add_project_godot_associations
...
Implement `project.godot` file associations for the Android editor
2026-02-13 07:40:27 -06:00
Thaddeus Crews
fd49f2ac10
Merge pull request #116226 from m4gr3d/apply_quick_workaround_for_vulkan_xr_issue
...
Fix OpenXR with Vulkan on Android
2026-02-13 07:40:26 -06:00
Thaddeus Crews
06793a947b
Merge pull request #116209 from TheDying0fLight/fix-script-text-editor-ref-usage
...
Fix wrong `Ref` checks in `ScriptTextEditor`
2026-02-13 07:40:25 -06:00
Thaddeus Crews
d41677587c
Merge pull request #116225 from bruvzg/rtests
...
[Metal] Remove glslang memory decorations.
2026-02-13 07:40:24 -06:00
Pāvels Nadtočajevs
a830dba677
[Metal] Remove glslang memory decorations.
...
Co-authored-by: Stuart Carnie <stuart.carnie@gmail.com>
2026-02-13 08:17:38 +02:00
Dery Almas
dc8e7ef2ce
Wayland: Only handle the current output mode
...
Some compositors (e.g. COSMIC) can report *all* supported output modes,
not just the current mode. This is valid, albeit deprecated, so let's
add a check and ignore any non-current output events.
2026-02-13 02:52:40 +01:00
Fredia Huya-Kouadio
0ad63522d7
Quick fix to address https://github.com/godotengine/godot/issues/115924
...
The fix resets the Android global vulkan context when running in XR mode to allow the XR module to drive the initialization via vulkan hooks.
2026-02-12 14:14:23 -08:00
Simon Döhl
51582b3fd6
Fix wrong Ref checks in ScriptTextEditor
2026-02-12 17:19:43 +01:00
Mikael Hermansson
1c16c4fdcc
Add ability for Area3D to detect/influence SoftBody3D with Jolt Physics
...
Co-authored-by: Jorrit Rouwe <jrouwe@gmail.com>
2026-02-12 16:30:05 +01:00
Thaddeus Crews
20d58a38c6
Merge pull request #116168 from Rindbee/fix-wide-table
...
Fix the table is too wide when using indentation in `RichTextLabel`
2026-02-12 08:19:19 -06:00
Thaddeus Crews
553315ced8
Merge pull request #92282 from KoBeWi/PropertyListHelper_never_stops
...
Add PropertyListHelper to Curves
2026-02-12 08:19:18 -06:00
Thaddeus Crews
2d5b30c476
Merge pull request #115963 from blueskythlikesclouds/reduce-includes-to-rd
...
Reduce includes to rendering device.
2026-02-12 08:19:16 -06:00
Thaddeus Crews
3294d50d82
Merge pull request #116075 from ryevdokimov/arc-sync
...
Fix gizmo rotation arc and applied transform not being in sync
2026-02-12 08:19:15 -06:00
Thaddeus Crews
fde9658a3e
Merge pull request #94496 from DarkKilauea/rendering/hdr-output
...
[Windows] Support output to HDR monitors
2026-02-12 08:19:13 -06:00
Josh Jones
b8389cc76b
Support output to HDR monitors
...
Co-authored-by: Alvin Wong <alvinhochun@gmail.com>
Co-authored-by: Allen Pestaluky <allenpestaluky@gmail.com>
2026-02-11 22:13:26 -07:00
X23
94591b8971
Fix thread safety of physics interpolation
2026-02-12 11:31:26 +08:00
kobewi
e6ee72828f
Add PropertyListHelper to Curves
2026-02-11 20:25:27 +01:00
Robert Yevdokimov
d613138aa4
Fix gizmo rotation arc and applied transform not being in sync
2026-02-11 13:02:37 -05:00
Thaddeus Crews
40448082ab
Merge pull request #115728 from Chaosus/shader_fix_builtin_func_mismatch
...
Fix GDShader min/max functions return value type mismatch
2026-02-11 10:27:09 -06:00
Thaddeus Crews
c6f1ad6b09
Merge pull request #116071 from zinefer/bugfix-c-sharp-build-on-windows-network-share
...
Replace `//` with `\\` before sending project path to MSBuild
2026-02-11 10:27:08 -06:00
Thaddeus Crews
487896096c
Merge pull request #116155 from clayjohn/sky-radiance-seam
...
Add compatibility fallback to textureLod when reading from RADIANCE
2026-02-11 10:27:06 -06:00
Thaddeus Crews
724ab21eb3
Merge pull request #116154 from clayjohn/sky-roughness
...
Restore default sky roughness levels to 8.
2026-02-11 10:27:05 -06:00