Commit graph

81311 commits

Author SHA1 Message Date
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
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
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
Thaddeus Crews
486abd481a
CI: Ensure tests are built for all actions
- Does NOT guarantee they're used, only that they build
2026-02-09 15:25:30 -06:00
Thaddeus Crews
833889aec0
Merge pull request #115710 from syntaxerror247/fix-seek
Fix `FileAccess.seek_end` behavior on Android
2026-02-09 15:07:07 -06:00
Thaddeus Crews
e067a686b3
Merge pull request #115933 from m4gr3d/fix_test_color_breaking_on_android
Fix `TestColor` build failure on Windows
2026-02-09 15:07:06 -06:00
Thaddeus Crews
807ece13af
Merge pull request #112887 from nikitalita/bind-editor-file-system-is-importing
Bind `EditorFileSystem::is_importing()`
2026-02-09 15:07:05 -06:00
Thaddeus Crews
86508ea17b
Merge pull request #115993 from xuhuisheng/dev/anim-map
Fix AHashMap realloc cause AnimationPlayer crash, second try
2026-02-09 15:07:04 -06:00
Thaddeus Crews
b6b7f5a9de
Merge pull request #115767 from DexterFstone/Add-a-script-editor-keyboard-shortcut-to-show-the-documentation-tooltip-for-the-word-the-caret-is-on
Add a script editor keyboard shortcut to show the documentation tooltip for the word the caret is on
2026-02-09 15:07:03 -06:00
Thaddeus Crews
6c72a8a311
Merge pull request #115702 from notroid5/master
Improve ProcessMode docs
2026-02-09 15:07:02 -06:00
Thaddeus Crews
ca281b0b2d
Merge pull request #116080 from GammaGames/plugins_then_autoloads
Fix custom importers do not work with singletons
2026-02-09 15:07:01 -06:00
Thaddeus Crews
2a5a740bde
Merge pull request #115855 from ryevdokimov/instant-feedback
Show viewport messages and rotation line instantly on instant transforms
2026-02-09 15:07:00 -06:00
Thaddeus Crews
0e56b6f8e1
Merge pull request #116078 from ryevdokimov/custom-gizmo-commit-message
Fix viewport text not clearing after commit/cancel of custom editor gizmo handles
2026-02-09 15:06:59 -06:00
Thaddeus Crews
b79e1f36ef
Merge pull request #116012 from HEX-23/feature-fix_atomic_flag_node3d
Fix erroneous use of atomic in the dirty flags of Node3D
2026-02-09 15:06:59 -06:00
Thaddeus Crews
44d2f87432
Merge pull request #116105 from mihe/zero-node-path-padding
Zero out padding in `NodePath` serialization
2026-02-09 15:06:58 -06:00
Thaddeus Crews
64b2841d91
Merge pull request #116057 from kleonc/control_drag_resize_non_zero_pivot_offset_ratio_fix
Fix drag-resizing `Control` with non-zero `pivot_offset_ratio`
2026-02-09 15:06:57 -06:00
Thaddeus Crews
29c0caaa84
Merge pull request #114534 from HolonProduction/rm-lsp-dead-code
LSP: Remove unused `ExtendGDScriptParser::get_member_completions`
2026-02-09 15:06:56 -06:00
Thaddeus Crews
cb8c64b96b
Merge pull request #115968 from cdemirer/dummy-player-is-part-of-the-tree
Fix double memdelete of `dummy_player`
2026-02-09 15:06:55 -06:00
Thaddeus Crews
ca0be38632
Merge pull request #116000 from HEX-23/feature-fix_threaded_tf
Fix `set_process_thread_group()` and transform notification of threaded-processing Node3Ds.
2026-02-09 15:06:52 -06:00
notroid5
0dd0df3b7b
Improve ProcessMode docs
Co-Authored-By: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
Co-Authored-By: notroid5 <87585310+notroid5@users.noreply.github.com>
2026-02-09 14:51:20 -06:00
Clay John
2343d36b43 Use transmittance instead of opacity in the early-out branch when calculating volumetric fog 2026-02-09 09:45:12 -08:00
Gabriel
2909a93b05 Fixed documentation for get_velocity_at_local_position 2026-02-09 14:38:26 -03:00
Mikael Hermansson
bfcd9be90d Zero out padding in NodePath serialization 2026-02-09 18:23:02 +01:00
BrotherShort
a8ae40d590 fix inaccurate tree relationship lines
Co-Authored-By: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
2026-02-09 20:14:55 +08:00
Rémi Verschelde
377b5a3175
Merge pull request #116006 from akien-mga/codeowners
Update CODEOWNERS after teams restructuring
2026-02-09 12:50:57 +01:00
fish
dce7bdf58f Fix Font's documentation to say that get_ascent and get_descent return the maximum ascent and descent 2026-02-09 02:54:24 -08:00
Jesse
f5c27569f0 Rearrange project loading init to fix #115618 2026-02-09 05:48:34 +00:00
Robert Yevdokimov
996353e457 Fix viewport text not clearing after commit/cancel of custom editor gizmo handles 2026-02-08 23:34:40 -05:00
kleonc
4e8d5062e6 Fix drag-resizing Control with non-zero pivot_offset_ratio 2026-02-08 20:18:39 +01:00
Silc Lizard (Tokage) Renew
9ebc4c3013 Add view_plane_rotation_gizmo_scale to EditorSettings 2026-02-08 18:50:49 +09:00
xuhuisheng
e3f73abe20 Fix AHashMap realloc cause AnimationPlayer crash, second try 2026-02-08 10:16:45 +08:00
Anish Kumar
0c89904687 Fix FileAccess.seek_end behavior on Android 2026-02-08 00:16:34 +05:30
X23
0b8651810f Fix erroneous use of atomic in the dirty flags of Node3D 2026-02-08 00:42:19 +08:00
Rémi Verschelde
c595203075
Update CODEOWNERS after teams restructuring 2026-02-07 15:04:39 +01:00
X23
44fa4a4cde Fix transform notification in threaded processing. 2026-02-07 17:51:30 +08:00