Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-19 | Added ability for multiple images to be imported as an atlas | Juan Linietsky | |
This adds support for groups in the import system, which point to a single file. Add property hint for saving files in file field | |||
2019-04-15 | Save opened scenes when necessary | Tomasz Chabora | |
2019-04-09 | FS dock: Allow deselecting items by clicking empty space | Rémi Verschelde | |
Fixes #27546. | |||
2019-04-08 | Add ability to edit editor feature profiles | Juan Linietsky | |
Allows enabling/disabling parts of the editor and storing/loading profiles for that. | |||
2019-04-06 | Fix "Show in File Manager" option | Daniel Kulas | |
2019-03-27 | Small tooltip changes to filesystem-related UI componentes in editor | Michael Alexsander Silva Dias | |
2019-03-08 | Fix error when trying to enter to folder/node directly via address bar | qarmin | |
2019-03-05 | Fix FileSystem dock's item view button starting with the wrong icon | Michael Alexsander Silva Dias | |
2019-03-05 | Fix general issues with filesystem-related UI components in the editor | Michael Alexsander Silva Dias | |
2019-03-03 | Fix grid view button icon not showing on filesystem dock. | Bruno Lourenço | |
2019-02-27 | Fixes layout loading | Gilles Roudiere | |
2019-02-25 | Move the FileSystem dock layout properties to the per-project layout file | Gilles Roudiere | |
2019-02-13 | Fix typos with codespell | Rémi Verschelde | |
Using codespell 1.14.0. Method: ``` $ cat > ../godot-word-whitelist.txt << EOF ang doubleclick lod nd numer que te unselect EOF $ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po" $ git diff // undo unwanted changes ``` | |||
2019-01-17 | Fixes crash in the Filesystem dock | groud | |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! | |||
2018-12-17 | General fixes for the AnimationTree editor | Michael Alexsander Silva Dias | |
2018-12-06 | Add signals for files move/delete/rename to FileSystemDock | groud | |
2018-11-05 | (#23480) Wrong directory path in filesystem dock when creating script. | Mintormo | |
When creating script and file selected in filesystem dock, between file name and directory path there is no "/" symbol. This commit fix that bug. | |||
2018-11-03 | Hide some RMB options in the filesystem dock when files are searched | groud | |
2018-11-02 | Merge pull request #23061 from groud/remove_thumbnail_view | Juan Linietsky | |
Remove the thumnail-only view from the filesystem dock | |||
2018-11-01 | Merge pull request #23311 from YeldhamDev/editor_capitalization_fix | Rémi Verschelde | |
Small capitalization fixes across the editor | |||
2018-10-29 | Fix small visual bug in filesystem dock | Chaosus | |
2018-10-26 | Small capitalization fixes across the editor | Michael Alexsander Silva Dias | |
2018-10-25 | Fix segfault on editor close up | Chaosus | |
2018-10-23 | Update filesystem dock when theme changed | Chaosus | |
2018-10-20 | Merge pull request #23160 from groud/filesystem_favorites_fix | Rémi Verschelde | |
Make folders clicked in the filesystem dock open the selected folder | |||
2018-10-19 | Make folders clicked in the filesystem dock open the selected folder | groud | |
2018-10-18 | Enhanced error message on folder creation with invalid chars on Windows | Silvano Cerza | |
If the user tried to create folder with *, | or > in its name it would return a generic error "Could not create folder." Now the same message is shown when creating a folder with /, \\, :, *, |, > or ending with . or an empty space. | |||
2018-10-16 | Update autoload references when moving files. | Zaven Muradyan | |
Prior to this, file references in autoload were not updated when a script was moved or renamed. This adds extra logic to update the autoload references when updating project settings. Fixes #22995. | |||
2018-10-16 | Remove the thumnail-only view from the filesystem dock | groud | |
2018-10-04 | 22586: Dragging file icon on to another file causes "Error Moving" in ↵ | Dualtagh Murray | |
FileSystem dock | |||
2018-09-30 | Adds the display of the favorites into the file list | groud | |
2018-09-28 | Add thumbnails to the FileSystem file list | groud | |
2018-09-27 | Fixes drag & drop in the file list | groud | |
2018-09-24 | Merge pull request #22398 from groud/fix_import_tab_update | Rémi Verschelde | |
Fix import tab not updating when selecting in the tree view | |||
2018-09-24 | Fix import tab not updating when selecting in the tree view | groud | |
2018-09-24 | Allow the tree view of FileSystem to take more space | groud | |
2018-09-23 | Prevent built-in-scripts from being made from FileSystem dock | DualMatrix | |
Prevent built-in-scripts from being made from FileSystem dock | |||
2018-09-21 | Remove auto disabling of the split-view in the FileSystem dock | groud | |
2018-09-21 | Merge pull request #22308 from groud/fix_filesystem_setting | Rémi Verschelde | |
Fixes filesystem display mode not updating at startup | |||
2018-09-21 | Fixes filesystem display mode not updating at startup | groud | |
2018-09-21 | Make filesystem dock's path bar start with said path written | Michael Alexsander Silva Dias | |
2018-09-18 | Fixes favorites not updating and rename favorite_dirs to favorites | groud | |
2018-09-14 | Bugfixes on the filesystem dock | groud | |
2018-09-14 | Add a display mode toggle button | groud | |
2018-09-14 | Store tree collapse when searching | groud | |
2018-09-14 | Allow dragging files into the favorites section | groud | |
2018-09-14 | Adds a filter in the tree view | groud | |
2018-09-14 | Replace the -show in filesystem- button by a RMB entry | groud | |
2018-09-14 | Replace the favorite button by a RMB menu entry | groud | |