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
*
Fixes a memory leak in FileSystemDock
Gilles Roudière
2020-01-15
1
-0
/
+1
*
Add option to disable loading scripts in ScriptCreateDialog
Michael Alexsander
2020-01-09
1
-1
/
+1
*
Update file list in split view when setting main scene
volzhs
2020-01-09
1
-0
/
+1
*
Minor fixes for ScriptCreateDialog
Michael Alexsander
2020-01-08
1
-1
/
+1
*
Show selected main scene in FileSystem split view
volzhs
2020-01-08
1
-1
/
+6
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Merge pull request #34656 from volzhs/keep-selected-dir
Rémi Verschelde
2019-12-30
1
-0
/
+5
|
\
|
*
Show selected directory in split mode when selecting a file
volzhs
2019-12-29
1
-0
/
+5
*
|
Merge pull request #34578 from timothyqiu/var-rename
Rémi Verschelde
2019-12-30
1
-5
/
+5
|
\
\
|
*
|
Fixes variable naming in FileSystemDock
Haoyu Qiu
2019-12-24
1
-5
/
+5
|
|
/
*
/
Cleans up headers included in editor_node.h
Haoyu Qiu
2019-12-24
1
-0
/
+4
|
/
*
Unfold directories when showing in file system
Tomasz Chabora
2019-11-21
1
-9
/
+14
*
Hide "Set As Main Scene" in FileSystem dock if the scene is already the main one
Michael Alexsander
2019-11-11
1
-1
/
+3
*
Display icon for "Set As Main Scene" in filesystem popup
Andrii Doroshenko (Xrayez)
2019-11-11
1
-1
/
+1
*
Folders in FileSystem are not expanded on project save anymore
Silvano Cerza
2019-11-04
1
-5
/
+1
*
Add "Set as main scene" on context menu in FileSystem panel
volzhs
2019-10-30
1
-0
/
+14
*
Favorites dragable
David Sichma
2019-10-20
1
-11
/
+17
*
Merge pull request #32009 from Xrayez/fs-editor-icons
Rémi Verschelde
2019-09-26
1
-29
/
+30
|
\
|
*
Display editor icons for filesystem dock popup menu options
Andrii Doroshenko (Xrayez)
2019-09-06
1
-29
/
+30
*
|
Fixed Show in file system should clear current search
Stefano Coratti
2019-09-25
1
-0
/
+1
*
|
Added some obvious errors explanations
qarmin
2019-09-25
1
-2
/
+2
|
/
*
Tree: fix and expose icon modulation
merumelu
2019-08-24
1
-2
/
+2
*
Cleanup and minor changes in FileSystem Dock
Michael Alexsander Silva Dias
2019-08-22
1
-178
/
+122
*
Merge pull request #31489 from iwek7/removeRenameRootOption
Rémi Verschelde
2019-08-22
1
-11
/
+24
|
\
|
*
Improvements and fixes of filesystem dock
iwek7
2019-08-21
1
-11
/
+24
*
|
Rename FileDialog's folder icon custom color to `folder_icon_modulate`
Hugo Locurcio
2019-08-21
1
-3
/
+3
*
|
Use a different color for folder icons in file dialogs
Hugo Locurcio
2019-08-20
1
-0
/
+10
|
/
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-08-17
1
-2
/
+1
*
Allow to create scene from FileSystem dock
Tomasz Chabora
2019-08-15
1
-0
/
+65
*
Fix losing scene modifications when renaming file
Emmanuel Barroga
2019-07-15
1
-2
/
+2
*
Use reference to constant in functions
qarmin
2019-07-10
1
-3
/
+3
*
FileSystem dock: Improve duplicate check for directory paths
Rémi Verschelde
2019-07-04
1
-5
/
+5
*
Merge pull request #29815 from NilsIrl/plus_file_1
Rémi Verschelde
2019-07-01
1
-1
/
+1
|
\
|
*
Replace ` + "/" + ` with `String::file_add()`
Nils ANDRÉ-CHANG
2019-06-23
1
-1
/
+1
*
|
Some code changed with Clang-Tidy
qarmin
2019-06-26
1
-3
/
+1
|
/
*
Fix error macro calls not ending with semicolon
Rémi Verschelde
2019-06-11
1
-1
/
+1
*
Fix moving and renaming files
Hein-Pieter van Braam-Stewart
2019-06-04
1
-1
/
+30
*
Fix memory leak in Text Editor and FileSystem Dock
qarmin
2019-05-30
1
-0
/
+2
*
Merge pull request #27836 from turtletooth/right-click
Rémi Verschelde
2019-05-28
1
-0
/
+14
|
\
|
*
Allow Right Click in Empty Space on FileSystemDock
Jeremy Bullock
2019-04-09
1
-0
/
+14
*
|
Merge pull request #28702 from Lisapple/fs-show-path-tooltip
Rémi Verschelde
2019-05-24
1
-1
/
+1
|
\
\
|
*
|
Replacing filename with path in tooltip into FileSystem dock
Lisapple
2019-05-08
1
-1
/
+1
*
|
|
Fix typos with codespell
Rémi Verschelde
2019-05-19
1
-1
/
+1
*
|
|
Make possible to create inherited scenes via the RMB menu in the FileSystem dock
Michael Alexsander Silva Dias
2019-05-11
1
-6
/
+16
*
|
|
Merge pull request #28807 from bojidar-bg/28798-open-filesystem
Rémi Verschelde
2019-05-11
1
-0
/
+9
|
\
\
\
|
*
|
|
Open selected folder when pressing the "Open" option in the menu
Bojidar Marinov
2019-05-10
1
-0
/
+9
|
|
/
/
*
/
/
Scroll back to top when changing directory in FileSystem dock
volzhs
2019-05-09
1
-0
/
+1
|
/
/
*
|
Merge pull request #27707 from Calinou/tweak-message-wording
Rémi Verschelde
2019-04-30
1
-1
/
+1
|
\
\
|
*
|
Improve wording of various messages and make casing more consistent
Hugo Locurcio
2019-04-21
1
-3
/
+3
*
|
|
Added ability for multiple images to be imported as an atlas
Juan Linietsky
2019-04-19
1
-0
/
+14
[next]