summaryrefslogtreecommitdiffstats
path: root/editor
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #46378 from reduz/static-method-in-variant-typesRémi Verschelde2021-03-161-1/+24
|\ | | | | Add static method support to core Variant types
| * Add static method support to core Variant typesreduz2021-03-161-1/+24
| | | | | | | | | | | | * Properly exposed, including validated and variant call * Bound static functions in String and Color * Did not add support for scripting languages, will have to be added manually.
* | i18n: Sync translations with WeblateRémi Verschelde2021-03-1617-236/+224
| | | | | | | | (cherry picked from commit 94a0fc47f7b4e90f8973f9adbfd3312579ed2825)
* | Fix AnimationTree editor crash when renaming nodeHaoyu Qiu2021-03-161-1/+1
| |
* | Merge pull request #44333 from lupoDharkael/preferred-extensionRémi Verschelde2021-03-151-4/+14
|\ \ | | | | | | Save resource: give .res less priority as preferred extension
| * | Save resource: implement extension prioritylupoDharkael2021-03-131-4/+14
| | | | | | | | | | | | | | | give .res less priority and .tres more priority as preferred extensions.
* | | Reset ruler tool when switching tools with shortcutsDominik 'dreamsComeTrue' Jasiński2021-03-151-0/+1
| | | | | | | | | | | | Fixes: #37056
* | | Use OS-specific terminology for "Move to Trash" in the editor filesystemHugo Locurcio2021-03-141-0/+15
| | | | | | | | | | | | This closes https://github.com/godotengine/godot-proposals/issues/2460.
* | | Merge pull request #46971 from YeldhamDev/editinspec_theme_fixRémi Verschelde2021-03-141-1/+1
|\ \ \ | | | | | | | | Fix EditorInspector not updating its theme on rare occasions
| * | | Fix EditorInspector not updating its theme on rare occasionsMichael Alexsander2021-03-131-1/+1
| | | |
* | | | Merge pull request #46943 from ↵Rémi Verschelde2021-03-141-2/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | jmb462/fix-editor-slider-grabber-zoomed-bad-position Fix EditorSpinSlider grabber zoom issues (Fix #46632)
| * | | | fix-EditorSpinSlider-grabber-zoomed-positionjmb4622021-03-131-2/+6
| | | | |
* | | | | Merge pull request #46942 from ray90514/debugRémi Verschelde2021-03-141-1/+2
|\ \ \ \ \ | | | | | | | | | | | | Fix Node can not be reselected
| * | | | | Fix Node can not be reselectedray905142021-03-131-1/+2
| | | | | |
* | | | | | Merge pull request #46970 from jmb462/fix-crash-on-closing-empty-modified-sceneRémi Verschelde2021-03-141-5/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix crash on closing empty modified scene (Fix #46959)
| * | | | | | Fix crash on closing empty modified scenejmb4622021-03-131-5/+8
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #46985 from jmb462/Fix-Asset-Library-URL-editor-updateRémi Verschelde2021-03-142-12/+20
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix Asset Library URLs not updating without restarting after been changed in editor settings (Fix #46977)
| * | | | | | Fix Asset Library URL not updating after been changed in editor settingsjmb4622021-03-132-12/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The changes made in this commit refresh the URL OptionButton when editor settings are modified. No need to restart any more for the changes to appear in the Asset Library. Fix #46977
* | | | | | | Merge pull request #46969 from Pop0p/fix_folder_stripedgesRémi Verschelde2021-03-131-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Remove whitespaces when creating folder
| * | | | | | trims_whitespaces_when_creating_folder_windowsPop0p2021-03-131-2/+2
| |/ / / / / | | | | | | | | | | | | | | | | | | When creating a Windows folder via a Godot's dialog, the extra spaces are not removed which causes problems with Windows. We now remove leading and trailing whitespace when creating a dir.
* | | | | | Merge pull request #46978 from jmb462/fix-hardcoded-maya-style-pan-key-modifierRémi Verschelde2021-03-131-3/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix hardcoded Maya style navigation pan key modifier (Fix #46973)
| * | | | | | Fix hardcoded Maya style navigation pan key modifierjmb4622021-03-131-3/+2
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | ALT key modifier was hardcoded is node_3d_editor_plugin.cpp and didn't take editor settings into account. Fix #46973
* | | | | | Merge pull request #46919 from nekomatata/soft-body-gizmo-fixRémi Verschelde2021-03-131-1/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix pinned vertices in SoftBody editor gizmo
| * | | | | | Fix pinned vertices in SoftBody editor gizmoPouleyKetchoupp2021-03-111-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The wrong vertices could be highlighted/selected due to generating a debug triangle mesh to gather points, which can modify the order of vertices.
* | | | | | | Merge pull request #46946 from Calinou/editor-sprite-frames-zoom-hidpiRémi Verschelde2021-03-131-9/+11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Scale zoom values in the SpriteFrames editor for hiDPI displays
| * | | | | | | Scale zoom values in the SpriteFrames editor for hiDPI displaysHugo Locurcio2021-03-121-9/+11
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | This closes #46836.
* | | | | | | Fix always capitalized properties in sub-inspectorjmb4622021-03-131-1/+1
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | Fix #46961: This commit correctly initialize capitalization in sub-inspectors (like shaders's sub-inspector in the inspector panel) with the editor settings.
* | | | | | Merge pull request #46955 from mujpao/polygon2d-update-viewportRémi Verschelde2021-03-131-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update viewport after Polygon2D deselected
| * | | | | | Update viewport after Polygon2D deselectedmujpao2021-03-121-2/+2
| |/ / / / /
* / / / / / Fix Create Plugin after GD Annotation Changessboronczyk2021-03-131-1/+1
|/ / / / /
* | | | | Merge pull request #46918 from ray90514/debugRémi Verschelde2021-03-121-1/+1
|\ \ \ \ \ | | |/ / / | |/| | | Fix Tree focus border disappears when Border Size is set to 0
| * | | | Fix Tree focus border disappears when Border Size is set to 0ray905142021-03-121-1/+1
| |/ / /
* | | | Fix crash when trying to export zero files.mujpao2021-03-111-13/+45
| | | | | | | | | | | | | | | | | | | | Fixes crash that happened while exporting if zero files were selected and adds more error handling to EditorExportPlatform class.
* | | | Merge pull request #46510 from hilfazer/nested_scene_duplication_4_0Rémi Verschelde2021-03-111-10/+0
|\ \ \ \ | |/ / / |/| | | Support for duplication of nested instanced scenes
| * | | Support for duplication of nested instanced sceneshilfazer2021-03-111-10/+0
| | | |
* | | | Implement Navigation layersGilles Roudière2021-03-103-3/+38
| | | |
* | | | Remove Navigation2D/3D nodes, and move the navigation map to the world resourceGilles Roudière2021-03-101-1/+1
| | | |
* | | | Merge pull request #46759 from qarmin/crashes_othersRémi Verschelde2021-03-091-32/+40
|\ \ \ \ | | | | | | | | | | Fix crashes when manipulating nodes in editor
| * | | | Fix crashes when manipulating nodes in editorRafał Mikrut2021-03-071-32/+40
| | | | |
* | | | | Merge pull request #45545 from abaire/relaxes_gltf_name_sanitizationRémi Verschelde2021-03-091-3/+5
|\ \ \ \ \ | | | | | | | | | | | | Relaxes node name sanitization in gltf documents.
| * | | | | Relaxes Node naming constraints in glTF documents to match the Editor.abaire2021-02-241-3/+5
| | | | | |
* | | | | | Merge pull request #46110 from gongpha/colorbar-in-colorpickerRémi Verschelde2021-03-092-0/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add color interpolation bar on each channel in ColorPicker
| * | | | | | Add interpolation bar on each channel in ColorPickerKongfa Waroros2021-03-092-0/+2
| | | | | | |
* | | | | | | Merge pull request #46670 from Shatur95/fix-enable-created-pluginRémi Verschelde2021-03-092-1/+7
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Fix enabling of created plugin
| * | | | | | Fix enabling of created pluginShatur952021-03-062-1/+7
| | | | | | |
* | | | | | | i18n: Sync translations with WeblateRémi Verschelde2021-03-0866-1542/+2772
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit f1f472439ed8043ab6b625c42ff2682476e56b5d)
* | | | | | | Merge pull request #46771 from socket220/masterRémi Verschelde2021-03-081-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | pop-up usability enhancement for support-level button
| * | | | | | | mod: pop-up usability enhancement for support buttongatalskii2021-03-071-0/+1
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | Now after choosing support level pop-up doesn't hide after each click
* | | | | | | fix incorrectly connected optimize_dialog signalnemerle2021-03-081-1/+1
| | | | | | |
* | | | | | | Make the pagination buttons wider in the asset library browserHugo Locurcio2021-03-071-2/+4
|/ / / / / / | | | | | | | | | | | | | | | | | | This makes the page number buttons easier to click.