summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2020-01-05Fixes scaled scrolling of TextureRegion editorHaoyu Qiu
2020-01-04Take the editor scale into account for 2D zoom operationsHugo Locurcio
The zoom level displayed is now relative to the editor scale. This means that with an editor scale of 200%, the 100% zoom level will actually be 200% as it's multiplied by the editor scale. This prevents things from looking too small when opening a project on an hiDPI display. This matches the behavior found in most image editors out there.
2020-01-04Makes more strings translatableHaoyu Qiu
2020-01-03[Mono]: the C# script icon is now visible in the editor.dankan1890
2020-01-03doc: Sync classref with current sourceRémi Verschelde
2020-01-03Merge pull request #34760 from fire/gltf2-scissorsRémi Verschelde
Support GLTF2 alpha scissors.
2020-01-02Enable the script editor line length guideline by defaultHugo Locurcio
Now that the GDScript style guide has an official recommendation, it makes sense to enable the line length guideline by default.
2020-01-02Support GLTF2 alpha scissors.K. S. Ernest (iFire) Lee
2020-01-02Merge pull request #34757 from neikeq/the-revenge-of-the-defvalsRémi Verschelde
Fix missing DEFVAL in some EditorSpatialGizmo methods
2020-01-02Fix missing DEFVAL in some EditorSpatialGizmo methodsIgnacio Etcheverry
This was a regression from ac18665c8803916236cdf326b7b9a00951bf140d, which changed the C++ method signature but forgot to update the method bind.
2020-01-02Merge pull request #34618 from qarmin/vector_please_dont_crashRémi Verschelde
Don't use constant reference in Vector push_back, insert and append_array
2020-01-02Merge pull request #34720 from Calinou/light-gizmo-color-by-lightRémi Verschelde
Tint 3D light gizmos using the light's color
2020-01-02Fix error when closing Attach Node Script windowvolzhs
2020-01-01Merge pull request #34665 from timothyqiu/camera-fovRémi Verschelde
Clamps fov/size for Camera gizmo
2020-01-01Merge pull request #34721 from dankan1890/ext_fixRémi Verschelde
ScriptCreateDialog: Suggested language extension now matches the selected language.
2020-01-01Update copyright statements to 2020Rémi Verschelde
Happy new year to the wonderful Godot community! We're starting a new decade with a well-established, non-profit, free and open source game engine, and tons of further improvements in the pipeline from hundreds of contributors. Godot will keep getting better, and we're looking forward to all the games that the community will keep developing and releasing with it.
2020-01-01ScriptCreateDialog: Suggested language extension now matches the selected ↵dankan1890
language. Fixes #34711
2020-01-01Tint 3D light gizmos using the light's colorHugo Locurcio
This makes navigation more convenient in the 3D viewport, especially when using the unshaded display mode.
2019-12-31Fixes Groups Editor batch add/remove nodesHaoyu Qiu
2019-12-30Merge pull request #34702 from Zylann/fix_project_manager_opens_wrong_projectRémi Verschelde
Fix wrong project opening in some situations
2019-12-30i18n: Sync translation template with current sourceRémi Verschelde
2019-12-30i18n: Sync translations with WeblateRémi Verschelde
2019-12-30Merge pull request #34695 from timothyqiu/show-in-file-systemRémi Verschelde
Checks script path before show in filesystem
2019-12-30Merge pull request #34680 from Calinou/editor-export-nonzero-exit-code-errorRémi Verschelde
Exit the editor export process with a non-zero exit code on error
2019-12-30Fix wrong project opening in some situations, hidden nodes were not reorderedMarc Gilleron
2019-12-30Merge pull request #34653 from YeldhamDev/optionbutton_margin_autoRémi Verschelde
Make OptionButton itself take into account the arrow margin instead of relying on the theme
2019-12-30Merge pull request #34656 from volzhs/keep-selected-dirRémi Verschelde
Show selected directory in split mode when selecting a file
2019-12-30Merge pull request #34642 from timothyqiu/help-searchRémi Verschelde
Improves Search Help dialog
2019-12-30Merge pull request #34625 from timothyqiu/i18nRémi Verschelde
Makes more editor strings translatable
2019-12-30Merge pull request #34614 from qarmin/dont_create_preview_of_empty_sceneRémi Verschelde
Don't create preview of empty scene.
2019-12-30Merge pull request #34578 from timothyqiu/var-renameRémi Verschelde
Fixes variable naming in FileSystemDock
2019-12-30Merge pull request #34613 from timothyqiu/edscale-againRémi Verschelde
Fixes Theme Editor minimum height on HiDPI monitor
2019-12-30Merge pull request #34598 from timothyqiu/tab-heightRémi Verschelde
Fixes tab height in Batch Rename dialog
2019-12-30Merge pull request #34594 from marstaik/gltf_colorfix_uRémi Verschelde
Fix Hard Crash on glTF Color Accessor Import
2019-12-30Exit the editor export process with a non-zero exit code on errorHugo Locurcio
This closes #34672.
2019-12-30Makes more editor strings translatableHaoyu Qiu
* Title of Sprite Editor convert preview dialogs * Title of UV Channel Debug dialog * Various editor warnings * GridMap popup menu item "Paste Selects" * Tileset editor shape button texts * MeshLibrary update confirmation text
2019-12-30Checks script path before show in filesystemHaoyu Qiu
2019-12-29Clamps fov/size for Camera gizmoHaoyu Qiu
2019-12-29Show selected directory in split mode when selecting a filevolzhs
2019-12-28Revert "Merge pull request #34315 from ↵Michael Alexsander
YeldhamDev/editor_theme_optionbutton_arrow" This reverts commit 0da0eec6cc42066626f867079700c10737092217, reversing changes made to ec97535ea34456607c0c53607d41e34f272890ec.
2019-12-28Improves Search Help dialogHaoyu Qiu
* Applies `EDSCALE` to various sizes * Adds missing `TTR`s to translatable strings
2019-12-26Don't use constant reference in Vector push_back, insert and append_arrayRafał Mikrut
2019-12-26Don't create preview of empty scene.Rafał Mikrut
2019-12-26Fixes Theme Editor minimum height on HiDPI monitorHaoyu Qiu
* Applies `EDSCALE` to the minimum size
2019-12-25Fixes tab height in Batch Rename dialogHaoyu Qiu
2019-12-24Fix Hard Crash on glTF Color Accessor ImportMarios Staikopoulos
2019-12-24Cleans up headers included in editor_node.hHaoyu Qiu
2019-12-24Fixes variable naming in FileSystemDockHaoyu Qiu
2019-12-23Centers Dock Position textHaoyu Qiu
2019-12-22i18n: Sync translations with Weblate + update templateRémi Verschelde
Also fix a few stray clang-format formatting errors that passed through CI unnoticed.