index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editor
/
filesystem_dock.cpp
Age
Commit message (
Expand
)
Author
2021-12-03
Add `New Shader` option to the FileSystemDock popup menu.
Yuri Roubinsky
2021-11-30
Rename all methods that return `ScrollBar` nodes to `get_*_scroll_bar()`
Michael Alexsander
2021-11-23
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-22
Added `reset_size` method to `Control` and `Window` classes
Yuri Roubinsky
2021-11-12
Use "enum class" for input enums
Aaron Franke
2021-11-12
Use Enter instead of F2 as an editor renaming shortcut on macOS
Hugo Locurcio
2021-10-28
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-10-23
Fix newly created files not sorted correctly
Robin Arys
2021-09-30
Use range iterators for `Map`
Lightning_A
2021-09-30
Merge pull request #53025 from Paulb23/textfile-ux
Rémi Verschelde
2021-09-30
Rename Node's `filename` property to `scene_file_path` for clarity
Hugo Locurcio
2021-09-30
Add TextFile support across the editor
Paulb23
2021-09-09
Save branch as scene by dropping to filesystem
kobewi
2021-07-26
Use Ref<T> references as iterators where relevant
Rémi Verschelde
2021-07-25
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-18
Optimize StringName usage
reduz
2021-07-06
Merge pull request #42745 from Pineapple/search-results-limit
Rémi Verschelde
2021-06-29
Merge pull request #49295 from foxydevloper/fix-focus-filter
Rémi Verschelde
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-16
Documentation search fixes
Gregory Basile
2021-06-12
Merge pull request #48746 from KoBeWi/bane_of_all_virtual_compatibility
Rémi Verschelde
2021-06-12
Consistently prefix bound virtual methods with _
kobewi
2021-06-11
Merge pull request #49519 from Xrayez/filesystem-delete-for-everyone
Rémi Verschelde
2021-06-11
Use "Delete" in FileSystemDock on all platforms
Andrii Doroshenko (Xrayez)
2021-06-11
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-03
Fix "Filter Files" shortcut by merging duplicate functions
fox
2021-06-02
Use bold fonts in editor
reduz
2021-05-18
Merge pull request #37796 from Gogsi/master
Rémi Verschelde
2021-05-18
Change EditorFileSystem and ScriptEditor file sorting order to improve consis...
Georgi Genkov
2021-05-17
Improve TreeItem API and allow to move nodes
trollodel
2021-05-17
Merge pull request #48168 from LightningAA/control-to-ctrl-4.0
Rémi Verschelde
2021-05-15
Make Sort by X translatable
fox
2021-05-13
Make shortcut for focusing searchbar in filesystem dock
fox
2021-05-07
Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...
Lightning_A
2021-05-06
Merge pull request #45607 from Calinou/improve-editor-theme
Rémi Verschelde
2021-05-01
FileSystem: Force update when we delete a folder from the editor and searchin...
Mateo Kuruk Miccino
2021-04-27
Improve the editor theme
Hugo Locurcio
2021-04-05
Style: Apply clang-tidy's `readability-braces-around-statements`
Rémi Verschelde
2021-04-01
Merge pull request #46991 from madmiraal/rename-invert-reverse
Rémi Verschelde
2021-03-24
edit if statement in FileSystemDock::_select_file()
James Castanho
2021-03-23
Remove FileSystem dock errors on unimported files
Juan Linietsky
2021-03-22
Change search results limit in FileSystem dock from 128 to 10000
Bartłomiej T. Listwon
2021-03-22
Improved 3D Scene Importer
Juan Linietsky
2021-03-21
Rename Array.invert() to Array.reverse()
Marcel Admiraal
2021-03-14
Use OS-specific terminology for "Move to Trash" in the editor filesystem
Hugo Locurcio
2021-02-09
Make FileSystem dock set its path to the base folder of files after changes
Michael Alexsander
2021-01-26
Merge pull request #44887 from gongpha/crash!-on-expand-or-collapse-folder-in...
Rémi Verschelde
2021-01-16
Update path in the FileSystem dock after doing file operations
Michael Alexsander
2021-01-06
Fix cases of resources destroyed too early
Pedro J. Estébanez
[prev]
[next]