summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2019-11-19Merge pull request #33673 from YeldhamDev/script_templates_lines_styleRémi Verschelde
Make the script templates' blank lines conform with the official style guide
2019-11-19Merge pull request #33700 from nekomatata/sprite-add-label-overlapRémi Verschelde
Fixed "Add Sprite..." label overlapping with zoom controls
2019-11-18Consider locked moving objects when updating viewportTomasz Chabora
2019-11-18Fixed "Add Sprite..." label overlapping with zoom controlsPouleyKetchoupp
2019-11-18Fixed ScriptEditorDebugger minimum sizePouleyKetchoupp
Changed to MarginContainer to enforce debugger tabs minimum size on the parent, avoids overlapping controls with Profiler and Network Profiler tabs. Fixes #20837
2019-11-17Fix animation key snapping at high zoomsTomasz Chabora
2019-11-17Make the script templates' blank lines conform with the official style guideMichael Alexsander
2019-11-14Merge pull request #33607 from Calinou/orbit-modifier-always-altRémi Verschelde
Always allow Alt as an orbit modifier in the 3D editor
2019-11-14Always allow Alt as an orbit modifier in the 3D editorHugo Locurcio
This makes it easier to navigate in 3D when using a graphics tablet. This fallback modifier will only be available if no other modifier is using Alt. This partially addresses https://github.com/godotengine/godot-proposals/issues/196.
2019-11-14Add a tooltip to explain what marking a preset as "runnable" doesHugo Locurcio
2019-11-14Merge pull request #33617 from Chaosus/fix_theme_element2Rémi Verschelde
Fix incorrect error/matches label color when switching from light to dark theme
2019-11-14EditorNode: Improve tooltip for pause buttonRémi Verschelde
Closes #14742.
2019-11-14Fix incorrect error label color when switching from light to dark themeYuri Roubinsky
2019-11-14Merge pull request #33614 from Chaosus/fix_theme_elementRémi Verschelde
Fix "matches" label color in light theme
2019-11-14Fix "matches" label color in light themeYuri Roubinsky
2019-11-13Disable ok button if no key is selected when adding event to an actionGilles Roudière
2019-11-13Merge pull request #33596 from KoBeWi/sell_tileRémi Verschelde
Make sure tile is selected when selecting TileMap
2019-11-13Make sure tile is selected when selecting TileMapTomasz Chabora
2019-11-13Merge pull request #33589 from JFonS/fix_scaled_gizmosRémi Verschelde
Fix broken gizmo interaction when Node is scaled
2019-11-13Fix broken gizmo interaction when Node is scaledJFonS
2019-11-12Properly handle zoom when opening tileset editorTomasz Chabora
2019-11-12Prevent crash when scene has path, but no fileTomasz Chabora
2019-11-11Merge pull request #33544 from YeldhamDev/camera_override_tooltip_adustmentRémi Verschelde
Minor adjustment in the "Game Camera Override" button's tooltip.
2019-11-11Hide "Set As Main Scene" in FileSystem dock if the scene is already the main oneMichael Alexsander
2019-11-11Minor adjustment in the "Game Camera Override" button's tooltip.Michael Alexsander
2019-11-11Merge pull request #33517 from madmiraal/fix-_MSG-macrosRémi Verschelde
Send *_MSG macros' explanations directly to the _err_print_error().
2019-11-11Display icon for "Set As Main Scene" in filesystem popupAndrii Doroshenko (Xrayez)
2019-11-11Remove all uses of ERR_EXPLAIN macros.Marcel Admiraal
2019-11-11Merge pull request #33529 from code-xD/masterRémi Verschelde
fixes #33439. The feature now changes according to the feature profile.
2019-11-11Merge pull request #33499 from nekomatata/animation-filter-functionRémi Verschelde
Fixed function/audio/anim tracks in blend tree animation filter
2019-11-11fixes #33439. The feature now changes according to the feature profile.Shivansh Anand
2019-11-10Merge pull request #33516 from qarmin/small_fixesRémi Verschelde
Memory leaks and crash fixes
2019-11-10Merge pull request #33513 from nekomatata/multi-selection-focusRémi Verschelde
Keep focus on the top-most node for multi-selection in scene tree
2019-11-10Memory leak and crash fixesRafał Mikrut
2019-11-10Keep focus on the top-most node for multi-selection in scene treePouleyKetchoupp
Makes behavior consistent with selecting/deselecting single nodes and fixes a regression about the focused node being lost when multi-selecting. Fixes #33332
2019-11-10Multi-selection restored properly after switching scenesPouleyKetchoupp
Fixes #33511
2019-11-09Fixed function/audio/anim tracks in blend tree animation filterPouleyKetchoupp
2019-11-09Fixed errors when saving scene with a shrunk viewportPouleyKetchoupp
Handle viewport size larger than preview size but very close, when the ratio was 1 the size ended up being 0. Fixes #33497
2019-11-09Fixed Camera preview when creating new scenesPouleyKetchoupp
Fixes #33490
2019-11-08Fix some small text mistakesTomasz Chabora
2019-11-08Fixed initial title in audio buses editorDanil Alexeev
Previously, 'default_bus_layout.tres' was always displayed at startup, even if 'audio/default_bus_layout' was changed in Project Settings.
2019-11-08Merge pull request #27742 from rxlecky/camera-replicationRémi Verschelde
Game camera override
2019-11-07Merge pull request #33343 from KoBeWi/scene_tree_dustingRémi Verschelde
Another scene tree dock menu cleanup
2019-11-07Merge pull request #33183 from silvanocerza/filesystem-tree-expandRémi Verschelde
Folders in FileSystem are not expanded on project save anymore
2019-11-07Merge pull request #32997 from Calinou/editor-color-picker-add-tooltipRémi Verschelde
Add a tooltip to Color properties in the editor inspector
2019-11-07Merge pull request #32527 from OsamaElHariri/fix_locale_filterRémi Verschelde
Fix locale filter in project settings editor
2019-11-06Merge pull request #33362 from qarmin/regression_controlRémi Verschelde
Fix dragging spinner without control key
2019-11-06Merge pull request #33387 from nekomatata/faster-create-dialog-filterRémi Verschelde
Node create dialog filtering optimization
2019-11-06Make text in the "About" dialog reset its position when changedMichael Alexsander
2019-11-06Node create dialog filtering optimizationPouleyKetchoupp
Avoid loading the same scripts again and parse them when updating the node type tree.