summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2022-03-30Cleanup EditorNode and EditorDataHendrik Brucker
Co-authored-by: Eric M <itsjusteza@gmail.com>
2022-03-29Merge pull request #59558 from V-Sekai/primitive-indiciesRémi Verschelde
2022-03-29Merge pull request #59496 from KoBeWi/inspector_teleportRémi Verschelde
2022-03-29Simplify FBX importer project settings registeringHaoyu Qiu
2022-03-29Merge pull request #59374 from timothyqiu/extract-refactor-masterRémi Verschelde
Refactor editor `extract.py`
2022-03-29Remove `SHADOW_ATTENUATION` spatial light shader built-inYuri Roubinsky
2022-03-29i18n: Sync editor translation template after #59349Rémi Verschelde
(cherry picked from commit 15dc747de8e895c4ac3212cd564266fb31a5d613)
2022-03-29i18n: Sync editor translations with WeblateRémi Verschelde
(cherry picked from commit 0db753ef54a305c32bbf9511ec7de5f1ba1c4c3c)
2022-03-29Merge pull request #58160 from m4gr3d/android_editorRémi Verschelde
2022-03-28Android port of the Godot EditorFredy Huya-Kouadio
These set of changes focus primarily on getting the core logic and overall Godot Editor UI and functionality up and running natively on Android devices. UI tweaks / cleanup / polish, as well configuration for Android specific functionality / restrictions will be addressed in follow-up PRs iteratively based on feedback. Co-authored-by: thebestnom <shoval.arad@gmail.com>
2022-03-28Merge pull request #59619 from Chaosus/vs_input_descRémi Verschelde
2022-03-28Fix inspector group name capitalizationFireForge
2022-03-28Add refs to shading language to the desciption of input nodes in vshaderYuri Roubinsky
2022-03-28Merge pull request #59426 from timothyqiu/name-style-masterRémi Verschelde
2022-03-28Merge pull request #59553 from reduz/script-extension-supportRémi Verschelde
2022-03-28Add property name style toggle to InspectorHaoyu Qiu
2022-03-28Merge pull request #59565 from SirQuartz/masterRémi Verschelde
2022-03-28Merge pull request #59453 from DanielKriz/masterRémi Verschelde
2022-03-28Hide "Normal Map" import option when using lossless compression on TextureNicholas Huelin
This pull request resolves an issue where images being imported with lossless compression allowed you to select a normal map, but the normal map only applies if you're using VRAM compression. Thereby making it redundant to appear when using lossless compression. This pull request hides the normal map option when lossless compression is selected. Resolves: #59435
2022-03-28Merge pull request #59614 from timothyqiu/debug-colors-masterRémi Verschelde
2022-03-28Merge pull request #59574 from Sauermann/proposal-rename-warp-mouseRémi Verschelde
Rename warp mouse functions to warp_mouse
2022-03-28Update SceneTree debug colors when settings changedHaoyu Qiu
2022-03-28Merge pull request #59603 from YeldhamDev/meta_regression_fixRémi Verschelde
Fix "Script Create" dialog errors with metadata
2022-03-28Merge pull request #59599 from YeldhamDev/node_picking_lawyerRémi Verschelde
Fix errors when locking nodes
2022-03-27Fix "Script Create" dialog errors with metadataMichael Alexsander
2022-03-27Fix errors when locking nodesMichael Alexsander
2022-03-27Add GDExtension support to Scriptreduz
* Ability to create script languages from GDExtension * Some additions to gdnative_extension.h to make this happen * Moved the GDExtension binder to core This now allows creating scripting languages from GDExtension, with the same ease as if it was a module. It replaces the old PluginScript from Godot 3.x. Warning: GodotCPP will need to be updated to support this (it may be a bit of work as ScriptInstance needs to be created over there again).
2022-03-27Rename warp mouse functions to warp_mouseMarkus Sauermann
2022-03-27Merge pull request #59442 from Vitika9/52287Rémi Verschelde
2022-03-27Merge pull request #59546 from timothyqiu/ssl-restartRémi Verschelde
Mark "Editor SSL Certificates" setting as require restart
2022-03-27Made reload current project ask for confirmation with unsaved changesVitika9
2022-03-27Fix project manager window size not applying display scale correctlyfloppyhammer
2022-03-27Mark Editor SSL Certificates setting as require restartHaoyu Qiu
2022-03-26Merge pull request #59336 from YeldhamDev/where_we_dropping_boysRémi Verschelde
2022-03-26Clarify what primitives means.K. S. Ernest (iFire) Lee
2022-03-26Merge pull request #46638 from Ev1lbl0w/feature-hide_gdignored_dirsRémi Verschelde
2022-03-26Fix project manager window centering in multi-monitor situationC.Even
* When main screen's position in not (0,0) and editor scale is larger than 1, the project manager window was not centered in main screen
2022-03-25Merge pull request #59489 from ↵Rémi Verschelde
adamscott/add-gltf-dae-fbx-blend-shape-mask-array-format-enforcers Add GLTF, DAE and FBX importers enforcement for blend shape mask array
2022-03-25Merge pull request #59500 from fire-forge/opentype-buttonRémi Verschelde
2022-03-25Make the OpenType "Add Feature..." button full widthFireForge
2022-03-25Merge pull request #59495 from DanielKriz/feature/better-dir-alert-msgsRémi Verschelde
2022-03-25Fixup enum compare after #53734Rémi Verschelde
2022-03-25Merge pull request #53734 from jmb462/fix-missing-action-iconsRémi Verschelde
2022-03-25Merge pull request #59452 from reduz/refactor-metadataRémi Verschelde
2022-03-25Merge pull request #59483 from bruvzg/editor_use_moRémi Verschelde
2022-03-25Convert the editor and default theme fonts to WOFF2 format to save space.bruvzg
2022-03-25Fix persistent favorites after renameDaniel Kříž
Signed-off-by: Daniel Kříž <Daniel.kriz@protonmail.com>
2022-03-25Merge pull request #59497 from Bitlytic/fix_group_selectedRémi Verschelde
Add _group_selected to callable methods
2022-03-25Merge pull request #59472 from KoBeWi/data_migrationRémi Verschelde
Make resource unique when pasting to another scene
2022-03-25Add better alert dialogs if directory already existsDaniel Kříž
Signed-off-by: Daniel Kříž <Daniel.kriz@protonmail.com>