Timo Schwarzer
c3d96f262f
Add offset transform to Control nodes
2026-03-05 22:55:49 +01: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
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
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
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
Thaddeus Crews
c53965f13e
Merge pull request #116046 from chocola-mint/fix-#116002
...
Account for the current section when processing AnimationTracks
2026-02-11 10:27:04 -06:00
Thaddeus Crews
e4d449f4b4
Merge pull request #115871 from ryevdokimov/arc-line-snap
...
Fix transform gizmo rotation arc line not snapping with snap rotation
2026-02-11 10:27:03 -06:00
Thaddeus Crews
152f142788
Merge pull request #115992 from ryevdokimov/fix-trackball-highlight
...
Fix trackball not highlighting immediately when toggling `Use Trackball`
2026-02-11 10:27:01 -06:00
Thaddeus Crews
6330464fd9
Merge pull request #116041 from jrouwe/soft_body_mass
...
Jolt SoftBody3D: Make default mass 1 kg and fix stiffness conversion
2026-02-11 10:27:00 -06:00
Thaddeus Crews
4868c407ed
Merge pull request #116171 from Repiteo/revert-116080
...
Revert "Rearrange project loading init"
2026-02-11 10:26:59 -06:00
Thaddeus Crews
1fbbd665c6
Revert "Rearrange project loading init"
...
This reverts commit f5c27569f0 .
2026-02-11 08:30:48 -06:00
风青山
76a2ab7fbf
Fix the table is too wide when using indentation in RichTextLabel
...
Line indentation (offset) is not taken into account when calculating
the available width of the table.
However, when drawing a table, its offset takes into account line
indentation.
2026-02-11 20:15:08 +08:00
Clay John
69a923e340
Add compatibility fallback to textureLod when reading from RADIANCE
...
This is needed due to the discontinuity in the seam of the octahedral coordinates
2026-02-10 16:00:30 -08:00
Clay John
0063b4ebd6
Restore default sky roughness levels to 8. This helps smooth out rough non-metallic objects that have a very noisy HDRI
2026-02-10 15:19:52 -08:00
Fredia Huya-Kouadio
8d14a178e9
Implement project.godot file associations for the Android editor
2026-02-10 14:13:07 -08:00
Thaddeus Crews
92a90a8e6f
Merge pull request #114558 from Chaosus/fix_precision
...
Fix parameter precision for `ease`/`step_decimals` function
2026-02-10 10:34:39 -06:00
Thaddeus Crews
07f6c64c18
Merge pull request #116125 from JohanAR/fix-dyn-lib-missing-log
...
Print file path when failing to load dynamic library
2026-02-10 10:34:38 -06:00
Thaddeus Crews
da0250c0f0
Merge pull request #116088 from sockeye-d/docs/font-ascent-descent
...
Fix Font's documentation for `ascent`/`get_descent`
2026-02-10 10:34:37 -06:00
Thaddeus Crews
b205e5fd20
Merge pull request #116140 from Repiteo/revert
...
Revert "Change curve range for particle multipliers"
2026-02-10 10:34:36 -06:00
Thaddeus Crews
d61fc4529f
Merge pull request #116032 from BrotherShort/fix-inaccurate-tree-relationship-lines
...
Fix inaccurate tree relationship lines
2026-02-10 10:34:35 -06:00
Thaddeus Crews
0808e47eff
Merge pull request #115904 from HEX-23/feature-fix_ssr
...
Fix inconsistent SSR blurriness on rough surfaces.
2026-02-10 10:34:34 -06:00
Thaddeus Crews
ba5a0758e9
Revert "Change curve range for particle multipliers"
...
This reverts commit c6021f1e5b .
2026-02-10 09:58:58 -06:00
Thaddeus Crews
ec297f8bb3
Merge pull request #114717 from TokageItLab/gizmo-opt
...
Add `view_plane_rotation_gizmo_scale` to EditorSettings & make color darken
2026-02-10 08:29:45 -06:00
Thaddeus Crews
fe039cc6cd
Merge pull request #116117 from Repiteo/ci/all-tests
...
CI: Ensure tests are built for all actions
2026-02-10 08:29:44 -06:00
Thaddeus Crews
486c73409a
Merge pull request #115856 from ryevdokimov/begin-rotate-trackball
...
Make consecutive presses of `Begin Rotate Transformation` shortcut enable trackball rotation
2026-02-10 08:29:43 -06:00
Thaddeus Crews
0dc5c0ad36
Merge pull request #116107 from clayjohn/volumetric-fog-early-out
...
Use transmittance instead of opacity in the early-out branch when calculating volumetric fog
2026-02-10 08:29:42 -06:00
Thaddeus Crews
49ddb94a93
Merge pull request #116106 from ghsoares/docs-fix-get-velocity-at-local-position
...
Fix documentation for `get_velocity_at_local_position`
2026-02-10 08:29:41 -06:00
Thaddeus Crews
c2b5ff3369
Merge pull request #115394 from dugramen/conic-gradient
...
Add conic gradient to GradientTexture2D
2026-02-10 08:29:40 -06:00
Thaddeus Crews
c44b01cd1f
Merge pull request #104736 from szunami/master
...
Add one-way collision direction for CollisionShape2Ds
2026-02-10 08:29:38 -06:00
Skyth
8fbf2f1e14
Reduce includes to rendering device.
...
Co-authored-by: Lukas Tenbrink <lukas.tenbrink@gmail.com>
2026-02-10 16:58:50 +03:00
X23
fe8709d077
Fix inconsistent SSR blurriness on rough surfaces.
2026-02-10 21:12:35 +08:00
Johan Aires Rastén
2acdfdbbbc
Print file path when failing to load dynamic library
2026-02-10 13:34:26 +01:00
Robert Yevdokimov
c899f017e2
Make it so consecutive presses of Begin Rotate Transformation shortcut enables trackball rotation
2026-02-09 18:19:53 -05:00