summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2020-06-21Merge pull request #39661 from dreamsComeTrue/restart-project-settings-msgRémi Verschelde
Project Settings 'restart' message put focus on editor rather than project itself
2020-06-20Remove unused ToolButton editor iconHugo Locurcio
Left-over from 31b7f02a29cdf4f1c30cfc37962f43f67380b9ad.
2020-06-20Fix overwrite of manual changes in export_presets.cfg when export dialog is ↵Maganty Rushyendra
opened Ensures that behavior when export_presets.cfg file is edited manually while editor is running remains identical to before commit 44094b0.
2020-06-20Merge pull request #39687 from Calinou/2d-editor-shift-horizontal-scrollRémi Verschelde
Scroll horizontally when holding Shift with Scroll to Pan enabled
2020-06-20Merge pull request #39689 from Calinou/new-assetlib-iconRémi Verschelde
Replace the AssetLib tab icon with a less confusing design
2020-06-20Replace the AssetLib tab icon with a less confusing designHugo Locurcio
This closes https://github.com/godotengine/godot-proposals/issues/818.
2020-06-19Merge pull request #39657 from Sl3dge78/20467Rémi Verschelde
The "Anim imported" warning gets displayed properly when working on imported anims.
2020-06-19Merge pull request #39663 from dreamsComeTrue/connect-dialog-method-nameRémi Verschelde
Prevent having spaces in signal's method in Connect Dialog
2020-06-19Prevent having spaces in signal's method in Connect DialogDominik 'dreamsComeTrue' Jasiński
Fixes: #39647
2020-06-19Project Settings 'restart' message put focus on editor rather than project ↵Dominik 'dreamsComeTrue' Jasiński
itself Fixes: #39613
2020-06-19Remove ToolButton in favor of ButtonHugo Locurcio
ToolButton has no redeeming differences with Button; it's just a Button with the Flat property enabled by default. Removing it avoids some confusion when creating GUIs. Existing ToolButtons will be converted to Buttons, but the Flat property won't be enabled automatically. This closes https://github.com/godotengine/godot-proposals/issues/1081.
2020-06-19Scroll horizontally when holding Shift with Scroll to Pan enabledHugo Locurcio
This closes https://github.com/godotengine/godot-proposals/issues/1077.
2020-06-19Added Texture2DArray support to visual shadersYuri Roubinsky
2020-06-19Autofilled path gets set properly on animation subresourcesSl3dge78
2020-06-18Fix #20467. The "Anim imported" warning gets displayed properly when working ↵Sl3dge78
on imported anims.
2020-06-18Merge pull request #39638 from mrushyendra/editor_previewRémi Verschelde
Fix editor texture preview for certain specific dimensions
2020-06-18Fix editor texture preview for certain specific dimensionsMaganty Rushyendra
Ensures no error is issued when attempting to preview a resource that may be scaled down to <1 pixel when resizing to fit the thumbnail.
2020-06-18Merge pull request #39614 from hinlopen/fix-search-highlightRémi Verschelde
Search result highlights follow font size
2020-06-18Merge pull request #39626 from bojidar-bg/x-tileset-editor-crashRémi Verschelde
Fix a random crash in the TileSet editor
2020-06-17Fix a random crash in the TileSet editorBojidar Marinov
Occurred when selecting polygon collision mode, then drawing a single point, then selecting rectangle mode, and finally trying to select a rectangle.
2020-06-17Restore previous mouse position when leaving the editor freelook modeHugo Locurcio
- Remove the crosshair as it no longer serves a purpose (the cursor will now appear where the user "expects" it to). This closes https://github.com/godotengine/godot-proposals/issues/1076.
2020-06-17DocData: Skip language-specific ClassDoc without methods/constantsRémi Verschelde
Removes the useless `@C#`, `@NativeScript` and `@VisualScript` entries.
2020-06-17Search result highlights follow font sizeStijn Hinlopen
2020-06-16Fix code editor Replace tool to work with 'Selection Only' optionMaganty Rushyendra
Ensures that when the `Selection Only` option is selected, the Replace tool replaces occurrences of the search phrase only within the selected region, and in order of occurrence.
2020-06-16Merge pull request #39307 from KoBeWi/move_n_dupRémi Verschelde
Allow duplicating files when holding Control
2020-06-16Merge pull request #39517 from Calinou/editor-display-freelook-speed-zoomRémi Verschelde
Display freelook speed and zoom in units in the 3D editor viewport
2020-06-16Display freelook speed and zoom in units in the 3D editor viewportHugo Locurcio
Now that the 3D editor grid is infinite and adjusts its step automatically, this helps people get a better sense of scale when moving around in the 3D viewport. This also fixes the indicator bar drawing on hiDPI displays.
2020-06-16Merge pull request #39126 from TwistedTwigleg/GSOC_2020_Working_BranchRémi Verschelde
Skeleton and Skeleton inspector low-level changes
2020-06-16Merge pull request #38934 from KoBeWi/where_to_setgetRémi Verschelde
Link exposed setters/getters in property descriptions
2020-06-16Change in-editor documentation style to be closer to online docs.bruvzg
2020-06-15Made low level changes to the Skeleton3D class and Skeleton3D inspector. ↵TwistedTwigleg
Changes listed below: * Added helper functions to Skeleton3D for converting transforms from bone space to global space, and vice versa. * Updated the Skeleton3D class reference. * Changed the icon used for bones in the Skeleton3D inspector to use BoneAttachement3D's icon. * Changed the Skeleton3D inspector to use EditorPropertyTransform and EditorPropertyVector3 when possible. * Placed the Transform/Matrix for each bone in a sub-section, so it is visually similar to the Node3D inspector.
2020-06-15Link exposed set/getters in property descriptionsTomasz Chabora
2020-06-15i18n: Sync translations with WeblateRémi Verschelde
Remove 'de_CH' translation (4% complete) to default to the 100% complete 'de' one. Fixes #32625. (cherry picked from commit 35a5ebb44d534683da4e2e6b774fe7e1d165a24b)
2020-06-15Merge pull request #39479 from akien-mga/classdb-default-property-uniqueRémi Verschelde
Object: Add usage hint to instantiate Object properties in editor
2020-06-15Merge pull request #39503 from hilfazer/fav-proj-godot4Rémi Verschelde
Fixed "Favourite Project" button in Project Manager
2020-06-15Merge pull request #39543 from Sawrr/masterRémi Verschelde
Unhide Skeleton3D menu button
2020-06-15Merge pull request #39534 from Calinou/remove-2d-pixel-import-presetRémi Verschelde
Remove the obsolete "2D Pixel" import preset
2020-06-15Merge pull request #39549 from KoBeWi/deletebuseffectinatorRémi Verschelde
Delete bus effect with Delete key
2020-06-15Fix match count for whole word search in editorMaganty Rushyendra
Check if a match borders a new line char when incrementing match counts.
2020-06-15Delete bus effect with Delete keyTomasz Chabora
2020-06-14Unhide Skeleton3D menu buttonSawrr
2020-06-14Remove the obsolete "2D Pixel" import presetHugo Locurcio
Texture filtering is now defined on a per-node basis, thanks to bindless textures provided by Vulkan. This closes #37057.
2020-06-13Fixed "Favourite Project" button in Project Managerhilfazer
2020-06-12Object: Add usage hint to instantiate Object properties in editorRémi Verschelde
Fixes #36372 as Path2D/Path3D's `curve` property no longer uses a Curve instance as default value, but instead it gets a (unique) default Curve instance when created through the editor (CreateDialog). ClassDB gets a sanity check to ensure that we don't do the same mistake for other properties in the future, but instead use the dedicated property usage hint. Fixes #36372. Fixes #36650. Supersedes #36644 and #36656. Co-authored-by: Thakee Nathees <thakeenathees@gmail.com> Co-authored-by: simpuid <utkarsh.email@yahoo.com>
2020-06-12Fix whole word search slowdown in editorMaganty Rushyendra
Reduce repeated iteration through the full text when counting the number of occurrences of whole words while searching a file in the editor.
2020-06-12Merge pull request #39468 from KoBeWi/cpp_type_the_sequelRémi Verschelde
Fix custom types in node list search
2020-06-11Fix custom types in node list searchTomasz Chabora
2020-06-11Add GLTF light importAaron Franke
Co-authored-by: K.S. Ernest (iFire) Lee <ernest.lee@chibifire.com>
2020-06-11i18n: Sync translations with WeblateRémi Verschelde
(cherry picked from commit d68e631566e953e09e71438558b9f1376648d025)
2020-06-11Merge pull request #39355 from SaviHex/better-docs-linksRémi Verschelde
Added a "title" attribute for the link tag in the docs xml