1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-29 16:16:38 +00:00
Commit Graph

18498 Commits

Author SHA1 Message Date
Thaddeus Crews
4f8c90ae61 Merge pull request #104789 from jaydensipe/fix-textfile-class-error
Fix `Cannot get class` error when searching `TextFile`/`OtherFile` in FileSystem dock
2025-04-07 08:43:29 -05:00
Thaddeus Crews
51201cb549 Merge pull request #105041 from lodetrick/editor-spin-slider-consume-input
Fix EditorSpinSlider Scroll Edit when inside a ScrollContainer
2025-04-07 08:43:29 -05:00
Thaddeus Crews
d025e99a46 Merge pull request #105039 from lodetrick/blend-tree-grabber
Fix EditorSpinSlider Grabber Scaling
2025-04-07 08:43:28 -05:00
Thaddeus Crews
38a29f6139 Merge pull request #100287 from Chaosus/shader_ui_update
Re-organize UI in the shader editor
2025-04-07 08:43:25 -05:00
Thaddeus Crews
1b9f269700 Merge pull request #105015 from syntaxerror247/improve-touchActionsPanel
Android Editor: Add an editor setting to enable/disable `TouchActionsPanel`
2025-04-07 08:43:24 -05:00
Thaddeus Crews
775bdb135f Merge pull request #104756 from Rindbee/use-the-correct-root-inspector
Use the correct root inspector when making elements moved in an array visible
2025-04-07 08:43:23 -05:00
Thaddeus Crews
ddae2698ce Merge pull request #104993 from lodetrick/editor-ruler-text-align
Fix Editor 2D Ruler Text Top-Align
2025-04-07 08:43:21 -05:00
Logan Detrick
c361e60cfa Fix Grabber Double Scaling when zoomed 2025-04-07 01:05:00 -07:00
Pāvels Nadtočajevs
903e850390 Fix EditorHelpBitTooltip in single window mode. 2025-04-07 10:38:10 +03:00
Jayden Sipe
1066e83262 Fix Cannot get class error when searching TextFile/OtherFile 2025-04-06 20:51:40 -04:00
runzh-crypto
e57eeb14bc validate any form of running project 2025-04-07 00:29:19 +08:00
HolonProduction
02eab5e2c4 Editor: Improve capsule gizmos 2025-04-06 10:44:37 +02:00
kobewi
7d186cb28e Add UID to file tooltip 2025-04-05 22:05:49 +02:00
Anish Mishra
a5c03dcd08 Add an editor setting to enable/disable TouchActionsPanel
Adds an editor setting to enable/disable TouchActionsPanel.

Automatically hide the panel when hardware keyboard is connected.
2025-04-05 19:07:46 +05:30
Yufeng Ying
8ae16699c5 Do not use Dictionary::keys() for Dictionary iteration. 2025-04-05 18:42:13 +08:00
Chaosus
b983a05806 Re-organize UI in the shader editor 2025-04-05 13:12:59 +03:00
Logan Detrick
97651fd4ac Consumes Scroll Events and fixes Mouse Warp 2025-04-04 18:07:47 -07:00
Yufeng Ying
4029051bb1 Change ClassDB::get_inheriters_from_class. 2025-04-04 23:47:19 +08:00
runzh-crypto
9977abd697 Validate custom directory when project is started 2025-04-04 21:21:42 +08:00
Logan Detrick
6ec32d0773 Top-Aligned the Ruler's text to avoid draw conflicts 2025-04-03 23:47:16 -07:00
Thaddeus Crews
15f7c094a2 Merge pull request #104974 from KoBeWi/errors_until_the_end_of_time
Cleanup QuickOpenDialog history and fix UID errors
2025-04-03 16:50:15 -05:00
Thaddeus Crews
8040ae7fb2 Merge pull request #104970 from syntaxerror247/nomedia-file
Android Editor: Auto create `nomedia` file to hide project files in media apps
2025-04-03 16:50:15 -05:00
yds
e787252396 Set correct position of node with Align Transform with View in orthogonal mode 2025-04-03 17:21:29 -03:00
Robert Yevdokimov
b98da2bd58 Allow all tool modes to select 2025-04-03 21:06:23 +04:00
Thaddeus Crews
b6c8155439 Merge pull request #104958 from bruvzg/ok_cancel_swap
Make `swap_cancel_ok` setting 3-state instead of boolean.
2025-04-03 09:27:55 -05:00
Thaddeus Crews
6075e6a976 Merge pull request #104957 from arkology/empty-bitmap-crash
Fix `BitMapEditor` crash when bitmap is empty
2025-04-03 09:27:54 -05:00
Thaddeus Crews
3a5f34bd19 Merge pull request #104938 from KoBeWi/root_of_all_bugs
Fix Edit option for sub-resources
2025-04-03 09:27:51 -05:00
Thaddeus Crews
e5c5cb4ce2 Merge pull request #104906 from Daylily-Zeleen/daylily-zeleen/allow_instantiate_unexposed_editor_plugin_from_gdextension
Allow instantiating unexposed `EditorPlugin` from GDExtension.
2025-04-03 09:27:50 -05:00
Thaddeus Crews
2ad75d4077 Merge pull request #104936 from rsubtil/fix-dap_print_🐛s
Fix invalid DAP responses when content has non-ASCII content
2025-04-03 09:27:50 -05:00
Thaddeus Crews
577133e6d2 Merge pull request #104963 from beicause/display-pctex-format
Display PortableCompressedTexture's format in inspector preview
2025-04-03 09:27:48 -05:00
kobewi
fb2e9c7ba7 Cleanup QuickOpenDialog history and fix UID errors 2025-04-03 16:21:22 +02:00
Anish Mishra
8e5e915013 Android Editor: Auto create nomedia file to hide project files in media apps 2025-04-03 18:23:38 +05:30
LuoZhihao
00f2e5be3a Display PortableCompressedTexture's format in inspector preview 2025-04-03 18:34:29 +08:00
Ricardo Subtil
094ded8009 Fix invalid DAP responses when content had non-ASCII content 2025-04-03 11:24:47 +01:00
Pāvels Nadtočajevs
2f8b96e8a2 Make swap_cancel_ok setting 3-state instead of boolean. 2025-04-03 13:08:11 +03:00
arkology
d8fca99ba0 Fix BitMapEditor crash when bitmap is empty 2025-04-03 05:53:28 +00:00
kobewi
b78a02fc76 Fix Edit option for sub-resources 2025-04-02 20:47:06 +02:00
Daylily-Zeleen
1cc879afc0 Allow instantiate unexposed EditorPlugin form GDExtension. 2025-04-02 23:52:14 +08:00
Thaddeus Crews
9f222d500d Merge pull request #104375 from YYF233333/is_empty
Replace `size() == 0` with `is_empty()`
2025-04-02 07:37:31 -05:00
Thaddeus Crews
f07bbe8fac Merge pull request #104884 from Calinou/3d-editor-freelook-base-speed-allow-higher-values
Allow higher freelook base speed values in the 3D editor settings
2025-04-02 07:37:29 -05:00
Yufeng Ying
7a1a970c25 size() <= 0 and size() < 1. 2025-04-02 19:18:44 +08:00
Yufeng Ying
4f4031a675 Replace size() == 0 with is_empty(). 2025-04-02 19:18:43 +08:00
Thaddeus Crews
174251df4f Merge pull request #104886 from KoBeWi/remember_where_you_are
Remember last POT generator path
2025-04-01 19:53:32 -05:00
kobewi
71519445c2 Remember last POT generator path 2025-04-01 17:44:25 +02:00
Michael Alexsander
556933306a Allow to compile templates without navigation features 2025-04-01 11:53:35 -03:00
Hugo Locurcio
38a2869cf8 Allow higher freelook base speed values in the 3D editor settings
This is useful when working on large-scale games.
2025-04-01 15:45:24 +02:00
Thaddeus Crews
d52b84e472 Merge pull request #103993 from aaronfranke/geometry-segment
Directly use segment points in Geometry2D/3D function parameters
2025-04-01 08:01:34 -05:00
Thaddeus Crews
dee3ee77c6 Merge pull request #104849 from syntaxerror247/overflow
Fix input config dialog overflow on Android Editor
2025-04-01 08:01:33 -05:00
Thaddeus Crews
c23832b265 Merge pull request #104878 from bruvzg/color_mod_f
Add font import flag to toggle modulation of colored glyphs.
2025-04-01 08:01:33 -05:00
Eric M
e539b62aa7 Fix EditorProperty shortcuts being global and unintentionally triggering 2025-04-01 22:24:58 +10:00