bafbde9f4b
Clear RIDs of weight buffers when freeing to avoid double free
2024-04-09 17:52:05 -07:00
6c57928063
Merge pull request #90450 from akien-mga/scons-fix-scu-windows
...
SCons: Fix SCU build regression on Windows
2024-04-09 22:29:47 +02:00
0993df8be3
Merge pull request #90431 from mihe/import-flag
...
Add `--import` command-line flag
2024-04-09 22:29:44 +02:00
d3d10b55b4
Merge pull request #90422 from bruvzg/net_no_native_embed
...
[.NET] Disable output embedding on macOS, move it to the advanced options on other platforms.
2024-04-09 22:29:41 +02:00
78fade3809
Merge pull request #89874 from jsjtxietian/path2d
...
Fix Path2D's add new point's UndoRedo bug
2024-04-09 22:25:18 +02:00
9a9045cf7a
Merge pull request #89382 from dcaoc03/master
...
Fix enum autocompletion for core classes
2024-04-09 22:25:13 +02:00
c8fb248f92
Merge pull request #88056 from BastiaanOlij/gles_reflection_probes
...
Add reflection probe support to compatibility renderer
2024-04-09 22:25:07 +02:00
f94bf175df
Merge pull request #87466 from BastiaanOlij/fix_openxr_render_target_multiplier
...
OpenXR: Cleanup swapchain logic (was Fix render target multiplier)
2024-04-09 22:25:03 +02:00
bff6955459
Merge pull request #85024 from Jordyfel/moving-scripts-of-types-of-exported-typed-arrays
...
When saving a resource with an exported typed array, check whether the type is an external resource
2024-04-09 22:25:00 +02:00
f8ca571efe
Merge pull request #84043 from dalexeev/gds-fix-unsafe-cast-warning
...
GDScript: Fix `UNSAFE_CAST` warning
2024-04-09 22:24:55 +02:00
9ad140f4f2
SCons: Fix SCU build regression on Windows
...
PR #89452 made assumptions on comparing paths as strings
which doesn't work when composing them as POSIX paths (`/`)
but processing them on NT (`\`, `\\`).
2024-04-09 22:18:37 +02:00
bf558adcdd
[.NET] Disable output embedding on macOS, move it to the advanced options on other platforms.
2024-04-09 17:47:39 +03:00
9d01793dff
Add --import command-line flag
2024-04-09 15:18:59 +02:00
82de00a174
Type of exported typed array can be external resource
2024-04-09 15:28:42 +03:00
a7b860250f
Merge pull request #90419 from dalexeev/gds-fix-hl-esc-multiline-r-strings
...
GDScript: Fix highlighting escapes in multiline raw strings
2024-04-09 10:42:45 +02:00
a445f6bf69
Merge pull request #90415 from YeldhamDev/yet_another_meta_added
...
Fix `TabContainer` desync when tabs share names
2024-04-09 10:42:42 +02:00
8c6e8c72a2
Merge pull request #90414 from jsjtxietian/assign-crash
...
Fix `_node_assign` will crash when `base_node` is nullptr
2024-04-09 10:42:38 +02:00
dfcf803724
Merge pull request #90255 from Jabberdrake/bugfix-new
...
Fix 3d axes flickering in the negative direction when extremely zoomed out
2024-04-09 10:42:35 +02:00
dcf17cbb11
Merge pull request #89931 from timothyqiu/relax
...
Relax grid parameter constraints in texture region editor
2024-04-09 10:42:32 +02:00
3c4c79c65a
Merge pull request #89803 from timothyqiu/xfce4-terminal
...
Add necessary flags when opening directory with xfce4-terminal
2024-04-09 10:42:27 +02:00
9cba6ec216
Merge pull request #89491 from thimenesup/compute_dispatch_indirect
...
Expose bindings to compute dispatch indirect of rendering device
2024-04-09 10:42:22 +02:00
964684b6e3
Merge pull request #69662 from kkoang/patch-1
...
doc: Use `Signal.emit` instead of `emit_signal` in Object examples
2024-04-09 10:42:15 +02:00
a53841021c
Fixes 3D axes flickering in the negative direction
...
When zooming out in the 3d node editor view, the negative half
of all 3d axes starts flickering upon moving the camera. To fix this,
the logic surrounding 3d transform "scaled" and "translated" calls has
been altered so as to account for negative distance values.
Fixes #89215 .
2024-04-09 10:38:22 +02:00
3286e191f3
doc: Use Signal.emit instead of emit_signal in Object examples
2024-04-09 10:35:15 +02:00
98dac9e39c
GDScript: Fix highlighting escapes in multiline raw strings
2024-04-09 10:21:10 +03:00
c388fe2ba7
OpenXR: Improve swapchain logic and fix swapchain update when render target multiplier is changed.
2024-04-09 16:56:39 +10:00
509d8dba2a
Add reflection probe support to compatibility renderer using 2 probe approach.
2024-04-09 16:53:28 +10:00
adea1a4b9b
Fix TabContainer desync when tabs share names
2024-04-09 02:02:05 -03:00
7d4bdcf80a
Fix _node_assign will crash when base_node is nullptr
2024-04-09 12:37:32 +08:00
9d6bdbc56e
Merge pull request #90406 from akien-mga/sync-controllerdb
...
Sync controller mappings DB with SDL 2 community repo
2024-04-08 23:04:41 +02:00
3d382c16ab
Merge pull request #90404 from aaronp64/zipreader_empty_error
...
Fix `ZIPReader.get_files()` error on empty zip files
2024-04-08 23:04:35 +02:00
6772047e50
Sync controller mappings DB with SDL 2 community repo
...
Synced with mdqinc/SDL_GameControllerDB@4c9b8dace8
2024-04-08 22:22:30 +02:00
2dad2fbce2
Fix ZIPReader.get_files() error on empty zip files
...
Added check for empty zip file before trying to look at first file
Fixes #90388
2024-04-08 15:57:35 -04:00
dd926b9132
Merge pull request #90398 from KoBeWi/secret_features 👀
...
Add tests for signal await with parameters
2024-04-08 21:56:15 +02:00
ec773fdc61
Merge pull request #90396 from kleonc/rendering-server-instance-set-transform-document-it-is-global
...
Fix `RenderingServer.instance_set_transform` docs saying it's not global
2024-04-08 21:56:12 +02:00
d2c7f09353
Merge pull request #90387 from AThousandShips/console_wrap_fix
...
[Windows] Support all possible suffixes for console wrapper
2024-04-08 21:56:05 +02:00
8017c8cf21
Expose bindings to compute dispatch indirect rendering device
2024-04-08 20:46:53 +02:00
809c6817be
Add tests for signal await with parameters
2024-04-08 19:12:01 +02:00
01b029f0a5
Fix RenderingServer.instance_set_transform docs saying it's not global
2024-04-08 18:47:29 +02:00
0c6b5efab3
Merge pull request #90391 from AThousandShips/xr_bind_fix
...
[XR] Fix binds for composition layer virtuals
2024-04-08 18:42:44 +02:00
0d0d23cb61
Merge pull request #90377 from melquiadess/add-post-notification-permission-to-a-list-of-available-permissions
...
Android: Add `POST_NOTIFICATIONS` permission to the list of permissions available in the Export dialog
2024-04-08 18:42:41 +02:00
0fd440e95f
Merge pull request #90374 from BastiaanOlij/openxr_refresh_rate_signal
...
OpenXR: Add refresh rate signal support
2024-04-08 18:42:38 +02:00
5c5563f9c9
Merge pull request #90022 from YeldhamDev/debug_tree_fix
...
Fix debugger tree error on editor start
2024-04-08 18:42:34 +02:00
429bf0281c
Merge pull request #89810 from Geometror/fix-79417
...
[VisualShader] Remove invalid graph connections when ports are removed
2024-04-08 18:42:30 +02:00
c3a8da6d9a
Merge pull request #89316 from Mickeon/codeblock-highlighting-text-ohmygoodness
...
Use `[codeblock lang=text]` more often in class reference
2024-04-08 18:42:23 +02:00
730cfdde66
[XR] Fix binds for composition layer virtuals
2024-04-08 17:28:26 +02:00
07c73063e3
[Windows] Support all possible suffixes for console wrapper
2024-04-08 16:42:29 +02:00
328b00774b
Use [codeblock lang=text] more often in class ref
2024-04-08 16:17:50 +02:00
dc91479082
Merge pull request #90382 from RandomShaper/win_focus_fix
...
Windows: Fix mouse handling regression
2024-04-08 15:54:32 +02:00
0b9b479ba7
[VisualShader] Remove invalid graph connections when ports are removed
...
Co-authored-by: EddieBreeg <eddiebreeg0@protonmail.com >
2024-04-08 15:31:27 +02:00