Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-15 | Fix losing scene modifications when renaming file | Emmanuel Barroga | |
Closes: #30436 When renaming/moving a file in the filesystem docker, changes on a scene that has dependencies on the file being renamed/moved are lost. To resolve this, this patch saves the scenes that depend on the file first, to save its current state. | |||
2019-07-10 | Use reference to constant in functions | qarmin | |
2019-07-04 | FileSystem dock: Improve duplicate check for directory paths | Rémi Verschelde | |
Supersedes and closes #30225. | |||
2019-07-01 | Merge pull request #29815 from NilsIrl/plus_file_1 | Rémi Verschelde | |
Replace ` + "/" + ` with `String::file_add()` | |||
2019-06-26 | Some code changed with Clang-Tidy | qarmin | |
2019-06-23 | Replace ` + "/" + ` with `String::file_add()` | Nils ANDRÉ-CHANG | |
2019-06-11 | Fix error macro calls not ending with semicolon | Rémi Verschelde | |
It's not necessary, but the vast majority of calls of error macros do have an ending semicolon, so it's best to be consistent. Most WARN_DEPRECATED calls did *not* have a semicolon, but there's no reason for them to be treated differently. | |||
2019-06-04 | Fix moving and renaming files | Hein-Pieter van Braam-Stewart | |
This commit fixes several issues related to moving scenes and resources in an open project. * Don't try to reload scenes while not all scenes are updated yet. * Don't use the UndoRedo system to update non-user initiated editor state. * Resave scenes after moving files and updating resource path(s). | |||
2019-05-30 | Fix memory leak in Text Editor and FileSystem Dock | qarmin | |
2019-05-28 | Merge pull request #27836 from turtletooth/right-click | Rémi Verschelde | |
Allow Right Click in Empty Space on FileSystemDock | |||
2019-05-24 | Merge pull request #28702 from Lisapple/fs-show-path-tooltip | Rémi Verschelde | |
Show file path in FileSystem dock tooltip | |||
2019-05-19 | Fix typos with codespell | Rémi Verschelde | |
Using codespell 1.15.0. Method: ``` $ cat > ../godot-word-whitelist.txt << EOF ang curvelinear doubleclick leapyear lod merchantibility nd numer ois ony que seeked synching te uint unselect webp EOF $ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po" $ git diff // undo unwanted changes ``` | |||
2019-05-11 | Make possible to create inherited scenes via the RMB menu in the FileSystem dock | Michael Alexsander Silva Dias | |
2019-05-11 | Merge pull request #28807 from bojidar-bg/28798-open-filesystem | Rémi Verschelde | |
Open selected folder when pressing the "Open" option in the menu | |||
2019-05-10 | Open selected folder when pressing the "Open" option in the menu | Bojidar Marinov | |
An attempt to fix #28798 | |||
2019-05-09 | Scroll back to top when changing directory in FileSystem dock | volzhs | |
Fix #26041 | |||
2019-05-08 | Replacing filename with path in tooltip into FileSystem dock | Lisapple | |
2019-04-30 | Merge pull request #27707 from Calinou/tweak-message-wording | Rémi Verschelde | |
Improve wording of various messages and make casing more consistent | |||
2019-04-21 | Improve wording of various messages and make casing more consistent | Hugo Locurcio | |
This also adds the number of selected projects to the confirmation dialog that appears before removing projects. | |||
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 | Allow Right Click in Empty Space on FileSystemDock | Jeremy Bullock | |
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 | |