Thaddeus Crews
223c9417bd
Merge pull request #115632 from akien-mga/gles3-split-platform-egl
...
GLES3: Split EGL includes in `platform_egl.h`
2026-04-07 06:44:49 -05:00
Thaddeus Crews
df7e539878
Merge pull request #118165 from shiena/feature/update-apple-camera
...
Fix camera docs and port missing features to camera_apple
2026-04-07 06:44:48 -05:00
Thaddeus Crews
f3dfd4bf33
Merge pull request #118244 from bruvzg/winrt_fixes
...
[Windows] WinRT build improvements.
2026-04-07 06:44:47 -05:00
Thaddeus Crews
83aef4c70d
Merge pull request #118114 from chocola-mint/fix-#118101
...
Fix incorrect animation section when playing a custom timeline with stretched time scale.
2026-04-07 06:44:46 -05:00
Thaddeus Crews
8f0ebc2f2b
Merge pull request #117754 from allenwp/renderer_selector_editor_setting
...
Hide renderer selector in main editor window and add editor setting
2026-04-07 06:44:44 -05:00
Thaddeus Crews
cd32d9949f
Merge pull request #118083 from allenwp/hdr-macos-vulkan
...
Add HDR output support to Vulkan on macOS.
2026-04-07 06:44:43 -05:00
Rémi Verschelde
7567211e8b
GLES3: Split EGL includes in platform_egl.h
...
EGL brings in platform-specific headers such as the dreaded `windows.h`,
and `platform_gl.h` is used throughout `drivers/gles3` for basic OpenGL
types such as `GLuint`. We don't want `windows.h` pollution there.
Note for Android: EGL seems used explicitly only via `rasterizer_gles3.cpp`
to enable GL debug printing, and some custom stuff in `config.cpp`.
2026-04-07 12:07:22 +02:00
Pāvels Nadtočajevs
f867029abf
[Windows] WinRT build improvements.
...
Adds warning and link to the script when winrt headers are missing.
Adds CXXFLAG to fix build with old (Windows 10) SDKs.
Moves WinRT from `github.com/bruvzg/winrt_mingw` to `github.com/godotengine/winrt_mingw`.
2026-04-07 12:01:03 +03: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
Allen Pestaluky
0810756a9f
Add HDR output support to Vulkan on macOS.
...
Co-authored-by: Josh Jones <kilauea.jones@gmail.com >
Co-authored-by: Stuart Carnie <stuart.carnie@gmail.com >
2026-04-06 11:11:18 -04: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
KOGA Mitsuhiro
0284ce33b5
Improve camera_apple robustness and lifecycle handling
...
- App pause/resume: Stop camera capture on background transition and
restore on foreground, preventing resource leaks
- Row stride: Handle pixel buffer row stride != width to prevent
data corruption on devices with padded buffers
- Device lock: Track lock state and properly unlock on deactivation
- Input/output validation: Check canAddInput/canAddOutput before
adding to capture session, with proper cleanup on failure
2026-04-04 01:43:25 +09: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
KOGA Mitsuhiro
2797e93dc4
Fix outdated iOS camera instructions in CameraFeed docs
...
Update CameraFeed.xml to reference EditorExportPlatformIOS.modules/camera
instead of the removed godot-ios-plugins repository, matching the already
updated CameraServer.xml documentation.
2026-04-03 16:36:33 +09: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