summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2019-08-30Merge pull request #31754 from aole/node-selection-issue-on-node-create-dialogRémi Verschelde
Fix selecting recent node in CreateDialog
2019-08-29i18n: Sync translation template with current sourceRémi Verschelde
2019-08-29i18n: Sync translations with WeblateRémi Verschelde
Adds templates for Basque, Irish and Odia.
2019-08-29Fix selecting recent node in CreateDialogBhupendra Aole
If the node name matches exactly as the search, the node should be selected. This also fixes when the user clicks on recent nodes. Fixes #24044
2019-08-29Merge pull request #31748 from Calinou/add-project-descriptionRémi Verschelde
Add a project description setting
2019-08-29Merge pull request #31611 from Calinou/animation-editor-hsize-cursorRémi Verschelde
Change mouse cursor when hovering a resize area in the animation editor
2019-08-29Merge pull request #31755 from YeldhamDev/assetlib_minor_cleanupRémi Verschelde
Minor cleanup of the AssetLib's asset dialog
2019-08-29Minor cleanup of the AssetLib's asset dialogMichael Alexsander Silva Dias
2019-08-28Major enhancements for the group editorMichael Alexsander Silva Dias
2019-08-28Add a project description settingHugo Locurcio
The description is displayed as a tooltip when hovering the project in the Project Manager. It can span multiple lines. This partially addresses #8167.
2019-08-28AssetLib minor fixes and enhancementsMichael Alexsander Silva Dias
2019-08-27Merge pull request #31718 from sparkart/fix_projectmanager_keyupRémi Verschelde
Fixes Keyup Navigation in Project Manager
2019-08-27Merge pull request #31722 from Calinou/assetlib-improve-image-loading-speedRémi Verschelde
Improve image loading performance in the asset library
2019-08-27Display a "broken file" icon for missing images in the asset libraryHugo Locurcio
This partially addresses #31683.
2019-08-27Improve image loading performance in the asset libraryHugo Locurcio
This closes #31614.
2019-08-27Fixes Keyup Navigation in Project ManagerEmmanuel Barroga
This PR fixes the issue of navigation via keyup in the project manager not selecting the first item.
2019-08-27Added the ability to import scene resources as .tres filesRasmus Ketelsen
2019-08-26Merge pull request #25656 from bruvzg/macos_multi_instancesRémi Verschelde
[macOS] Add ability to open multiple editor instances and global/dock menu access
2019-08-26Merge pull request #31659 from Klesomik/masterRémi Verschelde
Fix memory leak in Find in Files
2019-08-26Merge pull request #31676 from KoBeWi/this_shader_is_a_historyRémi Verschelde
Clear undo history on shader load
2019-08-26Memory leak fixedKlesomik
In some functions in editor/find_in_files.cpp was detected a memory leak DirAccess* and FileAccess* were replaced by DirAccessRef and FileAccessRef DirAccessRef and FileAccessRef are just wrappers for DirAccess* and FileAccess* Fixes for issue #31659
2019-08-26Merge pull request #31674 from dankan1890/drag&drop_tilesetRémi Verschelde
Added drag and drop to the tileset plugin.
2019-08-26[macOS] Add methods to modify global and dock menus. Add ability to open ↵bruvzg
multiple editor/project manager instances, recent/favourite project list to project manager dock menu and opened scene list to editor dock menu.
2019-08-26Clear undo history on shader loadTomasz Chabora
2019-08-26Merge pull request #31556 from Chaosus/gles2_inverseRémi Verschelde
Implemented inverse shader function to GLES2
2019-08-26Merge pull request #31585 from 2shady4u/removeguidesRémi Verschelde
Added button/shortcut for removing all guides
2019-08-26Merge pull request #31615 from Calinou/assetlib-improve-loadingRémi Verschelde
Improve loading UX in the asset library
2019-08-26Added drag and drop to the tileset plugin.dankan1890
2019-08-25Fix _get_description param name (visual shaders)Yuri Roubinski
2019-08-25Merge pull request #31628 from merumelu/treeitem-icon-modulateRémi Verschelde
Tree: fix and expose icon modulation
2019-08-25Fixes for visual shader member filterYuri Roubinski
2019-08-25Small performance fix for preview in visual shaderYuri Roubinski
2019-08-25Enhanced preview for a visual shader to show errorsYuri Roubinski
2019-08-24Added button/shortcut for removing all guidesshaderbeast
Added undo/redo Correctly added has_meta
2019-08-24Tree: fix and expose icon modulationmerumelu
2019-08-24Improve loading UX in the asset libraryHugo Locurcio
The asset library will now fade when loading pages instead of displaying a progress bar, which is a more common design pattern when browsing an online resource's pages. A "Loading..." text will be displayed before the first page loads.
2019-08-23Change mouse cursor when hovering a resize area in the animation editorHugo Locurcio
This also scales the default width of the track name column on hiDPI displays.
2019-08-23Merge pull request #31589 from Chaosus/minimap_enabledRémi Verschelde
Make code minimap to be visible by default
2019-08-23Merge pull request #31588 from Calinou/editor-help-add-horizontal-marginsRémi Verschelde
Add horizontal margins to the editor help based on width
2019-08-23Merge pull request #30833 from sparkart/fix_inspector_clear_remote_nodeRémi Verschelde
Fix Clearing Inspector for Remote Node
2019-08-23Merge pull request #31586 from SonerSound/issue_31533Rémi Verschelde
Export path is the only path to be saved as a relative path
2019-08-23Merge pull request #31111 from Xrayez/script-templates-projectRémi Verschelde
Allow to define and load script templates per project
2019-08-23Merge pull request #31569 from SaracenOne/plugin_shutdown_fixRémi Verschelde
Fix an exception when trying to close down editor with plugins using autoload singletons
2019-08-23Merge pull request #31548 from Calinou/project-manager-improve-missingRémi Verschelde
Improve the display of missing projects in the Project Manager
2019-08-23Make code minimap to be visible by defaultYuri Roubinski
2019-08-23Add horizontal margins to the editor help based on widthHugo Locurcio
This decreases the number of characters per line, and therefore helps make the editor help more readable.
2019-08-22Export path is the only path to be saved as a relative pathSonerSound
Also reverts 90b2415343287f67586956c798d4b7a63544158f
2019-08-22Allow to define and load script templates per projectAndrii Doroshenko (Xrayez)
Previously it was only possible to create custom script templates per editor instance which could lead to certain name collisions, but now one can create such templates per project tailored for specific use cases. The default path to search for custom script templates is defined in project settings via `editor/script_templates_search_path` setting as `res://script_templates` path, yet this can be configured per project. Templates have at most two origins now: 1. Project-specific, defined in `ProjectSettings`, for instance: - res://script_templates/ 2. Editor script templates, for instance: - %APPDATA%/Godot/script_templates/ As script templates can have the same name over different paths, the override mechanism was also added, enabling project-specific templates over the editor ones.
2019-08-22Fix an exception when trying to close down editor with plugins enabled.Saracen
2019-08-22Improve the display of missing projects in the Project ManagerHugo Locurcio
- Use a "broken file" icon instead of a "folder" icon for missing projects - Fade out the project icon for missing projects - Use transparent modulate for grayed out projects as it results in better-looking text - Disable the "Edit", "Run" and "Rename" buttons if at least one missing project is selected - Make double-clicking or pressing Enter do nothing when a missing project is selected - Change the "Open in FileSystem" tooltip accordingly for missing projects - Don't connect the "Open in FileSystem" pressed signal to make the button ineffective for missing projects - Name missing projects as "Missing Project" instead of "Unnamed Project"