Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-02 | Merge pull request #31829 from KoBeWi/one_tool_to_ruler_2d | Rémi Verschelde | |
Add 2D ruler tool | |||
2019-09-01 | Add 2D ruler tool | Tomasz Chabora | |
2019-09-01 | Reorganize & rename text editor settings categories | Cykyrios | |
Add Navigation category for scroll and minimap settings. Rename Line Numbers category to Appearance. Rename Open Scripts category to Script List. Rename "Draw Minimap" setting to "Show Minimap" (this is more consistent with other settings). Reorder settings by category in code_editor.cpp to match settings list | |||
2019-09-01 | Merge pull request #31835 from ↵ | Rémi Verschelde | |
Calinou/increase-editor-sectioned-inspector-min-width Increase the minimum width of the editor sectioned inspector | |||
2019-09-01 | Merge pull request #31850 from aole/script-callback-enable-disable-EditorPlugin | Rémi Verschelde | |
Script callback for enabling/disabling EditorPlugin | |||
2019-09-01 | Script callback for enabling/disabling EditorPlugin | Bhupendra Aole | |
Parameter p_config_changes should be passed as true to enable callback to user scripts for enabling or disabling of the EditorPlugin. Fixes #30654 | |||
2019-09-01 | Fix resizer icon visiblity on light theme in GraphNode | Chaosus89 | |
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-31 | Increase the minimum width of the editor sectioned inspector | Hugo Locurcio | |
This makes sure section names such as "Window Placement" or "Vram Compression" aren't being cut off due to the panel width being too low. | |||
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 |