summaryrefslogtreecommitdiffstats
path: root/editor
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #34760 from fire/gltf2-scissorsRémi Verschelde2020-01-031-1/+8
|\ | | | | Support GLTF2 alpha scissors.
| * Support GLTF2 alpha scissors.K. S. Ernest (iFire) Lee2020-01-021-1/+8
| |
* | Enable the script editor line length guideline by defaultHugo Locurcio2020-01-021-1/+1
|/ | | | | Now that the GDScript style guide has an official recommendation, it makes sense to enable the line length guideline by default.
* Merge pull request #34757 from neikeq/the-revenge-of-the-defvalsRémi Verschelde2020-01-021-2/+2
|\ | | | | Fix missing DEFVAL in some EditorSpatialGizmo methods
| * Fix missing DEFVAL in some EditorSpatialGizmo methodsIgnacio Etcheverry2020-01-021-2/+2
| | | | | | | | | | This was a regression from ac18665c8803916236cdf326b7b9a00951bf140d, which changed the C++ method signature but forgot to update the method bind.
* | Merge pull request #34618 from qarmin/vector_please_dont_crashRémi Verschelde2020-01-021-0/+3
|\ \ | |/ |/| Don't use constant reference in Vector push_back, insert and append_array
| * Don't use constant reference in Vector push_back, insert and append_arrayRafał Mikrut2019-12-261-0/+3
| |
* | Merge pull request #34720 from Calinou/light-gizmo-color-by-lightRémi Verschelde2020-01-026-22/+34
|\ \ | | | | | | Tint 3D light gizmos using the light's color
| * | Tint 3D light gizmos using the light's colorHugo Locurcio2020-01-016-22/+34
| | | | | | | | | | | | | | | This makes navigation more convenient in the 3D viewport, especially when using the unshaded display mode.
* | | Fix error when closing Attach Node Script windowvolzhs2020-01-021-2/+1
| | |
* | | Merge pull request #34665 from timothyqiu/camera-fovRémi Verschelde2020-01-011-3/+2
|\ \ \ | | | | | | | | Clamps fov/size for Camera gizmo
| * | | Clamps fov/size for Camera gizmoHaoyu Qiu2019-12-291-3/+2
| | | |
* | | | Merge pull request #34721 from dankan1890/ext_fixRémi Verschelde2020-01-011-0/+1
|\ \ \ \ | | | | | | | | | | ScriptCreateDialog: Suggested language extension now matches the selected language.
| * | | | ScriptCreateDialog: Suggested language extension now matches the selected ↵dankan18902020-01-011-0/+1
| | |/ / | |/| | | | | | | | | | | | | | | | | | language. Fixes #34711
* / | | Update copyright statements to 2020Rémi Verschelde2020-01-01363-729/+729
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Fixes Groups Editor batch add/remove nodesHaoyu Qiu2019-12-311-2/+2
| | |
* | | Merge pull request #34702 from Zylann/fix_project_manager_opens_wrong_projectRémi Verschelde2019-12-301-3/+1
|\ \ \ | | | | | | | | Fix wrong project opening in some situations
| * | | Fix wrong project opening in some situations, hidden nodes were not reorderedMarc Gilleron2019-12-301-3/+1
| |/ /
* | | i18n: Sync translation template with current sourceRémi Verschelde2019-12-3063-1322/+6629
| | |
* | | i18n: Sync translations with WeblateRémi Verschelde2019-12-3018-2133/+1591
| | |
* | | Merge pull request #34695 from timothyqiu/show-in-file-systemRémi Verschelde2019-12-301-6/+9
|\ \ \ | | | | | | | | Checks script path before show in filesystem
| * | | Checks script path before show in filesystemHaoyu Qiu2019-12-301-6/+9
| |/ /
* | | Merge pull request #34680 from Calinou/editor-export-nonzero-exit-code-errorRémi Verschelde2019-12-301-0/+4
|\ \ \ | | | | | | | | Exit the editor export process with a non-zero exit code on error
| * | | Exit the editor export process with a non-zero exit code on errorHugo Locurcio2019-12-301-0/+4
| |/ / | | | | | | | | | This closes #34672.
* | | Merge pull request #34653 from YeldhamDev/optionbutton_margin_autoRémi Verschelde2019-12-301-18/+5
|\ \ \ | | | | | | | | Make OptionButton itself take into account the arrow margin instead of relying on the theme
| * | | Revert "Merge pull request #34315 from ↵Michael Alexsander2019-12-281-18/+5
| |/ / | | | | | | | | | | | | | | | | | | YeldhamDev/editor_theme_optionbutton_arrow" This reverts commit 0da0eec6cc42066626f867079700c10737092217, reversing changes made to ec97535ea34456607c0c53607d41e34f272890ec.
* | | Merge pull request #34656 from volzhs/keep-selected-dirRémi Verschelde2019-12-301-0/+5
|\ \ \ | | | | | | | | Show selected directory in split mode when selecting a file
| * | | Show selected directory in split mode when selecting a filevolzhs2019-12-291-0/+5
| |/ /
* | | Merge pull request #34642 from timothyqiu/help-searchRémi Verschelde2019-12-301-12/+13
|\ \ \ | | | | | | | | Improves Search Help dialog
| * | | Improves Search Help dialogHaoyu Qiu2019-12-281-12/+13
| |/ / | | | | | | | | | | | | * Applies `EDSCALE` to various sizes * Adds missing `TTR`s to translatable strings
* | | Merge pull request #34625 from timothyqiu/i18nRémi Verschelde2019-12-309-14/+14
|\ \ \ | | | | | | | | Makes more editor strings translatable
| * | | Makes more editor strings translatableHaoyu Qiu2019-12-309-14/+14
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | | Merge pull request #34614 from qarmin/dont_create_preview_of_empty_sceneRémi Verschelde2019-12-301-49/+53
|\ \ \ | | | | | | | | Don't create preview of empty scene.
| * | | Don't create preview of empty scene.Rafał Mikrut2019-12-261-49/+53
| | |/ | |/|
* | | Merge pull request #34578 from timothyqiu/var-renameRémi Verschelde2019-12-302-6/+6
|\ \ \ | | | | | | | | Fixes variable naming in FileSystemDock
| * | | Fixes variable naming in FileSystemDockHaoyu Qiu2019-12-242-6/+6
| | |/ | |/|
* | | Merge pull request #34613 from timothyqiu/edscale-againRémi Verschelde2019-12-301-1/+1
|\ \ \ | | | | | | | | Fixes Theme Editor minimum height on HiDPI monitor
| * | | Fixes Theme Editor minimum height on HiDPI monitorHaoyu Qiu2019-12-261-1/+1
| |/ / | | | | | | | | | * Applies `EDSCALE` to the minimum size
* | | Merge pull request #34598 from timothyqiu/tab-heightRémi Verschelde2019-12-301-1/+2
|\ \ \ | | | | | | | | Fixes tab height in Batch Rename dialog
| * | | Fixes tab height in Batch Rename dialogHaoyu Qiu2019-12-251-1/+2
| |/ /
* | | Merge pull request #34594 from marstaik/gltf_colorfix_uRémi Verschelde2019-12-301-8/+7
|\ \ \ | | | | | | | | Fix Hard Crash on glTF Color Accessor Import
| * | | Fix Hard Crash on glTF Color Accessor ImportMarios Staikopoulos2019-12-241-8/+7
| |/ /
* / / Cleans up headers included in editor_node.hHaoyu Qiu2019-12-2463-49/+170
|/ /
* | Centers Dock Position textHaoyu Qiu2019-12-231-0/+1
| |
* | i18n: Sync translations with Weblate + update templateRémi Verschelde2019-12-2263-1197/+6334
| | | | | | | | | | Also fix a few stray clang-format formatting errors that passed through CI unnoticed.
* | Merge pull request #34516 from Faless/debugger/output_buffer_sizeRémi Verschelde2019-12-221-1/+1
|\ \ | | | | | | Correct size for PacketPeerStream in Debugger.
| * | Correct size for PacketPeerStream in Debugger.Fabio Alessandrelli2019-12-211-1/+1
| |/ | | | | | | | | 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.
* | Merge pull request #34441 from KoBeWi/wrapping_things_upRémi Verschelde2019-12-222-0/+4
|\ \ | | | | | | Fix code editor not always centering to bookmarks
| * | Fix code editor not always centering to bookmarksTomasz Chabora2019-12-182-0/+4
| | |
* | | Set proper icon for LineEdit in editor themeHaoyu Qiu2019-12-221-0/+1
| |/ |/|