Commit Graph

82764 Commits

Author SHA1 Message Date
Infiland 205d36ace2 Fix non-positive frame numbers misaligned in FPS mode 2026-04-07 12:12:02 +02:00
Thaddeus Crews 46c55c83ba Merge pull request #118008 from KoBeWi/split_ratio'd
Increase available space for array properties
2026-04-06 13:02:28 -05:00
Thaddeus Crews fdc9f35119 Merge pull request #117148 from blueskythlikesclouds/rt-api-adjustments
Raytracing API adjustments.
2026-04-06 13:02:27 -05:00
Thaddeus Crews 0afbee0099 Merge pull request #116159 from ryevdokimov/fix-gizmo-handle-highlight
Immediately update transform gizmo handle highlight when changing tool modes
2026-04-06 13:02:26 -05:00
Thaddeus Crews 1bae2fc524 Merge pull request #117882 from Goldenlion5648/click-to-copy
Make click to copy more visible
2026-04-06 13:02:25 -05:00
Thaddeus Crews a7060f5c86 Merge pull request #113605 from TokageItLab/mod-optimize
Optimize SkeletonModifier3D Influence interpolation
2026-04-06 13:02:23 -05:00
Thaddeus Crews 03723198e0 Merge pull request #118163 from AltayEvrenOzsan/fix/texture-blit-math-constants
Added math constants to texture-blit
2026-04-06 13:02:22 -05:00
Thaddeus Crews f7692aa47d Merge pull request #118220 from StarryWorm/modernize-test-creator
Modernize `create_test.py`
2026-04-06 13:02:21 -05:00
Thaddeus Crews 7c720b815f Merge pull request #117710 from HolonProduction/lsp/text-edit-string
LSP: Calculate simple string insertions on the server-side
2026-04-06 13:02:20 -05:00
Thaddeus Crews d31bf4c829 Merge pull request #114598 from HolonProduction/lsp/snippet-insert-braces
LSP: When supported use snippet insert mode to add closing braces
2026-04-06 13:02:18 -05:00
Thaddeus Crews 5b22f33d11 Merge pull request #115851 from HolonProduction/lsp/optimize-usages-in-file
LSP: Optimize `find_usages_in_file`
2026-04-06 13:02:17 -05:00
Thaddeus Crews 761eb2d47c Merge pull request #99899 from dalexeev/gds-group-similar-error-tests
GDScript: Group similar analyzer/runtime error tests into single files
2026-04-06 13:02:15 -05:00
Thaddeus Crews d261582d25 Merge pull request #118197 from mihe/jolt/body-env-update
Jolt: Update `RigidBody3D` environmental properties more appropriately
2026-04-06 13:02:14 -05:00
Thaddeus Crews 29a3914309 Merge pull request #116345 from TokageItLab/tl-exp
Expand timeline length spinner in AnimationTimelineEdit
2026-04-06 13:02:14 -05:00
Thaddeus Crews abfb91d1e2 Merge pull request #117959 from TokageItLab/fix-splineik
Fix SplineIK crash cases
2026-04-06 13:02:13 -05:00
Thaddeus Crews 07b6f87522 Merge pull request #118205 from deralmas/wl/libdecor-earlier
Wayland: Initialize libdecor earlier
2026-04-06 13:02:11 -05:00
Thaddeus Crews 201a68f700 Merge pull request #117771 from Calinou/lightmapgi-fix-compatibility-probe-update-speed
Fix LightmapGI probe update speed setting not applying in Compatibility
2026-04-06 13:02:10 -05:00
Thaddeus Crews d91e97967d Merge pull request #118159 from TokageItLab/cpp3d
Fix compressed Pos3D track interpolation
2026-04-06 13:02:09 -05:00
Thaddeus Crews a0e5996d82 Merge pull request #118062 from QbieShay/qbe/fix-subemitter-velocity
Fix subemitted particles not taking parent velocity into account
2026-04-06 13:02:08 -05:00
Altay Evren Özsan d18e225ba5 Added math constants to texture-blit
Fixes #118144

Fixed an issue where texture-blit shader was failing to compile when using some math constants because the code was incorrectly passing name strings into the shader
2026-04-05 22:45:50 +03:00
StarryWorm 3778da1f36 Modernize create_test.py 2026-04-05 13:09:51 -04:00
Silc Lizard (Tokage) Renew 5796bf3ad3 Optimize SkeletonModifier3D Influence interpolation 2026-04-06 01:46:59 +09:00
Qbieshay b84b20ae96 Fix subemitted particles not taking parent velocity into account
Co-authored-by: Patrick Exner (FlameLizard) <patrick.exner1@web.de>
2026-04-05 18:16:59 +02:00
Mikael Hermansson 64cf02362a Jolt: Update RigidBody3D environmental properties more appropriately 2026-04-05 17:41:15 +02:00
Silc Lizard (Tokage) Renew 60a44ecddd Expand timeline length spinner in AnimationTimelineEdit 2026-04-05 16:35:40 +09:00
Dery Almas ac913816d4 Wayland: Initialize libdecor earlier
It has its own bookkeeping which would not immediately initialize in
certain setups, leading to crashes.
2026-04-04 23:09:22 +02:00
kobewi 7cba8b830a Increase available space for array properties 2026-04-03 23:07:40 +02:00
Thaddeus Crews ee713ccb7c Merge pull request #118129 from Mister-Ky/patch-1
Remove the double inclusion of `os.h` in `os.cpp`
2026-04-03 11:52:23 -05:00
Thaddeus Crews e37b5c4035 Merge pull request #118076 from allenwp/output-max-linear-value-events
[Apple, Wayland] HDR Output: Emit window events when HDR state changes
2026-04-03 11:52:22 -05:00
Thaddeus Crews a70b7ad1e6 Merge pull request #115666 from DarkKilauea/rendering/hdr-output-changed
[Windows] HDR Output: Emit window events when HDR state changes
2026-04-03 11:52:20 -05:00
Thaddeus Crews 376b3b041e Merge pull request #118080 from mihe/less-transform-notifications
Only propagate physics server transforms when different
2026-04-03 11:52:19 -05:00
Thaddeus Crews a987bcc2f5 Merge pull request #118148 from ArchercatNEO/libdecor-broke-again
Wayland: Fix building with `libdecor=no`
2026-04-03 11:52:18 -05:00
Thaddeus Crews ab43b15f2f Merge pull request #117883 from HolonProduction/lsp/rm-make-completion-item
LSP: Remove unused `DocumentSymbol::make_completion_item`
2026-04-03 11:52:17 -05:00
Thaddeus Crews 3b2dabf339 Merge pull request #118015 from akien-mga/node-get_path_to-explicit-error-no-common-parent
Make `Node.get_path_to()` error user-friendly when there is no common parent
2026-04-03 11:52:15 -05:00
Thaddeus Crews c068a92e19 Merge pull request #116024 from Chubercik/thorvg-1.0.0
thorvg: Update to 1.0.3
2026-04-03 11:52:14 -05:00
Skyth e16a299a86 Raytracing API adjustments. 2026-04-03 18:06:34 +03:00
Silc Lizard (Tokage) Renew 4be9467644 Fix compressed Pos3D track interpolation 2026-04-03 23:38:00 +09:00
ArchercatNEO 1d14370d55 Wayland: Fix building with libdecor=no 2026-04-03 10:08:11 +01:00
Rémi Verschelde 3911e0963d Merge pull request #118126 from StarryWorm/fix-CI-clangdtidy
Fix CI errors after recent merge batches
2026-04-02 21:36:00 +02:00
StarryWorm a88418e2ae Fix CI errors 2026-04-02 15:04:02 -04:00
Mister Ky 5b14f4c6a2 remove the double inclusion of os.h in os.cpp 2026-04-02 21:43:39 +03:00
Thaddeus Crews 33536fbe11 Merge pull request #118096 from uno1982/mobile-haptic-editor-restart
Android: Add missing set_restart_if_changed for haptic_on_long_press
2026-04-02 12:33:25 -05:00
Thaddeus Crews 40a377e434 Merge pull request #118117 from Raftatul/remove-dead-code
Removed dead code
2026-04-02 12:33:24 -05:00
Thaddeus Crews 7351e6909b Merge pull request #116962 from blueskythlikesclouds/blas-create-api-change
Refactor `blas_create` to accept multiple geometries.
2026-04-02 12:33:23 -05:00
Thaddeus Crews 53a957907e Merge pull request #118082 from blueskythlikesclouds/fix-rt-shader-header-gen
Fix RD header generation for raytracing shaders.
2026-04-02 12:33:22 -05:00
Thaddeus Crews 54bac151e5 Merge pull request #118089 from ryevdokimov/zoom-fix
Fix 3D zoom indicator not showing in editor
2026-04-02 12:33:20 -05:00
Thaddeus Crews 0df88c38e1 Merge pull request #117633 from Goldenlion5648/search-shortcuts-by-path
Allow searching editor shortcuts by path
2026-04-02 12:33:19 -05:00
Thaddeus Crews a53c795c78 Merge pull request #117463 from Goldenlion5648/inspector-property-expand
Expand inspector sections while searching
2026-04-02 12:33:18 -05:00
Thaddeus Crews ab23d15e17 Merge pull request #118063 from aaronfranke/view-gdextension
Allow viewing GDExtensions from inside project settings
2026-04-02 12:33:16 -05:00
Thaddeus Crews b67c81308b Merge pull request #110287 from carsonetb/master
Fix uniforms break particle shaders after conversion from a `ParticleProcessMaterial`
2026-04-02 12:33:15 -05:00