shadow-foss
c5490f7284
Add toggle to insert keys/markers at current time or mouse position
...
Adds a new editor setting editors/animation/insert_at_current_time and a toggle button in the Animation Track Editor to let users choose whether to insert keys and markers at the current timeline cursor (when enabled) or at the mouse position (default behavior).
- Key insertion
- Paste and duplicate operations
- Editor setting persistence
- Icon by @TokageItLab
Fixes #103272
2025-07-13 09:57:27 +05:30
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
Thaddeus Crews
cbc6d78aed
Merge pull request #94996 from HolonProduction/salvage-71842
...
GDScript: Fix autocompletion issues with nested types
2025-07-10 11:39:19 -05:00
Thaddeus Crews
af128c5570
Merge pull request #107794 from bruvzg/gl_inv_bake
...
[macOS] Selectively bake specific shader variants for MoltenVK.
2025-07-10 11:39:18 -05:00
Thaddeus Crews
fed11a15e7
Merge pull request #108431 from bruvzg/tx_cpick
...
[Code Editor] Fix "Pick Color" menu option replacing multiple color items.
2025-07-10 11:39:17 -05:00
Pāvels Nadtočajevs
2dcdbd3416
[Windows export] Move debug symbol sections on export.
2025-07-10 18:06:30 +03:00
Pāvels Nadtočajevs
45a564f4f8
[RTL] Add option to scroll follow visible characters.
2025-07-10 17:30:09 +03:00
bruvzg
7cee0327b2
[Code Editor] Fix "Pick Color" menu option replacing multiple color items.
2025-07-10 17:24:33 +03:00
Pāvels Nadtočajevs
406a22d0da
[RTL] Add method to get visible content bounding box.
2025-07-10 15:49:35 +03:00
Pāvels Nadtočajevs
17e050c64f
[RTL] Fix padding and alignment of embedded image clicks.
2025-07-10 15:12:10 +03:00
Mike Precup
25115609ff
Fix issue with array comparison reference
2025-07-09 20:22:09 -07:00
Adam Simpkins
21bc4b509f
Remove an unnecessarily include of main/ code from core/
...
Code in core/ generally should not depend on code from main/
This include was added in #41100 in order to call
`Main::is_project_manager()`. The `is_project_manager()` check was
later removed in #52742 but this include was never cleaned up.
This clean-up is related to #108429 .
2025-07-09 19:09:11 -07:00
Stuart Carnie
338816236b
Metal: Remove invalid assumption for image atomic operations
...
Fix image atomic checks, which require minimum OS version too.
Closes #108445
2025-07-10 06:51:27 +10:00
kit
927208a92e
Fix ScriptEditor line number in color objects
2025-07-09 16:18:57 -04:00
Anish Mishra
836b762e23
Fix Android splash theme regression
2025-07-09 23:33:21 +05:30
Giganzo
7c77df3c69
Fix Inspector checkable button sizing
2025-07-09 19:47:11 +02:00
Pāvels Nadtočajevs
a8873727ac
[macOS] Selectively bake specific shader variants for MoltenVK.
2025-07-09 20:09:56 +03:00
Thaddeus Crews
d7cc121e64
Merge pull request #108347 from Rudolph-B/Issue-106184
...
Fix underculling of occulusion culling
2025-07-09 11:33:21 -05:00
Thaddeus Crews
bfb379b766
Merge pull request #108378 from Mingxi-Z/fix/clearcoat-nan-issue
...
Fix division by zero in clearcoat specular BRDF
2025-07-09 11:33:21 -05:00
Thaddeus Crews
afd16dd4f3
Merge pull request #99798 from preslavnpetrov/master
...
[C#] Fix thread deadlock when using a worker thread to load a script with a generic base class
2025-07-09 11:33:20 -05:00
Thaddeus Crews
9d5513e5e6
Merge pull request #108085 from Chaosus/shader_fix_overloads
...
Fix shader function overloads with incorrect order
2025-07-09 11:33:19 -05:00
Thaddeus Crews
fcfb45a7fd
Merge pull request #108400 from Rubonnek/fix-grisu2-license
...
Specify Apache license version for Grisu2
2025-07-09 11:33:18 -05:00
Thaddeus Crews
02540477fd
Merge pull request #108401 from DanielGSilva/tree-guides
...
Draw guide lines over selection and focus styleboxes
2025-07-09 11:33:17 -05:00
Thaddeus Crews
22721a8ca7
Merge pull request #108368 from aaronfranke/editor-particles-2d-3d
...
Move 2D and 3D particle editors to the 2D and 3D folders
2025-07-09 11:33:16 -05:00
Thaddeus Crews
e5718ac819
Merge pull request #102317 from ryevdokimov/gizmo-commit-handle-spam-fix
...
Do not commit gizmo handles if no changes were made
2025-07-09 11:33:15 -05:00
Thaddeus Crews
75bcb643c2
Merge pull request #108172 from adamscott/move-threads-options
...
Move Web export threads options out of variant mk2
2025-07-09 11:33:14 -05:00
Thaddeus Crews
02bf7cb2c2
Merge pull request #108397 from retrotails/fix_vgi
...
Fix crash when creating voxel GI data
2025-07-09 11:33:13 -05:00
Thaddeus Crews
31d253d827
Merge pull request #108396 from timothyqiu/editor-title
...
Fix main editor title after changing language
2025-07-09 11:33:12 -05:00
Thaddeus Crews
e748514112
Merge pull request #105835 from bruvzg/edited_scene_direction
...
Improve edited scene layout direction detection.
2025-07-09 11:33:11 -05:00
Thaddeus Crews
9bd0081e2f
Merge pull request #108393 from m4gr3d/update_maven_publishing_config
...
[Android] Update the maven publishing configuration following the deprecation of the OSSHR service
2025-07-09 11:33:10 -05:00
Thaddeus Crews
9123ccb985
Merge pull request #108418 from KoBeWi/annoying_error
...
Improve error when `update_doc()` fails
2025-07-09 11:33:10 -05:00
Thaddeus Crews
539cb035f2
Merge pull request #107904 from kitbdev/fix-script-inline-color-require-floats
...
Fix ScriptEditor inline colors float handling
2025-07-09 11:33:09 -05:00
aaronp64
7f60546f05
Fix CPUParticles2D repeatedly scaling particles with 0 velocity and Align Y
...
CPUParticles2D with Align Y turned on would update particles' transforms based on the velocity when velocity was non-zero, but would not set the transform for zero velocity. This left the transfrom value from the previous call, which may have already been scaled. In this case, each call to _particles_process would apply the scale again, causing the particle to repeatedly grow (or shrink for scales < 1.0).
Updated the Align Y logic to always normalize the transform values before scale is applied.
2025-07-09 11:09:37 -04:00
Robert Yevdokimov
060f9b7a16
Do not commit gizmo handles if no changes were made
2025-07-09 14:31:02 +04:00
Giganzo
6ac24d232b
Fix PopupMenu clickable area with shadows
2025-07-09 07:20:43 +02:00