Commit Graph

78648 Commits

Author SHA1 Message Date
1f8d114e31 Merge pull request #112716 from bruvzg/scene_arg
Fix scene argument parsing.
2025-11-13 12:33:34 -06:00
0cd901bb94 Merge pull request #109803 from BastiaanOlij/openxr_frame_synthesis
OpenXR: Add support for frame synthesis
2025-11-13 12:33:33 -06:00
8a3bb49db4 Merge pull request #112708 from davismit54/master
Fix typo in `Array` docs
2025-11-13 12:33:32 -06:00
d73c04543a Merge pull request #112704 from jinyangcruise/find_in_files_keep_results
Remove unnecessary theme settings when constructing FindInFilesContainer
2025-11-13 12:33:31 -06:00
26596a8d24 Remove unnecessary theme settings when constructing FindInFilesContainer 2025-11-13 23:36:35 +08:00
c5aae722ee OpenXR: Add support for frame synthesis 2025-11-13 21:18:31 +11:00
d06ce5420c Fix scene argument parsing. 2025-11-13 10:34:37 +02:00
455bb2a4ed Fixed typo in array.xml (countrary to contrary) Godot Engine Issue #91521 and Docs issue # 11452 2025-11-12 22:13:06 -06:00
e6aa06d3de Merge pull request #112692 from TokageItLab/rbmap-animlib
Make AnimationLibrary use RBMap instead of HashMap
2025-11-12 17:26:23 -06:00
08fb2e61e7 Merge pull request #111503 from JestemStefan/fix_111176
Fix `Input.is_joy_known` response for SDL joypads
2025-11-12 17:26:22 -06:00
fdcc29d6e5 Merge pull request #112686 from Calinou/httprequest-timeout-ignore-time-scale
Fix HTTPRequest timeout being scaled with `Engine.time_scale`
2025-11-12 17:26:21 -06:00
8aec3e8937 Merge pull request #112685 from Ivorforce/tracy-no-callstack
Fix tracy implementation when no callstack sampling is desired.
2025-11-12 17:26:20 -06:00
4eb11cc9d8 Merge pull request #112173 from kleonc/editor_property_layer_grid_fix_last_bit_tooltip
Fix layers property editor last bit value in tooltip
2025-11-12 17:26:19 -06:00
b7f537c863 Fix HTTPRequest timeout being scaled with Engine.time_scale
The server's response time won't change according to the engine's
time scale, so the timeout shouldn't be adjusted accordingly.
2025-11-12 23:55:29 +01:00
e9a6a84468 Make AnimationLibrary use RBMap instead of HashMap 2025-11-13 07:24:10 +09:00
6b98a57b8e Fix tracy implementation when no callstack sampling is desired. 2025-11-12 20:51:04 +01:00
bad1287b62 Merge pull request #112665 from Giganzo/quick-cursor
Fix cursor shape in the quick open dialog
2025-11-12 11:24:17 -06:00
a68d26ca6f Merge pull request #112659 from passivestar/ruler-visibility-fix
Fix 2D ruler visibility in modern theme
2025-11-12 11:24:17 -06:00
df51b1480d Merge pull request #112660 from aaronfranke/list-find-const
Add a const version of `List::find`
2025-11-12 11:24:16 -06:00
04bc282ae7 Merge pull request #104851 from Ivorforce/tracy
Add `profiler` option to `SCons` builds, with support for `tracy` and `perfetto`.
2025-11-12 11:24:15 -06:00
c9ef31360f Merge pull request #112657 from stuartcarnie/rid_alloc_owns_lockfree
Core: Switch `RID_Alloc::owns` to lock-free
2025-11-12 11:24:14 -06:00
78c3a07ef0 Merge pull request #111499 from DexterFstone/Keep-the-bottom-panel-size-separate
Keep the bottom panel size separate.
2025-11-12 11:24:13 -06:00
6678288490 Merge pull request #111909 from bruvzg/mods_are_bad_they_make_you_mad
Disable some unsafe CLI arguments in template builds by default.
2025-11-12 11:24:12 -06:00
df3e70bf42 Merge pull request #82212 from KoBeWi/project_manager_got_more_competent
Allow editing editor settings from project manager
2025-11-12 11:24:11 -06:00
afa07c1a76 Merge pull request #109987 from van800/shakhov/dap-devices
Refactor debugging on a device with DAP - now possible with all device types
2025-11-12 11:24:10 -06:00
a1340f05a9 Allow editing editor settings from project manager 2025-11-12 16:34:43 +01:00
c31b92ba19 Fix layers property editor last bit value in tooltip 2025-11-12 14:59:24 +01:00
6f207a4601 Add a const version of List::find 2025-11-12 00:36:09 -08:00
fac37c66c1 Fix 2d ruler visibility in modern theme 2025-11-12 12:14:11 +04:00
bdfe8549b8 Core: Switch RID_alloc::owns to lock-free 2025-11-12 15:17:45 +11:00
3f98a5472d Fix Input.is_joy_known response for SDL joypads 2025-11-11 23:23:46 +01:00
cd943d18b2 Keep the bottom panel size separate. 2025-11-12 01:49:35 +03:30
e47fb8b898 Merge pull request #112638 from dalexeev/editor-help-bit-add-missing-packed-array-warning
Add missing warning about copying packed arrays to `EditorHelpBit`
2025-11-11 16:07:57 -06:00
180ccae934 Merge pull request #111707 from Nintorch/joypad-features
Support adding advanced joypad features
2025-11-11 16:07:56 -06:00
18a17de164 Merge pull request #112630 from aaronp64/push_back_move
Avoid extra copy in `Vector`/`CowData` `push_back`/`insert`
2025-11-11 16:07:54 -06:00
72925d756f Merge pull request #112076 from kevinlam508/custom-node-reference-duplication
Fix duplicating node references of custom node type properties
2025-11-11 16:07:53 -06:00
3c871084f9 Merge pull request #109446 from aaronfranke/gltf-handle-image-enum
GLTF: Make handle binary image mode enum type-safe
2025-11-11 16:07:52 -06:00
55f51c0045 Merge pull request #111491 from bfloch/pixel_size_precision
Remove `pixel_size` precision limit in Sprite3D
2025-11-11 16:07:50 -06:00
4e35e04bbd Merge pull request #111427 from Nallebeorn/animation-player-crash
Fix crash when rearranging filtered animation tracks
2025-11-11 16:07:49 -06:00
49ac9f63fd Refactor debugging on a device with DAP - now possible with all device types
Co-authored-by: Thaddeus Crews <repiteo@outlook.com>
2025-11-11 22:54:01 +01:00
189e2767a7 Fix cursor shape in the quick open dialog 2025-11-11 21:25:17 +01:00
e40621925b Fix crash when rearranging filtered animation tracks 2025-11-11 19:49:35 +01:00
afd59b36cf Avoid extra copy in Vector/CowData push_back/insert
Update push_back/insert methods to move new item into CowData instead of copying
2025-11-11 12:19:35 -05:00
2cc031f3a3 Merge pull request #112636 from bruvzg/emvar_n_dt
[TextServer] Fix some emoji sequences and add missing ICU emoji property data.
2025-11-11 10:37:40 -06:00
5328a653bc Merge pull request #112600 from timothyqiu/plural-message
FileSystem dock: Use plural prompt message when moving/copying files
2025-11-11 10:37:39 -06:00
4e2adc6871 Merge pull request #112629 from Rindbee/fix-Chinese-characters-were-not-displayed-correctly-in-DBusMessage
Fix Chinese characters in DBusMessage were not displayed correctly
2025-11-11 10:37:38 -06:00
699b6623e7 Merge pull request #112499 from passivestar/graphedit-light-fix
Fix overbrightened GraphEdit overlays in light version of modern theme
2025-11-11 10:37:37 -06:00
dedbc8b26a Merge pull request #112625 from BrotherShort/fix-tree-vertical-line
Fix tree vertical line width bug
2025-11-11 10:37:36 -06:00
b83343f23d Merge pull request #104676 from jinyangcruise/find_in_files_keep_results
Support keeping results in results of `Find in Files` and `Replace in Files`
2025-11-11 10:37:35 -06:00
a9b8f92501 Merge pull request #112483 from jrouwe/issue_112348
Fix `SoftBody3D`'s position influences its physics in Jolt
2025-11-11 10:37:34 -06:00