1
0
Fork 0
Commit Graph

18880 Commits

Author SHA1 Message Date
Anish Mishra 8f6f8059cd Android Editor: Reduce default gizmo scale multiplier
The previous default value of `3` made gizmos too large and cluttered the viewport, especially on smaller screens. A value of `2` seems perfectly usable and provides a more comfortable default.
2025-07-13 11:50:46 +05:30
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 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 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
bruvzg 7cee0327b2
[Code Editor] Fix "Pick Color" menu option replacing multiple color items. 2025-07-10 17:24:33 +03:00
kit 927208a92e Fix ScriptEditor line number in color objects 2025-07-09 16:18:57 -04:00
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 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 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 9123ccb985
Merge pull request #108418 from KoBeWi/annoying_error
Improve error when `update_doc()` fails
2025-07-09 11:33:10 -05:00
Robert Yevdokimov 060f9b7a16 Do not commit gizmo handles if no changes were made 2025-07-09 14:31:02 +04:00
kobewi c3b4c823da Improve error when update_doc() fails 2025-07-08 22:52:23 +02:00
kit 9184256ae4 Fix ScriptEditor inline colors float handling 2025-07-08 11:55:11 -04:00
Haoyu Qiu 4f6b9af42a Fix main editor title after changing language 2025-07-08 10:28:08 +08:00
Thaddeus Crews bb4763e255
Merge pull request #108377 from timothyqiu/inspector-plugin-full
Fix can't remove inspector plugins after reaching max count
2025-07-07 10:08:02 -05:00
Thaddeus Crews 5699180262
Merge pull request #108249 from Nikitf777/polygon-2d-editor-fix-selecting-wrong-point
Fix selecting wrong vertices in the Polygon2D editor when adding a polygon
2025-07-07 10:08:01 -05:00
Haoyu Qiu bbd7c9b5f2 Fix can't remove inspector plugins after reaching max count 2025-07-07 20:52:54 +08:00
Aaron Franke b0d5d82c42
Move 2D and 3D particle editors to the 2D and 3D folders 2025-07-07 00:50:38 -07:00
Logan Detrick e9c5c713c9 Fix Group Enable Hover Display 2025-07-05 12:43:46 -07:00
Nikita Samusev abfa249686 Fix selecting wrong vertices in the Polygon2D editor when adding a polygon 2025-07-05 16:12:43 +03:00
A Thousand Ships f11aff3841
Editor: Restructure editor code
Moving various editor files into sub folders to reduce clutter
2025-07-04 18:18:22 +02:00
Thaddeus Crews 3954b2459d
Merge pull request #108119 from Chaosus/vs_fix_preview_subinspector
Fix subinspector for parameter preview in visual shader editor
2025-07-04 10:09:07 -05:00
Thaddeus Crews 6e5297a07d
Merge pull request #107919 from lodetrick/toggle-section-key
Fix animation keying not working with toggleable inspector sections
2025-07-03 12:21:23 -05:00
Logan Detrick 5443fe9c4e Add animation keying to toggleable sections 2025-07-02 14:12:47 -07:00
Thaddeus Crews efb40c1524
Merge pull request #107932 from Nikitf777/polygon2d-editor-fix-remove-order
Fix removing wrong vertices in the Polygon2D editor when points overlap each other
2025-07-01 17:58:03 -05:00
Thaddeus Crews e0c8de80a5
Merge pull request #107598 from ydeltastar/fix-nameless-audio
Fix audio name doesn't appear in exports of child classes of `AudioStream`
2025-07-01 17:57:55 -05:00
Thaddeus Crews 762305f91d
Merge pull request #107918 from kitbdev/fix-text-editor-theme-reload
Fix custom Text Editor theme changes on reload
2025-07-01 17:57:54 -05:00
Thaddeus Crews 639c41d086
Merge pull request #107850 from beicause/Fix-Resource-doesn't-update-when-overwritten-in-editor
Fix Resource doesn't update when overwritten in editor
2025-07-01 17:57:52 -05:00
kit ed5a9860a6 Fix custom Text Editor theme changes on reload 2025-06-30 09:41:22 -04:00
Chaosus 9f0982d677 Fix subinspector for parameter preview in visual shader editor 2025-06-30 15:22:50 +03:00
LuoZhihao 0c74c0978f Fix Resource doesn't update when overwritten in editor 2025-06-29 01:08:11 +08:00
Rémi Verschelde a9cef6cf69
Merge pull request #107933 from Nikitf777/Fix-point-jumping-when-dragging
Fix points jumping when dragging starts in the Polygon2D editor
2025-06-28 13:03:05 +02:00
kobewi 4fd9b45189 Don't rename nodes when tree is invisible 2025-06-26 19:06:44 +02:00
Pāvels Nadtočajevs 42733a2a5c
Implement sparse bundle PCK support. 2025-06-26 00:47:25 +02:00
Rémi Verschelde 3407194396
Merge pull request #107623 from patwork/add-migration-guide-button
Add "See Migration Guide" button to the Project Manager
2025-06-25 11:47:04 +02:00
Rémi Verschelde 8cd5659c7c
Merge pull request #107530 from ryevdokimov/freelook-redirect-viewport
Fix freelook in 3D when multiple viewports are open
2025-06-25 11:47:00 +02:00
patwork b4627b7a0a Added "See Migration Guide" button to the Project Manager 2025-06-25 08:16:47 +02:00
Thaddeus Crews db28859774
Merge pull request #107591 from timothyqiu/group-enable-default
Make `PROPERTY_HINT_GROUP_ENABLE` hide properties by default
2025-06-24 18:34:28 -05:00
kobewi 73de8bf165 Generate scene ID for created built-in Resources 2025-06-24 17:56:48 +02:00
Thaddeus Crews e5ece3c514
Merge pull request #107862 from Naros/scripteditor-clear-docs-from-script
Expose `ScriptEditor.clear_docs_from_script`
2025-06-24 09:58:48 -05:00
Thaddeus Crews c157e61831
Merge pull request #107816 from Meorge/bugfix/everyone-uses-one-based-line-numbers
Use one-based line numbers for external text editors
2025-06-24 09:58:42 -05:00
Thaddeus Crews b727436b22
Merge pull request #107683 from KoBeWi/nothing_ever_selects
Clear current path when deselecting files
2025-06-24 09:58:41 -05:00
Thaddeus Crews dee470ca0f
Merge pull request #107934 from beicause/editor-preview-resize-zero
Fix resizing error when generating thumbnails
2025-06-24 09:58:40 -05:00
Thaddeus Crews bda0d1c8b8
Merge pull request #107929 from KoBeWi/HINT_HINT
Fix updating project settings after move
2025-06-24 09:58:39 -05:00
Thaddeus Crews faa009c116
Merge pull request #107656 from bruvzg/tlbl_clean
Cleanup accessibility names.
2025-06-24 09:58:35 -05:00
Nikita Samusev 83aa9cf57e Fix removing wrong vertices in the Polygon2D editor when points overlap each other 2025-06-24 15:49:45 +03:00
LuoZhihao 38a86d07aa Fix resizing error when generating thumbnail 2025-06-24 20:40:26 +08:00