Commit Graph

21970 Commits

Author SHA1 Message Date
Thaddeus Crews fd98f8452a Merge pull request #120062 from KoBeWi/no_pressure
Remove excessive `get_pressed_button()` calls in TileMap editor
2026-06-24 14:53:01 -05:00
Thaddeus Crews cb8387dbcb Merge pull request #119466 from KoBeWi/project_up!
Add an option to run the project upgrade tool when updating to a new Godot version
2026-06-24 14:52:57 -05:00
Thaddeus Crews ce0463c3bf Merge pull request #117080 from YeldhamDev/a_thousand_years_of_scroll_hint_prs
Fix corner cases related to scroll hints across the editor
2026-06-24 14:52:55 -05:00
Thaddeus Crews e7fbd7dbe1 Merge pull request #112813 from Yanxiyimengya/yxym-project-manager
Fix incorrect alignment padding calculation for PCK header in embedded export
2026-06-24 14:52:54 -05:00
Michael Alexsander 6337973383 Fix corner cases related to scroll hints across the editor 2026-06-24 15:25:13 -03:00
Thaddeus Crews fc1e443700 Merge pull request #119052 from DexterFstone/Expose-ScenePaint2DEditor
Expose `ScenePaint2DEditor`
2026-06-24 10:16:13 -05:00
Thaddeus Crews 3e5b263694 Merge pull request #111485 from KoBeWi/create_less_code
Refactor Create New options
2026-06-24 10:16:12 -05:00
Thaddeus Crews 4a2f1a6fd0 Merge pull request #119875 from smix8/audio_preview_thread
Make `AudioStreamPreviewGenerator` use `WorkerThreadPool`
2026-06-24 10:16:11 -05:00
Thaddeus Crews 9fae54aeb9 Merge pull request #109800 from aaronfranke/use-floats
Use float literals and `real_t` consistently around square values
2026-06-24 10:16:11 -05:00
Thaddeus Crews 7b594b5963 Merge pull request #65229 from snibk/menubar-icons
Add icons to certain main menu items
2026-06-24 10:16:09 -05:00
Thaddeus Crews e7fb8ccb5d Merge pull request #120530 from bruvzg/lang_sel_x
[Editor] Fix multiple issues with preferred locale list.
2026-06-24 10:16:08 -05:00
Thaddeus Crews b48b64283e Merge pull request #110075 from bruvzg/ios_lb_names
[iOS] Use unique splash image set name to avoid caching.
2026-06-24 10:16:06 -05:00
Thaddeus Crews 59bb0e125f Merge pull request #118294 from XpolioN2005/fix/vp-graph-cursor
Fix Visual Profiler cursor not appearing when graph is partially filled
2026-06-24 10:16:05 -05:00
Pāvels Nadtočajevs 4fb8381639 [iOS] Use unique splash image set name to avoid caching. 2026-06-24 11:28:31 +03:00
Thaddeus Crews c3e6b2c093 Merge pull request #119319 from YeldhamDev/meshlib_categories
Add categories to `MeshLibrary`
2026-06-23 14:49:16 -05:00
Thaddeus Crews 10d32f7859 Merge pull request #119590 from YeldhamDev/unify_split_registration
Unify dock split registration
2026-06-23 14:49:16 -05:00
Thaddeus Crews 3d76d7d15e Merge pull request #119399 from KoBeWi/throwing_old_layout_under_the_bus
Improve Audio dock layout
2026-06-23 14:49:15 -05:00
Thaddeus Crews 91c400d121 Merge pull request #113987 from KoBeWi/translation_tree
Improve auto-translation of Scene dock
2026-06-23 14:49:14 -05:00
Thaddeus Crews bff324b16e Merge pull request #120320 from KoBeWi/marginalized_docks
Add margin drop support for dock slots
2026-06-23 14:49:14 -05:00
Thaddeus Crews ca611c03a6 Merge pull request #120056 from KoBeWi/v.copy
Show toast when copying version
2026-06-23 14:49:13 -05:00
Thaddeus Crews 462725b61f Merge pull request #118634 from mihe/scene-visibility-drag
Add ability to drag-toggle visibility in scene tree editor
2026-06-23 14:49:13 -05:00
Thaddeus Crews 49d0b28122 Merge pull request #119876 from Lefrec/autoload_remove
Ensure renaming an Autoload removes the old name from code suggestions
2026-06-23 14:49:12 -05:00
Thaddeus Crews 7a56e67983 Merge pull request #115003 from DarioSamo/astc-profiles
Add support for ASTC 6x6 and high quality compression profiles.
2026-06-23 14:49:11 -05:00
Thaddeus Crews b6ea080444 Merge pull request #108767 from aaronfranke/editor-3d-org
Organize 3D editor code and rename a few 3D things
2026-06-23 14:49:11 -05:00
Thaddeus Crews a39af2bca7 Merge pull request #119586 from LeavingPython33/fold_categories_in_profiler
Add ability to fold categories in Profiler
2026-06-23 14:49:09 -05:00
Dario 5d87e9b616 Add support for ASTC 6x6 and high quality compression profiles. 2026-06-23 14:00:26 -03:00
Lefrec 5e716bf1f7 Ensure renaming an Autoload removes the old name from code suggestions
Use _set with a null value instead of clear when renaming an Autoload to make sure the old name is removed from code suggestion
2026-06-23 15:05:25 +02:00
kobewi 57b35401c6 Improve auto-translation of Scene dock 2026-06-23 14:56:12 +02:00
kobewi e487fc5611 Add margin drop support for dock slots 2026-06-23 14:51:00 +02:00
Thaddeus Crews 8222d0983a Merge pull request #118856 from Ivorforce/stringname-string-conversion
Change `StringName` -> `String` conversion from `operator String()` to `string()`
2026-06-23 07:01:08 -05:00
Thaddeus Crews 8101255d2b Merge pull request #120403 from TokageItLab/fold-loose
Make animation folding access cfg only at save/load project time
2026-06-23 07:01:05 -05:00
Thaddeus Crews 4d5a89bdf5 Merge pull request #120554 from AegisTTN/scene_title_auto_translate
Fix scene tab titles not updating on language change
2026-06-23 07:01:01 -05:00
Silc Lizard (Tokage) Renew 7788fc4fd2 Make animation folding access cfg only at save/load project time 2026-06-23 08:37:00 +09:00
smix8 6139df8546 Make AudioStreamPreviewGenerator use WorkerThreadPool
Makes AudioStreamPreviewGenerator use WorkerThreadPool tasks instead of spawning new Threads.
2026-06-22 23:36:24 +02:00
Thaddeus Crews 6f3117d11a Merge pull request #119580 from unit-tick/fix_project_title
Editor: Wrap Long Project Title
2026-06-22 12:32:47 -05:00
Thaddeus Crews 0a277d26eb Merge pull request #120481 from Shaderd00d/copy_paste_favorites
Fix context menu not opening favorite sections in Editor Inspector
2026-06-22 12:32:45 -05:00
Thaddeus Crews 2f335f1698 Revert "Presort text draw calls."
This reverts commit 892381663b.
2026-06-22 12:03:01 -05:00
AegisTTN e2a31a12df Fix scene tab titles not updating on language change 2026-06-22 17:13:26 +01:00
Lukas Tenbrink 2659124e66 Change StringName -> String conversion from operator String() to string(). 2026-06-22 15:46:16 +02:00
Thaddeus Crews 5f39b46011 Merge pull request #120469 from KotzaBoss/resourcepreloader-signals
Add signals to ResourcePreloader, connect to ResourcePreloaderEditor
2026-06-22 08:29:50 -05:00
Thaddeus Crews c4e8d89f23 Merge pull request #119408 from smix8/canvas_mesh_dragndrop
Add CanvasItemEditor drag and drop for Mesh resources
2026-06-22 08:29:48 -05:00
Thaddeus Crews 19cf57431d Merge pull request #107126 from a-johnston/expose_fuzzy_search
Expose fuzzy search api to scripting
2026-06-22 08:29:48 -05:00
Thaddeus Crews 41e3364455 Merge pull request #116751 from bruvzg/text_presort_2
Presort text draw calls (simplified version).
2026-06-22 08:29:47 -05:00
Thaddeus Crews 7bb0c8f567 Merge pull request #119605 from Calinou/3d-editor-improve-decal-gizmo
Improve decal gizmo in the 3D editor
2026-06-22 08:29:46 -05:00
Thaddeus Crews 46a03b03a2 Merge pull request #119813 from KoBeWi/high_light
Highlight dock slot hovered in the popup
2026-06-22 08:29:45 -05:00
Thaddeus Crews b0890caade Merge pull request #119806 from bruvzg/txtx
[Export] Suppress duplicate texture format errors in UI and add missing in console mode.
2026-06-22 08:29:44 -05:00
Pāvels Nadtočajevs 089b797dc8 [Editor] Fix multiple issues with preferred locale list.
Fix locales added multiple times to the language selector list.
Fix automatic locale selection if English is the first of multiple preferred locales.
2026-06-21 21:41:10 +03:00
Shaderman cc4055c5a2 Fix context menu not opening favorite sections in Editor Inspector and remove the unused inspector_path concept 2026-06-21 19:40:55 +02:00
Aaron Franke f89a3efdad Organize 3D editor code and rename a few 3D things 2026-06-20 19:40:06 -07:00
Aaron Franke 58ef14369d Use float literals and real_t consistently around square values 2026-06-20 19:10:53 -07:00