summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
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
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 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.
2019-12-22Merge pull request #34516 from Faless/debugger/output_buffer_sizeRémi Verschelde
Correct size for PacketPeerStream in Debugger.
2019-12-22Merge pull request #34441 from KoBeWi/wrapping_things_upRémi Verschelde
Fix code editor not always centering to bookmarks
2019-12-22Set proper icon for LineEdit in editor themeHaoyu Qiu
2019-12-21Correct size for PacketPeerStream in Debugger.Fabio Alessandrelli
We wanted 8 MiB but we were getting 16 MiB (minus 4 bytes for the separator). We are now getting 8 MiB minus 4 bytes for encoding.
2019-12-21Makes more editor strings translatableHaoyu Qiu
* "Add" button text in Groups Editor * "Receiver Method" in Connect Signal Dialog * "Play Mode" in Animation State Machine Editor * "Mesh Library" button text in Mesh Library editor plugin * Compose Array node button texts in Visual Script * Various button texts in TileSet Editor * Various Run Script errors
2019-12-21i18n: Sync translations with WeblateRémi Verschelde
2019-12-20Set proper icons for FileDialog in editor themevolzhs
2019-12-19Merge pull request #34445 from JFonS/fix_13364Rémi Verschelde
Fix selection on 3D viewport with half resolution
2019-12-19Fix selection on 3D viewport with half resolutionJFonS
2019-12-19Merge pull request #34437 from Chaosus/fix_toggle_scripts4Rémi Verschelde
Fix ScriptTextEditor encapsulation
2019-12-19Fix ScriptTextEditor encapsulationYuri Roubinsky
2019-12-19Fixes Curve Editor marginHaoyu Qiu
2019-12-18Fix code editor not always centering to bookmarksTomasz Chabora
2019-12-18Merge pull request #34430 from volzhs/error-log-with-containerRémi Verschelde
Fix error log when selecting child of Containers
2019-12-19Fix error log when selecting child of Containersvolzhs