Commit Graph

79285 Commits

Author SHA1 Message Date
dca2986321 Merge pull request #112844 from bruvzg/cwd_error
Add error message when trying to load project from CWD.
2025-11-21 18:37:29 -06:00
7ec0243f10 Merge pull request #110376 from TokageItLab/mod-keying
Add option to keying modified transform by `SkeletonModifier3D`
2025-11-21 18:37:28 -06:00
b9a92ca7d1 Merge pull request #112231 from timothyqiu/bezier-default-mode
Improve Bezier Default Mode button in Animation dock
2025-11-21 18:37:27 -06:00
fa6ca106c7 Merge pull request #112962 from goncalo/patch-1
Fix display/window/size/initial_position_type project setting description
2025-11-21 18:37:25 -06:00
25cc9ccefb Merge pull request #112577 from timothyqiu/multiple-translations-per-locale
Add methods for querying loaded `Translation` instances
2025-11-21 18:37:24 -06:00
14cde0fa10 LSP: Improve insertion algorithm for resolving completion options 2025-11-22 01:03:38 +01:00
646ac8494b Allow to customize TabContainer tabs in editor 2025-11-22 00:28:59 +01:00
4f255fa7d7 Add interpolate_via_rest static func to Animation class 2025-11-22 07:52:32 +09:00
f4244fd61c Tweak/Add skeleton modifier keying button to top of the Viewport 2025-11-22 07:45:02 +09:00
3fee7c2464 Fix assertions related to buffer overruns in input_event_codec.cpp 2025-11-21 22:55:52 +01:00
de4979fcaf Abort OneShot if previously interrupted 2025-11-22 03:05:31 +05:30
cb7d00efad Correctly mark frame start for profilers (Tracy/Perfetto) on Linux 2025-11-21 14:59:55 -06:00
ccf414ecb4 Merge pull request #112989 from blueskythlikesclouds/typed-uav-load-additional-check
Check for Typed UAV Load Additional Formats capability when creating D3D12 device.
2025-11-21 14:46:53 -06:00
0e182ee83d Merge pull request #112506 from RandomShaper/less_locky_cmd_queue
CommandQueueMT: Reduce contention + Fix race conditions
2025-11-21 14:46:52 -06:00
9f5143dac9 Merge pull request #111285 from KoBeWi/EmptyFileDialog
Improve POT generator
2025-11-21 14:46:51 -06:00
47d6ce2917 Merge pull request #110408 from bruvzg/el_trim_w
[TextServer] Use a separate flag to disable min. string length for adding ellipsis.
2025-11-21 14:46:49 -06:00
884bf2f332 Merge pull request #108647 from KoBeWi/docking_abyss
Make bottom panel into available dock slot
2025-11-21 14:46:48 -06:00
8480b62202 Merge pull request #113000 from brycehutchings/d3d12_descriptor_heap_pool_corruption_fix
Fix corruption of D3D12 CPU descriptor heap free blocks
2025-11-21 14:46:47 -06:00
efa1056a3a Merge pull request #101255 from metamuffin/load-exr-image
Add `Image.load_exr_from_buffer`
2025-11-21 14:46:45 -06:00
e873576d71 Merge pull request #111878 from mu3657/master
Fix: Add Variant to type autocompletion
2025-11-21 14:46:44 -06:00
b51320f22e Merge pull request #112450 from TokageItLab/fix-oneshot-reset
Fix NodeOneShot doesn't reset correctly
2025-11-21 14:46:43 -06:00
87279f0aa0 Merge pull request #112928 from m4gr3d/fix_hybrid_data_editor_transfer
[Android editor] Ensure that the Android editor properly passes hybrid data when switching mode
2025-11-21 14:46:41 -06:00
8179eb6f9b Improve POT generator 2025-11-21 21:11:41 +01:00
2cbdffee8c Fix Atlas Merge Tool Crash 2025-11-21 14:09:06 -05:00
6145b0ca29 Add Image.load_exr_from_buffer and enable tinyexr by default 2025-11-21 18:58:26 +01:00
de9b22625e LightmapGI: Pack L1 SH coefficients before denoising 2025-11-21 18:53:20 +01:00
67735cf213 Make bottom panel into available dock slot 2025-11-21 18:52:13 +01:00
4ba4558cf6 CommandQueueMT: Reduce lock contention in cases of single flusher 2025-11-21 11:11:30 +01:00
b16a8b8a76 CommandQueueMT: Fix race conditions 2025-11-21 11:09:16 +01:00
985dfa7cda Fix EnumDevices stall using IAT hooks.
Co-authored-by: Davi <davicr38@gmail.com>
2025-11-21 11:21:46 +02:00
5fdcb805d4 [TextServer] Use a separate flag to disable min. string length for adding ellipsis. 2025-11-21 07:49:26 +02:00
3206e28c8d Ensure that the Android editor properly passes hybrid data when switching mode 2025-11-20 19:13:02 -08:00
ec860ffe4a Add methods for querying loaded Translation instances 2025-11-21 08:51:26 +08:00
17703ab0fb Fix corruption of cpu descriptor heap free blocks 2025-11-20 15:51:12 -08:00
b79fe2e020 Merge pull request #98428 from pafuent/fixing_color_picker_closing_popup_on_mouse_click
Fix `ColorPickerButton` close popup on mouse click
2025-11-20 16:47:08 -06:00
cb1569345a Merge pull request #112729 from KoBeWi/multi_group_yoink
Edit groups on multiple nodes
2025-11-20 16:47:07 -06:00
e9718d4bed Merge pull request #98936 from Michakrom/toggle-scripts-panel-save-fix
Fix scripts panel state not being saved when toggle button is used
2025-11-20 16:47:05 -06:00
45ce9f09d2 Merge pull request #93436 from Calinou/3d-editor-half-resolution-use-3d-scaling
Use Viewport's 3D Scaling in the 3D editor's Half Resolution option
2025-11-20 16:47:04 -06:00
80d1459a59 Merge pull request #102193 from MartinDelille/shader-focus
Focus shader text editor when opened with quick open dialog
2025-11-20 16:47:02 -06:00
09bc1ca327 Merge pull request #77292 from Calinou/project-manager-add-select-all-none-shortcuts
Add Ctrl + A and Ctrl + Shift + A to (de)select all projects in project manager
2025-11-20 16:47:01 -06:00
b0a03edce0 Merge pull request #106891 from BastiaanOlij/openxr_core_android_loader
OpenXR add core support for Khronos loader
2025-11-20 16:47:00 -06:00
1d8e0138a9 Merge pull request #112196 from kubaofc123/feature/taa_improvement
TAA adjustment to reduce ghosting
2025-11-20 16:46:58 -06:00
28ec1cd394 Merge pull request #112100 from aaronfranke/visual-shader-org
Separate visual shader code out of shader editor plugin and dialog
2025-11-20 16:46:51 -06:00
a7358ddd12 Add error message when trying to load project from CWD. 2025-11-20 23:19:09 +02:00
d6d60845fe Separate visual shader code out of shader editor plugin and dialog 2025-11-20 10:49:18 -08:00
42c683d450 Optimize the custom doc for shaders.
Remove add_doc for gdshader files without documentation.
Standardize the class_doc.name for custom documentation.
2025-11-21 01:12:09 +08:00
8deb221829 Merge pull request #101247 from Ivorforce/string-find-cleanup
Clean up `String::find` and similar functions to remove duplicate code, and speed up comparison.
2025-11-20 11:10:58 -06:00
d843374519 Merge pull request #112766 from syntaxerror247/script-editor-auto-resize
Android Editor: Adjust script editor size for virtual keyboard
2025-11-20 11:10:57 -06:00
51c470e410 Merge pull request #112953 from LanzaSchneider/LanzaSchneider-patch-1
Fix compilation errors with `deprecated=no`
2025-11-20 11:10:56 -06:00
df7fd31d07 Merge pull request #112978 from stuartcarnie/fix_ninepatch
2D: Fix nine-patch rendering
2025-11-20 11:10:54 -06:00