summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2019-08-31Merge pull request #31794 from Calinou/editor-increase-line-spacingRémi Verschelde
Increase line spacing in the editor help and asset library descriptions
2019-08-31Merge pull request #31810 from merumelu/plugin-config-warningsRémi Verschelde
Warn about all missing keys in plugin.cfg
2019-08-31Merge pull request #31808 from qarmin/crash_audiooggRémi Verschelde
Fix crash when AudioStreamOGGVorbis is empty
2019-08-30Warn about all missing keys in plugin.cfgmerumelu
2019-08-30Fix crash when AudioStreamOGGVorbis is emptyqarmin
2019-08-30Editor: remove TOOLS_ENABLED guardsmerumelu
For code inside editor/ `#ifdef TOOLS_ENABLED` is always true so those checks are redundant.
2019-08-30Increase line spacing in the editor help and asset library descriptionsHugo Locurcio
This makes for more readable text.
2019-08-30Merge pull request #31790 from Chaosus/fix_graph_light_themeRémi Verschelde
Fix editor's GraphEdit lines color on light theme
2019-08-30Merge pull request #31791 from Keetz/DisableDefaultWavTrimRémi Verschelde
Disabled trim and normalize as default for wav import
2019-08-30Merge pull request #25353 from azagaya/masterRémi Verschelde
Use also invisible tabs to calculate minimum size of tab container
2019-08-30Make tab containers in editor, project settings, and export dialog, to use ↵azagaya
hidden tabs for min size computation.
2019-08-30Merge pull request #31706 from akien-mga/android-custom-build-improvementsRémi Verschelde
Buildsystem and workflow improvements to the new Android custom builds
2019-08-30Disabled trim and normalize as default for wav importRasmus Ketelsen
2019-08-30Merge pull request #31767 from Calinou/tweak-editor-window-dimRémi Verschelde
Tweak the editor window dimming intensity, remove dim fade animation
2019-08-30Fix graph edit lines color on light themeChaosus89
2019-08-30Fix few icons in SpatialEditor which don't update when theme changedChaosus89
2019-08-30Merge pull request #31766 from Calinou/editor-improve-light-theme-colors-2Rémi Verschelde
Improve more light theme colors in the editor for better readability
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-29Tweak the editor window dimming intensity, remove dim fade animationHugo Locurcio
The fade animation tended to give the editor a "sluggish" feel when running at lower FPS (which is common in heavy 3D scenes), so it's probably a good idea to remove it. This also makes dimming less intense (50% instead of 60%).
2019-08-29i18n: Sync translations with WeblateRémi Verschelde
Adds templates for Basque, Irish and Odia.
2019-08-29Improve more light theme colors in the editor for better readabilityHugo Locurcio
This also makes the "pressed icon" color easier to distinguish on a light theme. This closes #31763.
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-29Android: Extract libs from pre-built APKs when installing build templateRémi Verschelde
Otherwise we would need to include all of them in android_source.zip, which means building the zip after all libs have been built by SCons (so it would have to be done via gradle or a manual script). By extracting it from the pre-built APKs, we save some disk space in templates archives too.
2019-08-29Android: Improve dialogs about custom build templateRémi Verschelde
The language didn't make it clear that it's installing a *source* template to the project folder, for later use when compiling custom APKs. Fixes #28736.
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