Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-31 | Merge pull request #31794 from Calinou/editor-increase-line-spacing | Rémi Verschelde | |
Increase line spacing in the editor help and asset library descriptions | |||
2019-08-31 | Merge pull request #31810 from merumelu/plugin-config-warnings | Rémi Verschelde | |
Warn about all missing keys in plugin.cfg | |||
2019-08-31 | Merge pull request #31808 from qarmin/crash_audioogg | Rémi Verschelde | |
Fix crash when AudioStreamOGGVorbis is empty | |||
2019-08-30 | Warn about all missing keys in plugin.cfg | merumelu | |
2019-08-30 | Fix crash when AudioStreamOGGVorbis is empty | qarmin | |
2019-08-30 | Editor: remove TOOLS_ENABLED guards | merumelu | |
For code inside editor/ `#ifdef TOOLS_ENABLED` is always true so those checks are redundant. | |||
2019-08-30 | Increase line spacing in the editor help and asset library descriptions | Hugo Locurcio | |
This makes for more readable text. | |||
2019-08-30 | Merge pull request #31790 from Chaosus/fix_graph_light_theme | Rémi Verschelde | |
Fix editor's GraphEdit lines color on light theme | |||
2019-08-30 | Merge pull request #31791 from Keetz/DisableDefaultWavTrim | Rémi Verschelde | |
Disabled trim and normalize as default for wav import | |||
2019-08-30 | Merge pull request #25353 from azagaya/master | Rémi Verschelde | |
Use also invisible tabs to calculate minimum size of tab container | |||
2019-08-30 | Make tab containers in editor, project settings, and export dialog, to use ↵ | azagaya | |
hidden tabs for min size computation. | |||
2019-08-30 | Merge pull request #31706 from akien-mga/android-custom-build-improvements | Rémi Verschelde | |
Buildsystem and workflow improvements to the new Android custom builds | |||
2019-08-30 | Disabled trim and normalize as default for wav import | Rasmus Ketelsen | |
2019-08-30 | Merge pull request #31767 from Calinou/tweak-editor-window-dim | Rémi Verschelde | |
Tweak the editor window dimming intensity, remove dim fade animation | |||
2019-08-30 | Fix graph edit lines color on light theme | Chaosus89 | |
2019-08-30 | Fix few icons in SpatialEditor which don't update when theme changed | Chaosus89 | |
2019-08-30 | Merge pull request #31766 from Calinou/editor-improve-light-theme-colors-2 | Rémi Verschelde | |
Improve more light theme colors in the editor for better readability | |||
2019-08-30 | Merge pull request #31754 from aole/node-selection-issue-on-node-create-dialog | Rémi Verschelde | |
Fix selecting recent node in CreateDialog | |||
2019-08-29 | i18n: Sync translation template with current source | Rémi Verschelde | |
2019-08-29 | Tweak the editor window dimming intensity, remove dim fade animation | Hugo 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-29 | i18n: Sync translations with Weblate | Rémi Verschelde | |
Adds templates for Basque, Irish and Odia. | |||
2019-08-29 | Improve more light theme colors in the editor for better readability | Hugo Locurcio | |
This also makes the "pressed icon" color easier to distinguish on a light theme. This closes #31763. | |||
2019-08-29 | Fix selecting recent node in CreateDialog | Bhupendra 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-29 | Android: Extract libs from pre-built APKs when installing build template | Ré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-29 | Android: Improve dialogs about custom build template | Ré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-29 | Merge pull request #31748 from Calinou/add-project-description | Rémi Verschelde | |
Add a project description setting | |||
2019-08-29 | Merge pull request #31611 from Calinou/animation-editor-hsize-cursor | Rémi Verschelde | |
Change mouse cursor when hovering a resize area in the animation editor | |||
2019-08-29 | Merge pull request #31755 from YeldhamDev/assetlib_minor_cleanup | Rémi Verschelde | |
Minor cleanup of the AssetLib's asset dialog | |||
2019-08-29 | Minor cleanup of the AssetLib's asset dialog | Michael Alexsander Silva Dias | |
2019-08-28 | Major enhancements for the group editor | Michael Alexsander Silva Dias | |
2019-08-28 | Add a project description setting | Hugo 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-28 | AssetLib minor fixes and enhancements | Michael Alexsander Silva Dias | |
2019-08-27 | Merge pull request #31718 from sparkart/fix_projectmanager_keyup | Rémi Verschelde | |
Fixes Keyup Navigation in Project Manager | |||
2019-08-27 | Merge pull request #31722 from Calinou/assetlib-improve-image-loading-speed | Rémi Verschelde | |
Improve image loading performance in the asset library | |||
2019-08-27 | Display a "broken file" icon for missing images in the asset library | Hugo Locurcio | |
This partially addresses #31683. | |||
2019-08-27 | Improve image loading performance in the asset library | Hugo Locurcio | |
This closes #31614. | |||
2019-08-27 | Fixes Keyup Navigation in Project Manager | Emmanuel Barroga | |
This PR fixes the issue of navigation via keyup in the project manager not selecting the first item. | |||
2019-08-27 | Added the ability to import scene resources as .tres files | Rasmus Ketelsen | |
2019-08-26 | Merge pull request #25656 from bruvzg/macos_multi_instances | Rémi Verschelde | |
[macOS] Add ability to open multiple editor instances and global/dock menu access | |||
2019-08-26 | Merge pull request #31659 from Klesomik/master | Rémi Verschelde | |
Fix memory leak in Find in Files | |||
2019-08-26 | Merge pull request #31676 from KoBeWi/this_shader_is_a_history | Rémi Verschelde | |
Clear undo history on shader load | |||
2019-08-26 | Memory leak fixed | Klesomik | |
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-26 | Merge pull request #31674 from dankan1890/drag&drop_tileset | Ré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-26 | Clear undo history on shader load | Tomasz Chabora | |
2019-08-26 | Merge pull request #31556 from Chaosus/gles2_inverse | Rémi Verschelde | |
Implemented inverse shader function to GLES2 | |||
2019-08-26 | Merge pull request #31585 from 2shady4u/removeguides | Rémi Verschelde | |
Added button/shortcut for removing all guides | |||
2019-08-26 | Merge pull request #31615 from Calinou/assetlib-improve-loading | Rémi Verschelde | |
Improve loading UX in the asset library | |||
2019-08-26 | Added drag and drop to the tileset plugin. | dankan1890 | |
2019-08-25 | Fix _get_description param name (visual shaders) | Yuri Roubinski | |