1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +00:00
Commit Graph

72812 Commits

Author SHA1 Message Date
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
912b52a6a5 Expose OVERRUN_ENFORCE_ELLIPSIS flag to the controls. 2025-02-10 08:41:31 +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
kobewi
b9a60574b4 Improve _is_drop_valid() code in EditorPropertyArray 2025-02-09 20:36:14 +01:00
Jorrit Rouwe
3e608b8b14 No longer limiting max voided features/delayed results 2025-02-09 11:52:19 +01:00
LuoZhihao
67c2115c50 ColorPicker: allow other color wheels in okhsl mode
remove `get_shape_override` in ColorMode
2025-02-09 16:18:54 +08: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
1680e9e77f Don't send TRANSLATION_CHANGED outside tree 2025-02-08 16:14:05 +01:00
kobewi
07b300bcb5 Fix History Dock default state 2025-02-08 12:58:08 +01:00
arkology
c7ef85a92f Use FlowContainer for EditorNetworkProfiler bar 2025-02-08 12:42:54 +03: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
Thaddeus Crews
29ded6b031 Merge pull request #102510 from timothyqiu/selection-erase
Fix heap-use-after-free when changing 2D editor selection
2025-02-07 14:50:35 -06:00
Thaddeus Crews
fc8ec5a4ca Merge pull request #102530 from wakeofluna/fix-msec-leading-zero
Change output format for milliseconds in timestamps to 3 zeroes
2025-02-07 14:50:34 -06:00
Thaddeus Crews
9554481830 Merge pull request #102535 from Hilderin/fix-plugin-scripts-load-twice-on-startup
Fix Plugin Scripts load twice on startup
2025-02-07 14:50:33 -06:00