Commit Graph

21499 Commits

Author SHA1 Message Date
Jayden Sipe 333fda8fd0 Fix max icon width in remote scene view 2026-04-16 01:03:42 -04:00
Thaddeus Crews 4836ba26f0 Merge pull request #115340 from wagnerfs/add-translation-context
Add translation context to Controls
2026-04-15 14:02:36 -05:00
Rémi Verschelde 705c96e3c8 Merge pull request #118567 from brandonhare/fix-dpi-texture-color-map
Add missing dictionary type hints in SVG DPITexture import options
2026-04-15 12:41:15 +02:00
Rémi Verschelde 316bdc1d1a Merge pull request #117432 from vaner-org/animationtree-unify-error
Allow toggling AnimationTree error panel
2026-04-15 12:40:39 +02:00
Rémi Verschelde 0fd8c2cf2f Merge pull request #116308 from deralmas/wl/restore-workaround
Wayland: Re-enable window restore logic
2026-04-15 12:40:31 +02:00
Rémi Verschelde 637e23472b Merge pull request #112992 from YeldhamDev/asset_store_new_api
Improve asset store and port it to the new API
2026-04-15 12:40:26 +02:00
kobewi 08e3358cdb Improve Move/Duplicate dialog 2026-04-15 12:14:59 +02:00
Wagner a82b69a554 Adds translation context to Controls
Co-authored-by: jkirsteins <janis.kirsteins@datadoghq.com>
2026-04-14 23:47:49 -03:00
vaner-org ee520f5306 Unify AnimationTree error panel 2026-04-15 08:12:22 +05:30
Thaddeus Crews 90113707f2 Merge pull request #117887 from ryevdokimov/collision-vertex-snap
Add vertex snap to collision shape vertices in 3D editor
2026-04-14 15:44:30 -05:00
Thaddeus Crews a33f4855f8 Merge pull request #118564 from bruvzg/ios_name_esc
[iOS] Do not escape name in `pbxproj`.
2026-04-14 15:44:27 -05:00
brandonhare e31383fba4 Add missing dictionary type hints in SVG DPITexture import options 2026-04-14 23:41:21 +10:00
Pāvels Nadtočajevs f241e80105 [iOS] Do not escape name in pbxproj. 2026-04-14 15:33:56 +03:00
Thaddeus Crews 86075f7af1 Merge pull request #118561 from bruvzg/gm_crash
Fix GameView crash on init.
2026-04-14 07:11:05 -05:00
Thaddeus Crews d3bbd95ccf Merge pull request #118559 from bruvzg/ios_oneclick_26
[iOS] Fix one-click deploy with Xcode 26.
2026-04-14 07:11:04 -05:00
Thaddeus Crews 7ce1853014 Merge pull request #108219 from CookieBadger/area-light-integration
Add Rectangular Area Light Source
2026-04-14 07:10:56 -05:00
Pāvels Nadtočajevs 7050e62fc8 Fix GameView crash on init. 2026-04-14 11:33:13 +03:00
Pāvels Nadtočajevs 1dae15757e [iOS] Fix one-click deploy with Xcode 26. 2026-04-14 08:20:41 +03:00
Thaddeus Crews 8fd7cdac7e Merge pull request #115151 from YeldhamDev/multi_node_theme_fix
Fix theme properties not being handled correctly by `MultiNodeEdit`
2026-04-13 15:52:18 -05:00
Thaddeus Crews 29d756e073 Merge pull request #107856 from aaronfranke/scene-import-mesh
3D scene import: Allow importing files as Mesh or MeshLibrary via ResourceImporterScene
2026-04-13 15:52:11 -05:00
Thaddeus Crews bafe886286 Merge pull request #115788 from Calinou/gltfdocument-expose-import-flags
Expose import flags in GLTFDocument, mark EditorSceneFormatImporter flags as bitfield
2026-04-13 15:52:10 -05:00
Thaddeus Crews c36827986d Merge pull request #118487 from passivestar/fix-118394
Export: Always include global script cache file
2026-04-13 11:46:07 -05:00
Thaddeus Crews 53156fc135 Merge pull request #118266 from Akosmo/fix-audio-bus-db-labels
Revamp audio bus UI
2026-04-13 11:46:00 -05:00
Thaddeus Crews b5feab25cb Merge pull request #118446 from kevinlam508/revert-118204
Revert "Fix EditorSpinSlider drag exceeding min/max boundaries"
2026-04-13 11:45:58 -05:00
Thaddeus Crews 5adbdac72b Merge pull request #117025 from brandonhare/fix-imported-resource-script-class
Fix quick load for resources imported by editor import plugins
2026-04-13 11:45:57 -05:00
Thaddeus Crews 471371dbcc Merge pull request #116641 from Scrawach/fix-file-dialog-folder-colors
Fix icons colors for files and directories at light color preset
2026-04-13 11:45:56 -05:00
Thaddeus Crews 0f02fb598f Merge pull request #115274 from YeldhamDev/node_path_delete_fix
Fix error when `NodePath` properties have their assigned nodes deleted
2026-04-13 11:45:53 -05:00
Thaddeus Crews 13db19e3a7 Merge pull request #118079 from allenwp/game-view-add-hdr
Change embedded window options to use three stacked dots and add HDR info
2026-04-13 11:45:46 -05:00
Thaddeus Crews eac17ddc55 Merge pull request #117275 from uno1982/feature/blend-space-sync-continuous
Add `SyncMode::CYCLIC` to BlendSpace1D and BlendSpace2D
2026-04-13 11:45:45 -05:00
Thaddeus Crews f02cb5fcc1 Merge pull request #113060 from kitbdev/refactor-fif
Clean up FindInFiles code
2026-04-13 11:45:44 -05:00
Akosmo 5e6c1f2418 Revamp audio bus UI 2026-04-13 06:42:45 -03:00
passivestar 1dbd4d5e3e Always include global script cache file 2026-04-12 17:59:44 +04:00
Kevin Lam 8694faecd9 Revert "Fix EditorSpinSlider drag exceeding min/max boundaries"
This reverts commit 0d3b41480f.
2026-04-11 20:18:28 -05:00
Aaron Franke fc722636bf 3D scene import: Allow importing files as Mesh or MeshLibrary via RIS
RIS = ResourceImporterScene
2026-04-11 16:23:17 -07:00
Michael Alexsander 2b835503cf Improve asset store and port it to the new API 2026-04-11 12:56:08 -03:00
ryevdokimov c375f0b6b3 Add vertex snap to collision shape vertices in 3D editor 2026-04-10 13:33:31 -04:00
kit 67e93e735f Clean up FindInFiles code 2026-04-10 11:58:50 -04:00
Thaddeus Crews b5c906478d Merge pull request #117835 from Arnklit/texture-region-move
Add moving and ratio-locked scaling to the region editor
2026-04-10 10:32:42 -05:00
Thaddeus Crews 5a8765b30c Merge pull request #118352 from YeldhamDev/default_theme_preview_fix
Fix `Theme` editor's default preview not having the correct theme
2026-04-10 10:32:41 -05:00
Thaddeus Crews 825e762c99 Merge pull request #118363 from vaner-org/title-bar-logo-saturation-exemption
Prevent branding in Project Manager from being affected by icon saturation
2026-04-10 10:32:39 -05:00
Thaddeus Crews 8462ad479d Merge pull request #118301 from mihe/default-editor-inspector
Expose new `create_default_inspector` method for `EditorInspector`
2026-04-10 10:32:36 -05:00
Thaddeus Crews 7c5ca4442b Merge pull request #118187 from SirLich/feature/context-slot-inspector-property
Add `ContextMenuSlot::CONTEXT_SLOT_INSPECTOR_PROPERTY` to EditorContextMenuPlugin
2026-04-10 10:32:29 -05:00
Thaddeus Crews 5708ad13a6 Merge pull request #117923 from ryevdokimov/follow-subgizmo
Reset follow mode count on subgizmo point switch
2026-04-10 10:32:28 -05:00
Thaddeus Crews ee441aa00a Merge pull request #117922 from ryevdokimov/subgizmo-vertex-snap
Add vertex snap support for subgizmo points
2026-04-10 10:32:27 -05:00
Thaddeus Crews e2bfe1af8e Merge pull request #118273 from KoBeWi/make_flying
Fix floating dock rects from invisible docks
2026-04-10 10:32:24 -05:00
Thaddeus Crews 935df7feec Merge pull request #114622 from LucaTuerk/shader_create_dialog_include_fix
Fix ShaderInclude selected in ShaderCreateDialog due to previous selection even if invalid
2026-04-10 10:32:23 -05:00
Thaddeus Crews cba344c16d Merge pull request #112617 from Meorge/feat/richtextlabel-img-em
Add option to scale images in RichTextLabel relative to font size
2026-04-10 10:32:20 -05:00
Thaddeus Crews 98f9c79d4f Merge pull request #118192 from vaner-org/remote-local-new-style
Improve Remote/Local SceneTreeDock buttons' appearance
2026-04-10 10:32:18 -05:00
Kasper Arnklit Frandsen 02e812647e Add moving and ratio-locked scaling to the region editor
Co-authored-by: Mikael Hermansson <mikael@hermansson.io>
2026-04-10 15:24:14 +02:00
Chaosus 34777ad0e4 Implement inline text shader previews
Co-authored-by: Cashew OldDew <155181921+cashew-olddew@users.noreply.github.com>
2026-04-10 08:40:02 +03:00