Mike Precup
|
b9beb852e6
|
Fix sphere gizmo handle position
|
2025-07-14 10:19:01 -07:00 |
Thaddeus Crews
|
d5cb0f948e
|
Merge pull request #108478 from KoBeWi/phantom_paths
Fix export path "leaking" between presets
|
2025-07-14 10:30:42 -05:00 |
Thaddeus Crews
|
2d1453c1e8
|
Merge pull request #108436 from AeioMuch/scroll_scene_tree_if_move_item_with_keys
Scroll scene tree dock when moving item(s) with keys
|
2025-07-14 10:30:41 -05:00 |
Thaddeus Crews
|
7dcc0548c0
|
Merge pull request #108026 from Fgico/gridmap-avoid-extra-clipboard-mesh-instantiation
Gridmap editor: Avoid extra mesh instantiation when setting clipboard data
|
2025-07-14 10:30:40 -05:00 |
Thaddeus Crews
|
ea4cfe0fe2
|
Merge pull request #108537 from m4gr3d/fix_hand_not_tracking_error_spam
Fix error spam when hands are not tracked
|
2025-07-14 10:30:39 -05:00 |
Thaddeus Crews
|
723e82bba9
|
Merge pull request #108568 from beicause/RD-uniform_type-check
RenderingDevice: Add `uniform_type` check to avoid crash
|
2025-07-14 10:30:38 -05:00 |
Thaddeus Crews
|
7498243618
|
Merge pull request #108599 from bruvzg/te_guideline_order
[TextEdit] Draw guidelines under the text and caret.
|
2025-07-14 10:30:37 -05:00 |
Thaddeus Crews
|
eb0caa6029
|
Merge pull request #108510 from bruvzg/bake_no_atomic
[macOS] Selectively bake "no image atomics" shader variants.
|
2025-07-14 10:30:36 -05:00 |
Thaddeus Crews
|
1713a8ddc8
|
Merge pull request #108533 from YeldhamDev/get_owned
Fix unwanted resource duplication in the theme editor
|
2025-07-14 10:30:35 -05:00 |
Thaddeus Crews
|
6bc7fcb7af
|
Merge pull request #108567 from beicause/multimesh-null-checks
Add some multimesh null checks to avoid crash
|
2025-07-14 10:30:35 -05:00 |
Thaddeus Crews
|
b6df8ed9a8
|
Merge pull request #108531 from raulsntos/fix-MissingNode-original_scene
Fix MissingNode `{get,set}_original_scene` bindings
|
2025-07-14 10:30:34 -05:00 |
Thaddeus Crews
|
bd84c29718
|
Merge pull request #108561 from bruvzg/win_sse42_check
[Windows] Add SSE4.2 support runtime check.
|
2025-07-14 10:30:33 -05:00 |
Thaddeus Crews
|
7d77683d9d
|
Merge pull request #108592 from lodetrick/tabcontainer-min-size-fix
Fix `TabBar` minimum size with `clip_tabs` enabled
|
2025-07-14 10:30:32 -05:00 |
Thaddeus Crews
|
35a2d7843e
|
Merge pull request #104302 from brennennen/reflection_probe_count_error_check
Add error check for reflection probe invalid atlas index.
|
2025-07-14 10:30:31 -05:00 |
Thaddeus Crews
|
7e0b813abd
|
Merge pull request #108523 from WhalesState/editor-files
Move last four 3D files to 3D folder and move physics gizmos to their own physics folder.
|
2025-07-14 10:30:30 -05:00 |
Thaddeus Crews
|
f0b4ebb7ea
|
Merge pull request #108555 from beicause/fix-crash-editing-resource-and-reloading-scene
Fix crash when editing some resources and reloading scene
|
2025-07-14 10:30:29 -05:00 |
Thaddeus Crews
|
2be2cbb720
|
Merge pull request #107782 from allenwp/vulkan-nonlinear-color-correction-dithering
Always perform color correction and debanding on nonlinear sRGB values.
|
2025-07-14 10:30:28 -05:00 |
Thaddeus Crews
|
b6021594fb
|
Merge pull request #108515 from AThousandShips/add_owners_editor
[Codeowners] Minor improvements after restructure
|
2025-07-14 10:30:27 -05:00 |
Thaddeus Crews
|
6a60d72829
|
Merge pull request #108544 from mihe/jolt/sleeping-contacts
Fix contacts not being reported properly when using Jolt Physics
|
2025-07-14 10:30:27 -05:00 |
Pāvels Nadtočajevs
|
8624134c89
|
[TextEdit] Draw guidelines under the text and caret.
|
2025-07-14 16:31:35 +03:00 |
Logan Detrick
|
88280a6b2a
|
Fix TabBar minimum size with clip_tabs on
|
2025-07-13 16:40:22 -07:00 |
Pāvels Nadtočajevs
|
e363601226
|
[Windows] Add SSE4.2 support runtime check.
|
2025-07-13 12:58:29 +03:00 |
LuoZhihao
|
8ad3072a6a
|
RenderingDevice: Add `uniform_type` check to avoid crash
|
2025-07-13 10:27:16 +08:00 |
LuoZhihao
|
5352638f95
|
Add some multimesh null checks to avoid crash
|
2025-07-13 10:09:36 +08:00 |
Pāvels Nadtočajevs
|
87e91f7c7a
|
[macOS] Selectively bake "no image atomics" shader variants.
|
2025-07-12 21:05:48 +03:00 |
LuoZhihao
|
6ba1a1e758
|
Fix crash when editing some resources and reloading scene
|
2025-07-13 01:16:20 +08:00 |
Michael Alexsander
|
e924d2b565
|
Fix unwanted resource duplication in the theme editor
|
2025-07-12 12:39:55 -03:00 |
Mikael Hermansson
|
5a16e2fc78
|
Fix contacts not being reported properly when using Jolt Physics
|
2025-07-12 14:20:38 +02:00 |
Fredia Huya-Kouadio
|
26c12b22ca
|
Fix error spam when hands are not tracked
|
2025-07-11 15:53:27 -07:00 |
Raul Santos
|
379d967d1a
|
Fix MissingNode `{get,set}_original_scene` bindings
|
2025-07-11 20:34:46 +02:00 |
Mounir Tohami
|
5be915a12c
|
Move remaining 3D files to 3D folder and move physics gizmos to their own physics folder.
|
2025-07-11 18:46:13 +03:00 |
A Thousand Ships
|
f9a4a24cd8
|
[Codeowners] Minor improvements after restructure
|
2025-07-11 14:49:42 +02:00 |
brennen
|
2583aa4a68
|
Add error check for reflection probe invalid atlas index.
|
2025-07-10 19:03:21 -05:00 |
AeioMuch
|
5a38042b2d
|
Scroll scene tree when moving item with keys
|
2025-07-10 21:52:50 +02:00 |
Thaddeus Crews
|
c6d130abd9
|
Merge pull request #108410 from KoBeWi/warn't
Remove PropertyTweener start warning
|
2025-07-10 11:39:34 -05:00 |
Thaddeus Crews
|
0fba00794a
|
Merge pull request #103155 from Giganzo/popup-menu-shadow
Fix PopupMenu clickable area with shadows
|
2025-07-10 11:39:33 -05:00 |
Thaddeus Crews
|
7be9852948
|
Merge pull request #100977 from aaronp64/cpu_particles_scaling
Fix `CPUParticles2D` repeatedly scaling particles with 0 velocity and Align Y
|
2025-07-10 11:39:32 -05:00 |
Thaddeus Crews
|
d36f394714
|
Merge pull request #108399 from bruvzg/rtl_vflscr
[RTL] Add option to scroll follow visible characters.
|
2025-07-10 11:39:31 -05:00 |
Thaddeus Crews
|
c977b597b8
|
Merge pull request #107872 from Thought-Weaver/users/loganapple/editor-caret-fix
[Autocomplete] Avoid prepending literals when the character has already been typed
|
2025-07-10 11:39:30 -05:00 |
Thaddeus Crews
|
c83ccae9bf
|
Merge pull request #108469 from bruvzg/rtl_emb_click
[RTL] Fix padding and alignment of embedded image clicks.
|
2025-07-10 11:39:29 -05:00 |
Thaddeus Crews
|
c2ddb04713
|
Merge pull request #108466 from bruvzg/rtl_vis_rect
[RTL] Add method to get visible content bounding box.
|
2025-07-10 11:39:28 -05:00 |
Thaddeus Crews
|
b3416c7390
|
Merge pull request #108464 from simpkins/include_fix
Remove an unnecessary include of main/ code from core/
|
2025-07-10 11:39:27 -05:00 |
Thaddeus Crews
|
265262d01d
|
Merge pull request #108459 from precup/fix-array-sorting
Fix issue with array comparison reference
|
2025-07-10 11:39:26 -05:00 |
Thaddeus Crews
|
fb26c2603b
|
Merge pull request #108329 from m4gr3d/fix_android_eof_detection
Android: Fix the EOF detection logic
|
2025-07-10 11:39:25 -05:00 |
Thaddeus Crews
|
81f65cf796
|
Merge pull request #102953 from Giganzo/checkable-click
Fix Inspector checkable button sizing
|
2025-07-10 11:39:24 -05:00 |
Thaddeus Crews
|
9fc9faef0a
|
Merge pull request #101416 from MrBlockers/91342-nested-spawner
Fix node cache errors on nested MultiplayerSpawners
|
2025-07-10 11:39:23 -05:00 |
Thaddeus Crews
|
6c2f057fb4
|
Merge pull request #108455 from bruvzg/win_exp_symbols
[Windows export] Move debug symbol sections on export.
|
2025-07-10 11:39:22 -05:00 |
Thaddeus Crews
|
6cc636fe90
|
Merge pull request #108452 from stuartcarnie/108445/fix_atomic_check
Metal: Remove invalid assumption for image atomic operations
|
2025-07-10 11:39:22 -05:00 |
Thaddeus Crews
|
76d46ca7a5
|
Merge pull request #108449 from syntaxerror247/fix-splash-theme-regression
Fix Android splash theme regression
|
2025-07-10 11:39:21 -05:00 |
Thaddeus Crews
|
ed02254b2c
|
Merge pull request #108440 from kitbdev/fix-colorpicker-wrong-line
Fix ScriptEditor inline color wrong line number
|
2025-07-10 11:39:20 -05:00 |