summaryrefslogtreecommitdiff
path: root/editor/plugins
AgeCommit message (Collapse)Author
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-19Fix error log when selecting child of Containersvolzhs
2019-12-17Fix toggle scripts panel to allow using shortcut in other areasYuri Roubinsky
2019-12-17Prevent showing toggle scripts panel switch in shader editorYuri Roubinsky
2019-12-17Merge pull request #34364 from Chaosus/toggle_scripts_panelRémi Verschelde
Moves switch for show scripts panel from File menu to status bar
2019-12-16Merge pull request #34377 from timothyqiu/i18nRémi Verschelde
Makes more strings in editor translatable
2019-12-16Makes more strings in editor translatableHaoyu Qiu
* File type names in file dialogs * Layout option names * Visual shader editor UI
2019-12-16Center error icon vertically in AssetLibHaoyu Qiu
2019-12-15Moves switch for show scripts panel from File menu to status barYuri Roubinsky
2019-12-14Increase the TileSet and polygon UV editor zoom limits to 16×Hugo Locurcio
This also changes the TileSet editor's minimum zoom to match other 2D editors. This closes #34346.
2019-12-13Make more editor strings translatableHaoyu Qiu
2019-12-13Merge pull request #34016 from ↵Rémi Verschelde
norton-corbett/hotfix/tileset-editor-point-grabbing Fix TileSet Editor polygon point grabbing
2019-12-11Fix for #34186: "Center Selection" in 2D editor introduces graphic bias.Hannah Crawford
2019-12-10Merge pull request #34040 from qarmin/unused_variable_more_precise_numbersRémi Verschelde
Removed unused variables, add some constants numbers
2019-12-10Removed unused variables, add some constants numbersRafał Mikrut
2019-12-08Fix TilesetEditorContext separation snap.dankan1890
Fixes #34182
2019-12-06clear_meta when clearing guides with the rulerHaoyu Qiu
2019-12-05changed set_meta to remove_meta in CLEAR_GUIDES menu optionsimpuid
2019-12-05Fixes crash when clearing guides in empty sceneHaoyu Qiu
2019-12-01Fixed another point grabbing issue at lower zoom levels.Norton Corbett
This was caused by the fact that the points were being iterated sequentially and we were breaking out of the loop as soon as we found a point that was "close enough", rather than actually finding the closest point. The previous fix exposed this new issue.
2019-12-01Center Script Editor when jumping to bookmarks/breakpointsTomasz Chabora
2019-12-01Merge pull request #34022 from nekomatata/animation-player-stop-errorsRémi Verschelde
Fixed errors in AnimationPlayerEditor when switching current_animation in the inspector
2019-12-01Fixed errors in AnimationPlayerEditor when switching current_animation in ↵PouleyKetchoupp
the inspector Case 1: start and stop an animation in the inspector Case 2: start an animation in the inspector, then stop and start again in the track editor Fixes #34021
2019-12-01Take into account the current zoom level when grabbing polygon points in the ↵Norton Corbett
TileSet editor. The transform of the TileSet editor workspace is now used to calculate the distance from the mouse click to the nearest polygon point. Fixes https://github.com/godotengine/godot/issues/34001
2019-11-30Fixed error when creating physical skeletonPouleyKetchoupp
An error was systematically triggered on the root bone, when trying to access its parent (the return value wasn't used in this case anyway). Fixes #23920
2019-11-28Don't cast item to Spatial when checking if it's lockedAaron Franke
Not a necessary cast, and causes a crash any time it's not a Spatial.
2019-11-27Fix box selection being cancelled immediatelyTomasz Chabora
2019-11-27Show thumbnail for DynamicFont resourcevolzhs
2019-11-26Range: Fix cases where max was set to or below min valueRémi Verschelde
It will now raise an error whenever this happens so that we can fix these situations. `max == min` is not allowed as it could lead to divisions by zero in ratios, and `max < min` doesn't make much sense. Fixes #33907.
2019-11-25Fixes around ScriptEditor script listPouleyKetchoupp
- Fixed "Previous Script" shortcut not working (CTRL+SHIFT+<) - Fixed crash (integer division by zero) when using previous/next script shortcut with no script open - Fixed error when dropping a script file with no script open ERROR: ItemList::get_item_metadata: Index p_idx=-1 out of size (items.size()=0) At: scene\gui\item_list.cpp:257
2019-11-25Merge pull request #33860 from nekomatata/stylebox-preview-shadowRémi Verschelde
StyleBox preview adjusted to fit all drawn content
2019-11-25Merge pull request #33829 from Calinou/tilemap-editor-use-info-overlayRémi Verschelde
Use the CanvasItemEditor info overlay to display TileMap coordinates
2019-11-25Removed translation for bookmarks menu item name in TextEditorPouleyKetchoupp
Only the label's text needs a translation, and it could cause issues when getting the node by name in a different language.
2019-11-24StyleBox preview adjusted to fit all drawn contentPouleyKetchoupp
This change allows StyleBox preview to take shadows and content margins into account to display how a whole panel would be rendered. The preview control clips contents so that in any case it doesn't bleed on controls around. Fixes #33801
2019-11-22Use the CanvasItemEditor info overlay to display TileMap coordinatesHugo Locurcio
This also removes the editor setting that toggles coordinate display, as it no longer solves an existing bug. This closes #28135.
2019-11-22Fix typos with codespellRémi Verschelde
Using codespell 1.16.0. Method: ``` $ cat > ../godot-word-whitelist.txt << EOF ang curvelinear dof doubleclick leapyear lod merchantibility nd numer ois ony que seeked synching te uint unselect webp EOF $ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po" $ git diff // undo unwanted changes ```
2019-11-20Merge pull request #33583 from qarmin/fix_overflows_unitializedRémi Verschelde
Fix some overflows and unitialized variables
2019-11-20Merge pull request #33734 from merumelu/editor-vcs-initRémi Verschelde
Editor: fix typo in VCS plugin method names
2019-11-20Fix some overflows and unitialized variablesRafał Mikrut
2019-11-19Cancel drag when selection changesTomasz Chabora
2019-11-19Editor: fix typo in VCS plugin method namesmerumelu
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-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-13Make sure tile is selected when selecting TileMapTomasz Chabora
2019-11-12Properly handle zoom when opening tileset editorTomasz Chabora
2019-11-11Minor adjustment in the "Game Camera Override" button's tooltip.Michael Alexsander