Travis Lange
5e2fd7b1d7
fix android mono export causing conflicts
2025-02-10 10:09:52 -05:00
Michael Alexsander
a32d3663c4
Fix popup shadows misbehaving with content_scale_factor
2025-02-10 11:55:08 -03:00
AThousandShips
4b4bfe7d0e
[Editor] Prevent deferred tooltip update crash
...
Caused by `TreeItem`s being accessed after clearing the tree on reset.
2025-02-10 15:18:04 +01:00
A Thousand Ships
5dcab0e606
Prevent some internal nodes being duplicated in Controls
2025-02-10 13:27:08 +01:00
SheepYhangCN
c0eec97e98
macOS: Implement fallback from Metal to Vulkan for x86_64
2025-02-10 13:23:46 +01:00
lawnjelly
3286b7fb37
Physics Interpolation - fix client interpolation pump
...
Client interpolation pump is moved AFTER the physics tick, after physics objects have been moved.
This is necessary because the `current` transform is also updated during the pump.
2025-02-10 10:40:23 +00:00
havi05
e43756c559
Itemlist - fix text_overrun
when using fixed_icon_size
2025-02-10 11:34:45 +01:00
lawnjelly
e46993f0db
Physics Interpolation - Auto-reset on set_physics_interpolation_mode()
...
Fixes historical bug where auto-reset wasn't working correctly.
Also fixes process modes on Cameras when mode is changed.
2025-02-10 10:19:54 +00:00
Rémi Verschelde
261e7d32d3
Merge pull request #102649 from bruvzg/fb_loc
...
Use fallback locale from project settings instead of hardcoded "en" for TextServer.
2025-02-10 10:50:02 +01:00
Rémi Verschelde
271c9874a4
Merge pull request #102647 from bruvzg/el_space
...
[TextServer] Use all available space when string is too short for ellipsis.
2025-02-10 10:49:58 +01:00
Rémi Verschelde
fa85645c1a
Merge pull request #102618 from Hilderin/fix-slow-resize-embedded-game-v2
...
Fix lag when resizing Floating Game Window
2025-02-10 10:49:54 +01:00
Rémi Verschelde
9666695772
Merge pull request #102608 from dalexeev/editor-option-disable-doc-tooltips
...
Script Editor: Add option to disable documentation tooltips
2025-02-10 10:49:51 +01:00
Rémi Verschelde
82e66ac1f4
Merge pull request #102602 from adamscott/fix-fr+oss-layout-mk2
...
Fix `fr+oss` layout issues with KP period
2025-02-10 10:49:46 +01:00
Rémi Verschelde
9136878617
Merge pull request #102596 from KoBeWi/fixed_15_minutes_after_report
...
Fix empty Command Palette
2025-02-10 10:49:42 +01:00
Rémi Verschelde
eb4538b8a2
Merge pull request #102590 from syntaxerror247/custom-snackbar
...
Android: Add Snackbar UI component
2025-02-10 10:49:38 +01:00
Rémi Verschelde
db7f9a033a
Merge pull request #102572 from Z0rb14n/icon
...
Fix script class icons not inheriting parent
2025-02-10 10:49:35 +01:00
Rémi Verschelde
d24a805eda
Merge pull request #102555 from KoBeWi/historical_fix
...
Fix History Dock default state
2025-02-10 10:49:31 +01:00
Rémi Verschelde
ed2582e07a
Merge pull request #102553 from amarsero/double-name-set
...
Fix double `set_name` in renaming node
2025-02-10 10:49:28 +01:00
Rémi Verschelde
94b7399176
Merge pull request #102513 from Hilderin/fix-accessing-uid-before-first-scan
...
Fix accessing UID before first scan
2025-02-10 10:49:24 +01:00
Rémi Verschelde
e01ab79249
Merge pull request #102494 from dsnopek/java-class-wrapper-error-non-static-methods
...
JavaClassWrapper: Give additional error when trying to call non-static method directly on the class
2025-02-10 10:49:19 +01:00
Rémi Verschelde
c4e15e212d
Merge pull request #102433 from akien-mga/unexpose-AnimationNodeStartState-EndState
...
Don't expose AnimationNodeStartState and AnimationNodeEndState as internal, this triggers a ClassDB bug
2025-02-10 10:49:14 +01:00
Rémi Verschelde
4b5fc257d5
Merge pull request #102343 from bruvzg/col_pc_fwd
...
Forward color picker preview mouse button events to the window underneath.
2025-02-10 10:49:09 +01:00
Rémi Verschelde
6caa7c66d7
Merge pull request #101598 from MewPurPur/quick-open-pt1
...
Tweak Quick Open theming
2025-02-10 10:49:06 +01:00
Giganzo
030d63eed9
Add tooltip text to Polygon3DEditor buttons
2025-02-10 08:20:08 +01:00
Pāvels Nadtočajevs
e9fd760357
Use fallback locale from project settings instead of hardcoded "en" for TextServer.
2025-02-10 08:55:50 +02:00
Pāvels Nadtočajevs
316b50ba8d
[TextServer] Use all available space when string is too short for ellipsis.
2025-02-10 08:24:46 +02:00
Giganzo
5bfc4a5b06
Fix tree selecting hidden items
2025-02-10 02:41:16 +01:00
Jorrit Rouwe
3e608b8b14
No longer limiting max voided features/delayed results
2025-02-09 11:52:19 +01:00
Danil Alexeev
ead16435bf
Script Editor: Add option to disable documentation tooltips
2025-02-09 11:02:10 +03:00
Hilderin
b0ac51217a
Fix Lag when resizing Floating Game Window
2025-02-08 21:32:28 -05:00
Hilderin
9457666bba
Fix accessing UID before first scan
2025-02-08 20:04:32 -05:00
Adam Scott
1376828ef6
Fix fr+oss
layout issues with KP period
...
Co-authored-by: Riteo Siuga <riteo@posteo.net>
2025-02-08 17:17:11 -05:00
kit
65b7e1c73c
Fix TextEdit cusor shape when mouse is held
2025-02-08 15:32:38 -05:00
kit
6a75a89712
Fix CodeEdit line length guideline zoomed position
2025-02-08 15:30:37 -05:00
Agustín Marsero
1101bdb351
Fix double set_name in renaming
2025-02-08 21:21:01 +01:00
kobewi
0c446e0620
Fix empty Command Palette
2025-02-08 21:20:02 +01:00
kobewi
0cffaf788b
Navigate to folder when double-clicking favorite
2025-02-08 20:47:47 +01:00
Stuart Carnie
3084ed4bff
editor: Fix AtlasTexture editor previews for compressed textures
2025-02-09 06:40:05 +11:00
Anish Mishra
b89957efce
Android: Add Snackbar UI component
2025-02-08 22:09:46 +05:30
Pāvels Nadtočajevs
7f7f12dad3
[Tests] Add Packed*Array to_byte_array variant call tests.
2025-02-08 17:40:50 +02:00
kobewi
07b300bcb5
Fix History Dock default state
2025-02-08 12:58:08 +01:00
Pāvels Nadtočajevs
09822ea1a9
Forward color picker preview mouse button events to the window underneath.
2025-02-08 10:16:03 +02:00
Z0rb14n
b32a76299a
Fix Script Class Icons Not Checking Parent
2025-02-07 23:22:03 -08:00
tetrapod
75bb2c57ac
Add parentheses to method links in online class reference
2025-02-07 15:36:25 -08:00
Rémi Verschelde
36d90c73a8
Merge pull request #102554 from bruvzg/mvk_script_upd
...
Update MoltenVK install script to include version number in installer name.
2025-02-07 23:40:26 +01:00
Thaddeus Crews
568d6286e0
Merge pull request #102132 from Ivorforce/optimize-font-internal-cow
...
Optimize `Font` calculations by avoiding unnecessary copy-on-write.
2025-02-07 14:50:41 -06:00
Thaddeus Crews
2d1d51a14c
Merge pull request #102472 from bruvzg/ime_hl
...
[TextEdit] Update syntax highlighting when IME composition string is updated.
2025-02-07 14:50:39 -06:00
Thaddeus Crews
9b3b84f195
Merge pull request #102515 from bruvzg/str_arr_to_utf
...
Fix `PackedStringArray.to_byte_array()` to return UTF-8 encoded data instead of pointers.
2025-02-07 14:50:38 -06:00
Thaddeus Crews
914b38150c
Merge pull request #102519 from bruvzg/adv_imp_subpix
...
Add missing `Auto (Except Pixel Fonts)` option to advanced import dialog.
2025-02-07 14:50:37 -06:00
Thaddeus Crews
b934413657
Merge pull request #102518 from Giganzo/rectN-slider
...
Hide EditorSpinSlider slider for Rect2i
2025-02-07 14:50:36 -06:00