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
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
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
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
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
Skyth
e16a299a86
Raytracing API adjustments.
2026-04-03 18:06:34 +03: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
872cfabf3d
Merge pull request #79731 from Calinou/viewport-add-nearest-3d-scaling
...
Add a nearest-neighbor scaling option to Viewport's Scaling 3D Mode property
2026-04-02 12:33:13 -05:00
Allen Pestaluky
f9145cbc72
Add HDR events for Wayland and Apple display servers
...
Co-authored-by: ArchercatNEO <tururu.pompella@gmail.com >
2026-04-02 12:50:38 -04:00
Thaddeus Crews
137fa73ed4
Merge pull request #118054 from demolke/label
...
Retrieve drive information only when needed
2026-04-01 18:10:32 -05:00
Thaddeus Crews
eda3dc13b9
Merge pull request #109142 from QbieShay/qbe/particle-process-windown
...
Extra particle tools for seeking
2026-04-01 18:10:08 -05:00
demolke
e79ab92ed1
Retrieve drive information only when needed
...
Also fix the call to GetVolumeInformationW which requires trailing slash
https://learn.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-getvolumeinformationw
2026-04-01 01:12:29 +02:00
Thaddeus Crews
cec809c09e
Merge pull request #115437 from bruvzg/macos_sigh
...
Define `sighandler_t` only if `_GNU_SOURCE` is not defined.
2026-03-30 13:35:43 -05:00
Thaddeus Crews
213e805487
Merge pull request #116198 from bruvzg/win_names
...
[Windows] Disallow file/folder names ending with period and space.
2026-03-30 13:35:37 -05:00
Thaddeus Crews
656a268688
Merge pull request #117010 from bruvzg/voll_name_win
...
[Windows] Show drive names in file dialog.
2026-03-30 13:35:34 -05:00
Rémi Verschelde
2af785641a
Merge pull request #117819 from bruvzg/metal_264
...
Fix Metal driver build with Xcode 26.4.
2026-03-28 11:15:45 +01:00
StarryWorm
4ae336740d
Add missing resource_*.h includes
...
Add missing `resource_importer.h` includes
Add missing `resource_loader.h` includes
Add missing `resource_saver.h` includes
2026-03-27 07:03:39 -04:00
Qbieshay
158d8784c3
Add parameter to request_process_time to have particle process without
...
emission.
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com >
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2026-03-27 11:57:08 +01:00
Rémi Verschelde
89379c4fcf
Merge pull request #117740 from Josvanegmond/patch-1
...
[Accessibility] Fix `update_set_name` setting a space character as the node label when name and `name_extra_info` is empty
2026-03-26 16:01:34 +01:00
Rémi Verschelde
e030230a99
Merge pull request #117445 from bruvzg/angle_no_dyn
...
[macOS/Windows] Remove dynamically linked ANGLE support, add flag to enable/disable ANGLE.
2026-03-26 16:01:25 +01:00
Rémi Verschelde
231b5dc0d4
Merge pull request #117142 from blueskythlikesclouds/compatibility-canvas-background-exposure-fix
...
Fix exposure not working with canvas background on Compatibility.
2026-03-26 16:01:20 +01:00
Rémi Verschelde
e3d3689a0c
iOS: Fix missing thread_safe.h include after refactors
2026-03-25 12:05:58 +01:00
Pāvels Nadtočajevs
c9c58020d8
Fix Metal driver build with Xcode 26.4.
2026-03-25 12:56:24 +02:00
Hugo Locurcio
5df0c8b271
Add a nearest-neighbor scaling option to Viewport's Scaling 3D Mode property
...
This is useful for 3D games with a pixel art appearance, or when
using a resolution scale of `0.5` to improve performance without
compromising crispness too much when not using FSR 1.0.
The property hints now allow decreasing the scale further to accomodate
for pixel art use cases, as well as increased precision in the value
(useful for a scale of `0.3333`).
Co-authored-by: Daniel Savage <dansvg@gmail.com >
Co-authored-by: Kaleb Reid <78945904+Kaleb-Reid@users.noreply.github.com >
2026-03-25 00:05:54 +01:00
Jos van Egmond
3ade83cd1b
Fix (accessibility): strip spaces and only set label if full name is not empty.
...
When no name and extra info is set, it would still add a space. is_empty() would never be true. The space character would be set as label and screen readers are prompted to read it with various output. Fixed by stripping spaces.
2026-03-24 00:43:34 +01:00
Hugo Locurcio
ee8aa5176b
Fix LightmapGI probe update speed setting not applying in Compatibility
...
This now applies the setting on project launch like in Forward+/Mobile.
Runtime changes with `RenderingServer.lightmap_set_probe_capture_update_speed()`
were already functional.
2026-03-23 23:58:34 +01:00
Rémi Verschelde
cd8ee7d229
Merge pull request #116620 from QbieShay/qbe/rework-align-rotation
...
Improve options for orienting particles in space
2026-03-23 22:34:16 +01:00
Rémi Verschelde
7958080d65
Merge pull request #116220 from dsnopek/foveated-rendering-vulkan-subsampled-image
...
OpenXR: Allow using Vulkan subsampled images with foveated rendering
2026-03-23 22:34:11 +01:00
Rémi Verschelde
c3169e09e1
Merge pull request #117744 from stuartcarnie/issue_117693_metal_crash
...
Metal: Fix crash accessing `NULL` PixelFormats
2026-03-23 12:58:29 +01:00
Pāvels Nadtočajevs
5fc9f6b3d9
[macOS/Windows] Remove dynamically linked ANGLE support, add flag to enable/disable ANGLE.
...
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2026-03-23 13:01:25 +02:00
Stuart Carnie
541742e43a
Metal: Fix crash accessing NULL PixelFormats
...
Closes #117693
2026-03-23 10:56:04 +11:00
kleonc
73c860cde2
Fix GLES3 batching skipping rendering all items
2026-03-22 13:59:33 +01:00
Thaddeus Crews
fb4a304dee
Merge pull request #111965 from Ivorforce/memnew-typed
...
Make `memnew(RefCounted)` return `Ref`, to improve ownership safety
2026-03-19 15:39:15 -05:00
Thaddeus Crews
013fc6f92a
Merge pull request #114102 from AR-DEV-1/13823-imp
...
Add tilde symbol (~) to the FileDialog
2026-03-19 10:20:04 -05:00
Qbieshay
113ace0cd3
Add options for billboarding on GPUParticles3D
...
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com >
2026-03-19 16:10:20 +01:00
Lukas Tenbrink
05c33acbb1
Make memnew(RefCounted) return Ref, to force callers to take ownership of it through a reference.
2026-03-18 20:34:08 +01:00
Rémi Verschelde
4336184ea4
Style: Tweak ordering of thirdparty includes with angle brackets
2026-03-18 10:41:59 +01:00
Rémi Verschelde
98868393cc
Style: Enforce #include validation hook
2026-03-18 10:41:59 +01:00
Rémi Verschelde
e33e98a26f
Style: Apply clang-format grouping rules
2026-03-17 20:11:01 +01:00
lawnjelly
6a3c9e5909
SCU - update to accelerate new folders
2026-03-17 08:55:36 +00:00
Rémi Verschelde
c40d3b9b0d
Merge pull request #117480 from akien-mga/clangd-misc-fixes
...
Misc includes or modernize fixes found via clangd-tidy
2026-03-16 23:41:23 +01:00
Rémi Verschelde
b8f501d37f
Merge pull request #116633 from jaypaik/fix/ios-propagate-vc-preferences-through-swiftui-hosting
...
iOS: Propagate VC UI preferences to SwiftUI hosting controller
2026-03-16 23:41:12 +01:00
Rémi Verschelde
7795057e4b
Misc includes or modernize fixes found via clangd-tidy
2026-03-16 21:38:26 +01:00
Thaddeus Crews
5d0a321575
Merge pull request #102987 from ArchercatNEO/wayland-hdr
...
[LinuxBSD] Add support for HDR output (Wayland)
2026-03-16 11:32:54 -05:00
Rémi Verschelde
874f500acb
Merge pull request #117469 from ssd3/fix/ios-static-lib-open-dynamic-library
...
[Apple Embedded] Fix static .a/.xcframework library loading in `open_dynamic_library`
2026-03-16 12:08:42 +01:00
Rémi Verschelde
967c23c6ce
Merge pull request #117359 from akien-mga/d3d12-cleanup-includes
...
Clean up includes in `drivers/d3d12`
2026-03-16 12:08:17 +01:00
ssd3
44541235ba
[Apple Embedded] Fix static .a/.xcframework library loading in open_dynamic_library
...
When a .a or .xcframework path is requested but not found on disk (because
it is already statically linked into the binary), the previous code set
`path = String()` and fell through to `dlopen("")`, which is undefined
behavior and bypasses the RTLD_SELF symbol lookup table used by
`get_dynamic_library_symbol_handle`. This caused GDExtension loading to
fail silently or with ERR_CANT_OPEN when building with vulkan=no on iOS.
Fix by returning RTLD_SELF early, consistent with the existing empty-path
case at the top of the function.
2026-03-16 10:15:37 +02:00
Rémi Verschelde
eda0a8d033
Clean up includes in drivers/d3d12
2026-03-14 22:39:01 +01:00
Rémi Verschelde
0d7bd115da
Remove unused includes in drivers with clangd-tidy
2026-03-14 22:38:02 +01:00
Rémi Verschelde
d9b81615e5
Remove unused includes in platform with clangd-tidy
...
Handled Linux, Windows, Android, and (partially) Web.
2026-03-14 22:37:05 +01:00