summaryrefslogtreecommitdiffstats
path: root/editor
Commit message (Expand)AuthorAgeFilesLines
* Improve "No meshes to bake" LightmapGI error dialog in the editorHugo Locurcio2024-11-011-3/+7
* Merge pull request #98303 from Chaosus/vs_transparency_previewYuri Rubinsky2024-10-312-7/+22
|\
| * Add alpha channel display to vec4 previews of visual shader nodesChaosus2024-10-182-7/+22
* | Merge pull request #98620 from zeux/lodgen-cleanupClay John2024-10-302-14/+2
|\ \
| * | LOD: Remove "Raycast Normals" and associated "Normal Split Angle" settingsArseny Kapoulkine2024-10-282-14/+2
* | | Merge pull request #98584 from Nazarwadim/emit_only_one_signalClay John2024-10-302-1/+11
|\ \ \
| * | | Emit filesystem_changed only once per frameNazarii2024-10-282-1/+11
* | | | Merge pull request #98039 from aaronfranke/button-iconThaddeus Crews2024-10-29113-670/+670
|\ \ \ \
| * | | | Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-29113-670/+670
| | |/ / | |/| |
* | | | Merge pull request #98597 from timothyqiu/on-your-lawnThaddeus Crews2024-10-291-2/+4
|\ \ \ \
| * | | | Fix heap-use-after-free when ctrl-clicking controls in a containerHaoyu Qiu2024-10-261-2/+4
| | |/ / | |/| |
* | | | Merge pull request #98075 from KoBeWi/based_folderThaddeus Crews2024-10-291-1/+1
|\ \ \ \
| * | | | Fix wrong base directory when creating folderkobewi2024-10-111-1/+1
* | | | | Merge pull request #97936 from ev13bird/inspector_dock_filesystem_iconThaddeus Crews2024-10-291-0/+1
|\ \ \ \ \
| * | | | | Add icon for Inspector dock context menu Show in FileSystem itemev13bird2024-10-081-0/+1
* | | | | | Merge pull request #97934 from adamscott/give-AThousandShips-a-breakThaddeus Crews2024-10-2927-55/+54
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-2527-55/+54
* | | | | | Add "OpenGL 3", "GLES" and "Linux/*BSD" to editor property capitalizationHugo Locurcio2024-10-261-0/+3
| |_|_|/ / |/| | | |
* | | | | Merge pull request #97535 from HolonProduction/gizmo-cylinderThaddeus Crews2024-10-253-47/+110
|\ \ \ \ \
| * | | | | Editor: Improve cylinder gizmos 🌈HolonProduction2024-10-113-47/+110
* | | | | | Merge pull request #98378 from dalexeev/doc-clarify-engine-debuggerThaddeus Crews2024-10-251-1/+1
|\ \ \ \ \ \
| * | | | | | Clarify `EngineDebugger` and `EditorDebugger*` documentationDanil Alexeev2024-10-211-1/+1
* | | | | | | Merge pull request #97090 from KoBeWi/secret_cloning_researchThaddeus Crews2024-10-253-82/+171
|\ \ \ \ \ \ \
| * | | | | | | Don't rescan filesystem when duplicatingkobewi2024-10-043-82/+171
* | | | | | | | Merge pull request #90047 from ajreckof/fix-editing-exported-nodes-in-array-a...Thaddeus Crews2024-10-252-5/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix editing exported nodes in array as text.ajreckof2024-03-302-5/+5
* | | | | | | | | Merge pull request #97711 from EAinsley/fix#94718Thaddeus Crews2024-10-251-1/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | No freezing when size in header is too largeAinsley Su2024-10-231-1/+14
* | | | | | | | | | Merge pull request #94108 from Calinou/obj-import-add-generate-lods-shadow-me...Thaddeus Crews2024-10-251-5/+78
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add Generate LODs, Shadow Mesh and Lightmap UV2 options to OBJ mesh importHugo Locurcio2024-10-251-5/+78
* | | | | | | | | | | Merge pull request #96786 from passivestar/spin-slider-focus-fixThaddeus Crews2024-10-253-10/+5
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix EditorSpinSlider blocking viewport from getting focuspassivestar2024-09-103-10/+5
* | | | | | | | | | | | Merge pull request #93578 from Calinou/editor-filesystem-dock-context-add-sho...Thaddeus Crews2024-10-251-6/+6
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Add default keyboard shortcuts to various actions in the FileSystem dockHugo Locurcio2024-06-251-6/+6
* | | | | | | | | | | | Merge pull request #98323 from Calinou/advanced-import-settings-button-no-swa...Clay John2024-10-241-13/+4
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Don't swap Advanced Import Settings button position based on Swap OK CancelHugo Locurcio2024-10-181-13/+4
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #97277 from timothyqiu/meta-focusThaddeus Crews2024-10-241-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix Add Metadata dialog not focusing name field by defaultHaoyu Qiu2024-10-231-1/+1
* | | | | | | | | | | | Merge pull request #78312 from Calinou/editor-add-markdown-highlightingThaddeus Crews2024-10-242-0/+68
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Add Markdown syntax highlighting to the script editorHugo Locurcio2024-07-022-0/+68
* | | | | | | | | | | | | Merge pull request #91341 from bjornmp/NewMasterThaddeus Crews2024-10-247-25/+133
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Enforce that custom nodes keep their original typebjornmp2024-10-227-25/+133
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #97199 from shahriarlabib000/popupThaddeus Crews2024-10-241-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | fix popup scaleshahriarlabib0002024-09-211-1/+1
* | | | | | | | | | | | | | Merge pull request #98063 from TCROC/fix-headless-importThaddeus Crews2024-10-241-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | clear addon_name_to_plugin ater unload_editor_addons because of memdeleteTravis Lange2024-10-081-0/+2
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #96518 from Giganzo/popup-panel-styleThaddeus Crews2024-10-245-37/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Fix PopupPanel menu styleGiganzo2024-10-205-37/+19
* | | | | | | | | | | | | | Merge pull request #98041 from Hilderin/fix-lost-gdextensions-on-startupThaddeus Crews2024-10-212-19/+29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Fix lost of gdextension on editor startup.Hilderin2024-10-202-19/+29
| | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |