Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Fix folder color not showing up in file dialogs | Nikita Krasnov | 2023-11-14 | 1 | -0/+8 | |
| |/ / | ||||||
* | / | Fix referring to ResourceImporterScene static importers via instances | Aaron Franke | 2023-12-11 | 1 | -24/+4 | |
| |/ |/| | ||||||
* | | Fix errors on file rename or move in the Filesystem Dock | Jordyfel | 2023-11-10 | 1 | -1/+8 | |
|/ | ||||||
* | Merge pull request #84217 from SaracenOne/fix_filesystem_rename_crash | Yuri Sizov | 2023-11-03 | 1 | -5/+14 | |
|\ | | | | | | | Fix file rename crash after toggling split mode. | |||||
| * | Fix file rename crash after toggling split mode. | Saracen | 2023-11-02 | 1 | -5/+14 | |
| | | ||||||
* | | Fix crash on rename collision in thumbnail grid | Saracen | 2023-10-30 | 1 | -1/+3 | |
|/ | ||||||
* | Merge pull request #82806 from Vilcrow/fix-ensure-selected-visible | Rémi Verschelde | 2023-10-27 | 1 | -4/+6 | |
|\ | | | | | | | Fix checking the visibility condition of selected file in the Godot editor's dock | |||||
| * | Fix checking the visibility condition of selected file in the Godot editor's ↵ | S.V.I. Vilcrow | 2023-10-25 | 1 | -4/+6 | |
| | | | | | | | | dock. | |||||
* | | Merge pull request #83941 from Jordyfel/hashset-not-vector | Rémi Verschelde | 2023-10-26 | 1 | -13/+14 | |
|\ \ | | | | | | | | | | Use Hashset for dependency list when moving | |||||
| * | | Use Hashset for dependency list when moving | Jordyfel | 2023-10-25 | 1 | -13/+14 | |
| | | | ||||||
* | | | Merge pull request #83487 from KoBeWi/crash_that_does_not_exist | Rémi Verschelde | 2023-10-26 | 1 | -0/+1 | |
|\ \ \ | | | | | | | | | | | | | Prevent crash when creating custom file tooltip | |||||
| * | | | Prevent crash when creating custom file tooltip | kobewi | 2023-10-17 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Fix potential crash on failed move. | Jordyfel | 2023-10-25 | 1 | -1/+3 | |
| |/ / |/| | | ||||||
* | | | Fix "as" capitalization in editor strings | Haoyu Qiu | 2023-10-23 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fix unexpected behaviors of using Duplicate To on folders | 风青山 | 2023-10-22 | 1 | -19/+7 | |
| | | | | | | | | | | | | | | | Fix folder not being copied when empty. Fix Keep Both would generate wrong paths when copying folders. | |||||
* | | | Merge pull request #82858 from KoBeWi/read_between_the_comments | Rémi Verschelde | 2023-10-18 | 1 | -11/+11 | |
|\ \ \ | |/ / |/| | | | | | Provide translation strings for folder colors | |||||
| * | | Provide translation strings for folder colors | kobewi | 2023-10-05 | 1 | -11/+11 | |
| |/ | ||||||
* | | Merge pull request #82957 from bruvzg/fs_case_check | Rémi Verschelde | 2023-10-13 | 1 | -6/+6 | |
|\ \ | | | | | | | | | | Add method to check if filesystem is case sensitive. | |||||
| * | | Add method to check if filesystem is case sensitive. | bruvzg | 2023-10-09 | 1 | -6/+6 | |
| |/ | ||||||
* / | Fix several issues with renaming in FileSystem dock | Vedat Gunel | 2023-10-09 | 1 | -13/+17 | |
|/ | ||||||
* | Merge pull request #80241 from gamedevishard/filesystem_dock_hsplit | Rémi Verschelde | 2023-10-03 | 1 | -25/+46 | |
|\ | | | | | | | Horizontal split view for Filesystem Dock | |||||
| * | Horizontal split view for Filesystem Dock | Devel Oper | 2023-09-22 | 1 | -25/+46 | |
| | | ||||||
* | | rename: don't update current path when file list has focus | coumcashier | 2023-10-02 | 1 | -3/+5 | |
| | | | | | | | | | | FileSystemDock: Don't update current path and path edit when the file list has focus. So that when renaming from the file list, we don't cd into the renamed folder automatically. | |||||
* | | Fix folder moving in FileSystemDock | 风青山 | 2023-09-29 | 1 | -24/+49 | |
| | | | | | | | | | | | | Include files in the folder that will be moved/renamed when looking up the file owner. Rename the function/variable names to make more sense in FileSystemDock | |||||
* | | Merge pull request #82347 from SaracenOne/dir_access_checks | Rémi Verschelde | 2023-09-26 | 1 | -0/+4 | |
|\ \ | | | | | | | | | | Add error checks for DirAccess creation | |||||
| * | | Add error checks for DirAccess creation. | Saracen | 2023-09-26 | 1 | -0/+4 | |
| | | | ||||||
* | | | Don't move not selected cursor item dragging files | Dawid Marzec | 2023-09-21 | 1 | -4/+4 | |
|/ / | ||||||
* | | Replace Ctrl in editor shortcuts with Cmd or Ctrl depending on platform | ajreckof | 2023-09-19 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #81813 from MewPurPur/fix-paint-icon | Rémi Verschelde | 2023-09-18 | 1 | -1/+1 | |
|\ \ | |/ |/| | | | Fix grayed out paint icons | |||||
| * | Fix grayed out paint icons | MewPurPur | 2023-09-17 | 1 | -1/+1 | |
| | | ||||||
* | | [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable | A Thousand Ships | 2023-09-15 | 1 | -1/+1 | |
| | | ||||||
* | | Fix dependency handling on move or rename. | Jordyfel | 2023-09-15 | 1 | -58/+47 | |
| | | ||||||
* | | Merge pull request #80503 from OXTyler/80379 | Rémi Verschelde | 2023-09-12 | 1 | -1/+0 | |
|\ \ | |/ |/| | | | Fixes Scene corruption when child scene is renamed in another directory | |||||
| * | Fixes Scene corruption when child scene is renamed in another directory | Tyler | 2023-08-10 | 1 | -1/+0 | |
| | | | | | | | | Fixes #80379 | |||||
* | | Merge pull request #81380 from AThousandShips/folder_color_add | Rémi Verschelde | 2023-09-08 | 1 | -10/+26 | |
|\ \ | | | | | | | | | | Update folder colors when moving or renaming | |||||
| * | | Update folder colors when moving or renaming | A Thousand Ships | 2023-09-07 | 1 | -10/+26 | |
| | | | ||||||
* | | | Merge pull request #81075 from SekoiaTree/prevent-leading-dot | Rémi Verschelde | 2023-09-08 | 1 | -1/+4 | |
|\ \ \ | |/ / |/| | | | | | Prevent creating any type of file with a leading dot | |||||
| * | | Prevent creating any type of file with a leading dot | sekoia | 2023-09-07 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Co-authored-by: gotnospirit <gotnospirit@gmail.com> | |||||
* | | | UWP: Remove platform port, needs to be redone from scratch for 4.x | Rémi Verschelde | 2023-09-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The UWP platform port was never ported to the Godot 4.0+ API, and it's now accumulating bitrot as it doesn't compile, and thus we no longer propagate platform changes in it. So we finally remove to acknowledge this state. There's still some interest in reviving the UWP port eventually, especially as support for Direct3D 12 will soon be merged, but when that happens it will be easiest to redo it from scratch. | |||||
* | | | Remove leftover debug print in `FileSystemDock` | A Thousand Ships | 2023-09-07 | 1 | -1/+0 | |
| | | | ||||||
* | | | Merge pull request #81344 from AThousandShips/folder_color_fix | Yuri Sizov | 2023-09-06 | 1 | -0/+6 | |
|\ \ \ | | | | | | | | | | | | | Fix saving editor folder colors | |||||
| * | | | Fix saving editor folder colors | A Thousand Ships | 2023-09-05 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | Also clears setting if none are assigned | |||||
* | | | | Add EditorStringNames singleton | kobewi | 2023-09-03 | 1 | -81/+82 | |
|/ / / | ||||||
* / / | Add custom color support to project folders | the-sink | 2023-08-29 | 1 | -12/+147 | |
|/ / | ||||||
* | | Merge pull request #80517 from ↵ | Rémi Verschelde | 2023-08-28 | 1 | -2/+2 | |
|\ \ | | | | | | | | | | | | | | | | YuriSizov/tsa-randomly-picked-you-for-mandatory-inspection-i-think-not Avoid unnecessary inspector updates when loading or switching scenes | |||||
| * | | Avoid unnecessary inspector updates when loading or switching scenes | Yuri Sizov | 2023-08-12 | 1 | -2/+2 | |
| |/ | | | | | | | | | | | This should result in some noticeable performance improvements, aside from fixing bugs due to conflicts in logic. This also simplifies some related code identified while debugging. | |||||
* / | Extract editor scene tabs into their own component | Yuri Sizov | 2023-08-24 | 1 | -4/+5 | |
|/ | ||||||
* | Merge pull request #75137 from nongvantinh/implement-6320 | Rémi Verschelde | 2023-08-07 | 1 | -7/+32 | |
|\ | | | | | | | Expose 'Reimport' on right-click context menu in the FileSystem panel | |||||
| * | Expose 'Reimport' on right-click context menu in the FileSystem panel | Nong Van Tinh | 2023-05-01 | 1 | -7/+32 | |
| | | ||||||
* | | Fix dropping files from res:// to res:// | kobewi | 2023-07-01 | 1 | -1/+3 | |
| | |