index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
editor
/
filesystem_dock.cpp
Commit message (
Expand
)
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.
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 ...
S.V.I. Vilcrow
2023-10-25
1
-4
/
+6
*
|
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
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
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
*
|
|
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
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.
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
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
*
|
Fix folder moving in FileSystemDock
风青山
2023-09-29
1
-24
/
+49
*
|
Merge pull request #82347 from SaracenOne/dir_access_checks
Rémi Verschelde
2023-09-26
1
-0
/
+4
|
\
\
|
*
|
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
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
Tyler
2023-08-10
1
-1
/
+0
*
|
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
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
sekoia
2023-09-07
1
-1
/
+4
*
|
|
UWP: Remove platform port, needs to be redone from scratch for 4.x
Rémi Verschelde
2023-09-07
1
-1
/
+1
*
|
|
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
A Thousand Ships
2023-09-05
1
-0
/
+6
*
|
|
|
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 YuriSizov/tsa-randomly-picked-you-for-mandator...
Rémi Verschelde
2023-08-28
1
-2
/
+2
|
\
\
|
*
|
Avoid unnecessary inspector updates when loading or switching scenes
Yuri Sizov
2023-08-12
1
-2
/
+2
|
|
/
*
/
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
Nong Van Tinh
2023-05-01
1
-7
/
+32
*
|
Fix dropping files from res:// to res://
kobewi
2023-07-01
1
-1
/
+3
[prev]
[next]