Thaddeus Crews
e3350cf4f2
Merge pull request #112790 from kleonc/tile_map_layer_fix_scene_tile_transformations
...
Fix `TileMapLayer` transformations for `Node2D` scene tiles
2025-11-17 19:36:09 -06:00
Thaddeus Crews
9e6fefd96e
Merge pull request #107154 from Calinou/3d-editor-light-theme-use-dark-background
...
Always use a dark background for 3D editor overlays even with light theme
2025-11-17 19:36:08 -06:00
Thaddeus Crews
131ba00a61
Merge pull request #112524 from TokageItLab/deterministic-ik
...
Add Deterministic option to IterateIK3D
2025-11-17 19:36:08 -06:00
Thaddeus Crews
f41c8464cc
Merge pull request #112770 from KoBeWi/underscore_undercover
...
Don't expose underscored signals
2025-11-17 19:36:07 -06:00
Hugo Locurcio
d823a69237
Always use a dark background for 3D editor overlays even with light theme
...
This results in better readability against mixed-color backgrounds,
as what you see in the 3D editor doesn't change depending on your editor theme.
This also tweaks the viewport zoom/speed label for better readability
by using a bold font and thicker outline.
2025-11-18 02:28:27 +01:00
Hugo Locurcio
ca987476d5
Make drag-and-dropped resources unique when holding Ctrl/Cmd in the editor
...
This uses the Make Unique action under the hood (not Make Unique (Recursive),
as the dialog fails to spawn just after a drag-and-drop operation).
2025-11-18 02:21:56 +01:00
Hugo Locurcio
afbefa6fc1
Replace spaces and use lowercase automatically for project manager tags
...
This makes the workflow of adding tags smoother by automatically
using valid tag names, rather than showing error messages.
This also strips edges when the field is submitted to avoid
leading/trailing underscores.
2025-11-18 02:06:24 +01:00
Hugo Locurcio
cbb8f55b96
Show a warning toast when saving a large text-based scene
...
Text-based scenes that contain large amounts of binary data
are slower to save and load. Their binary resources should be moved
to separate files, or the binary `.scn` format should be used instead.
2025-11-18 02:03:05 +01:00
Miracle Aigbogun
b630d374a2
Fixed validation error with export preset names
2025-11-17 18:41:06 -06:00
Hugo Locurcio
8a22dba956
Tweak high-end mark in the visual shader editor's node creation dialog
...
- Use Forward+/Mobile terminology as support actually depends on the
rendering method used, not the rendering driver.
- Use a standard warning color as this is no longer indicated as
Vulkan-specific.
- Fix color on light theme (the text was being modulated instead
of having its color overridden).
2025-11-18 01:40:49 +01:00
David Snopek
01a5ba4b9d
OpenXR: Add profiling macro for process, xrWaitFrame() and acquiring swapchain
2025-11-17 16:39:16 -06:00
dhoverb
665238e0fb
Implement XR_KHR_android_thread_settings
2025-11-17 22:15:03 +00:00
Silc Lizard (Tokage) Renew
38581121a4
Add argument p_reset to SpringBoneSimulator3D::_make_joints_dirty()
2025-11-18 07:13:36 +09:00
Silc Lizard (Tokage) Renew
3812c74eab
Add Deterministic option to IK
2025-11-18 07:13:17 +09:00
dhoverb
8adea5454e
OpenXR: Add OpenXRAPIExtension::update_main_swapchain_size()
2025-11-17 21:58:06 +00:00
nikitalita
8f60f9de69
add permissions/manage_media to android export
2025-11-17 12:05:02 -08:00
kobewi
448a605cec
Improve auto-translation of Debugger
2025-11-17 20:11:35 +01:00
kobewi
e14263f917
Remove empty constructors and destructors from core/
2025-11-17 20:09:05 +01:00
Thaddeus Crews
68410acc61
Merge pull request #111613 from aaronfranke/gltf-obj-model-components
...
GLTF: Determine the component type when encoding object model properties
2025-11-17 10:57:03 -06:00
Thaddeus Crews
94b3e107b1
Merge pull request #112120 from ttencate/docs/height_map_shape_3d
...
Improve HeightMapShape3D documentation
2025-11-17 10:57:02 -06:00
Thaddeus Crews
109008bb80
Merge pull request #107765 from KoBeWi/overerrides
...
Improve editor settings override display
2025-11-17 10:57:01 -06:00
Thaddeus Crews
16d3ba7982
Merge pull request #111589 from KoBeWi/notification_not_signal
...
Fix wrong EditorSettings usage in 3D editor
2025-11-17 10:56:59 -06:00
Thaddeus Crews
fb03c9ce4b
Merge pull request #112739 from FantasmaGolicon/master
...
Change `TileSetScenesCollectionSource` raw pointers in the TileSet editor to ref
2025-11-17 10:56:58 -06:00
Thaddeus Crews
8a04e33056
Merge pull request #109153 from timothyqiu/replication-editor-auto-translation
...
Improve auto-translation of the replication editor
2025-11-17 10:56:57 -06:00
Thaddeus Crews
ac641b11c3
Merge pull request #112858 from bruvzg/ts_of_x
...
[TextServer] Remove negative offset from the first char when shaping substrings.
2025-11-17 10:56:57 -06:00
Thaddeus Crews
070730e21b
Merge pull request #112856 from TokageItLab/fix-import-jointlim
...
Move the line of importing JointLimitation3D to 3D from Physics3D
2025-11-17 10:56:56 -06:00
Thaddeus Crews
910133fda6
Merge pull request #104280 from Ivorforce/span-equality
...
Add `Span` equality (`==` and `!=`) operators.
2025-11-17 10:56:55 -06:00
Thaddeus Crews
436853de2a
Merge pull request #112852 from aaronp64/gltf_texture_transform_keys
...
Check if scale/offset values are provided in gltf `KHR_texture_transform`
2025-11-17 10:56:54 -06:00
Thaddeus Crews
fa1e1bbee7
Merge pull request #110543 from kitbdev/deprecate_textedit_background_color
...
Deprecate TextEdit `background_color`
2025-11-17 10:56:53 -06:00
Thaddeus Crews
c7bed1e1cc
Merge pull request #111815 from TokageItLab/bone-expander
...
Allow Spring / IK to set mutable bone axes
2025-11-17 10:56:52 -06:00
Thaddeus Crews
b651fc3204
Merge pull request #93889 from dalexeev/gds-exclude-addons-exceptions-setting
...
GDScript: Add `debug/gdscript/warnings/directory_rules` project setting
2025-11-17 10:56:51 -06:00
Thaddeus Crews
dd3df2a075
Merge pull request #112831 from ryevdokimov/fix-erased-editor-shortcuts
...
Fix modified editor shortcuts being erased
2025-11-17 10:56:50 -06:00
Thaddeus Crews
f4bb9eaafe
Merge pull request #112702 from enetheru/tracy-mem
...
Add memory profiling macros for tracy profiler option
2025-11-17 10:56:49 -06:00
Thaddeus Crews
58054297e7
Merge pull request #112828 from KoBeWi/diss_holdplacer
...
Fix display_placeholder not persisting
2025-11-17 10:56:48 -06:00
Thaddeus Crews
bf99866abe
Merge pull request #112825 from KoBeWi/why_would_you_do_that
...
Don't save editor settings on startup
2025-11-17 10:56:47 -06:00
Thaddeus Crews
18c58dfffe
Merge pull request #112824 from KoBeWi/connection_lost_(good)
...
Fix not being able to set project path
2025-11-17 10:56:46 -06:00
Thaddeus Crews
9cb514c67a
Merge pull request #112693 from Calinou/doc-canvasgroup-tweak-description
...
Tweak CanvasGroup description to be more explicit about its purpose
2025-11-17 10:56:45 -06:00
Thaddeus Crews
11dd67108d
Merge pull request #112174 from kleonc/editor_property_layers_grid_allow_drag_toggling
...
Allow drag setting flags in layers property editor
2025-11-17 10:56:44 -06:00
Thaddeus Crews
d78725646b
Merge pull request #110761 from fkeyzuwu/assign-export-value-bug
...
Fix drag and drop `@export` variable assignment when script has errors
2025-11-17 10:56:43 -06:00
Thaddeus Crews
d999f873ba
Merge pull request #106532 from isaaccp/fix-texture-atlas-import-deadlock
...
Fix texture atlas import deadlock by keeping group_file= on failed import_file() attempts
2025-11-17 10:56:41 -06:00
Thaddeus Crews
46adcc6268
Merge pull request #112801 from clayjohn/premul-alpha-sss
...
Apply `PREMUL_ALPHA_FACTOR` only in non-split-specular shader variants.
2025-11-17 10:56:40 -06:00
Thaddeus Crews
e81f1df09d
Merge pull request #112800 from clayjohn/canvas-rd-varying
...
Reorganize canvas shader varyings in RD renderer
2025-11-17 10:56:39 -06:00
Thaddeus Crews
0faf4210b4
Merge pull request #112798 from raulsntos/dotnet/compat/displayserver.tts_speak
...
[.NET] Add compat method for `DisplayServer.TtsSpeak`
2025-11-17 10:56:38 -06:00
Thaddeus Crews
fc15c8f63f
Merge pull request #106780 from arkology/no-more-distraction
...
Add "Distraction Free Mode" button to `EditorBottomPanel` when bottom panel is expanded
2025-11-17 10:56:37 -06:00
Thaddeus Crews
9cebf8d957
Merge pull request #112666 from Oblepikha/fix-child-light-selection
...
Fix wrong AABB when selecting Node3D gizmo in editor
2025-11-17 10:56:36 -06:00
Thaddeus Crews
187ab2161d
Merge pull request #112793 from timothyqiu/remove-translation-po
...
Remove `TranslationPO`
2025-11-17 10:56:35 -06:00
Thaddeus Crews
e051f23971
Merge pull request #112792 from lodetrick/bottom-panel-resize
...
Fix bottom panel not being able to resize on startup
2025-11-17 10:56:34 -06:00
Thaddeus Crews
9323d9d624
Merge pull request #110487 from TokageItLab/fix-read-only-state-for-skel-and-inspector
...
Fix read-only state for Skeleton and Inspector
2025-11-17 10:56:33 -06:00
Thaddeus Crews
cb937c31f8
Merge pull request #112787 from Meorge/bugfix/project-manager-favorite-spelling
...
Use American spelling of "favorite" in Project Manager code for consistency
2025-11-17 10:56:32 -06:00
Thaddeus Crews
42f06f6d4d
Merge pull request #108170 from aaronfranke/test-ps-path-func
...
Use ProjectSettings path functions instead of hard-coded folder names in tests
2025-11-17 10:56:31 -06:00