index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
io
/
dir_access.cpp
Age
Commit message (
Expand
)
Author
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-10-19
Fix exporting big templates
Rafał Mikrut
2022-09-22
Fix crash when listing files in nonexistent directory
Jummit
2022-09-20
Introduce more static methods to directory API
kobewi
2022-09-19
Replace File/Directory with FileAccess/DirAccess
kobewi
2022-08-29
Rename String `plus_file` to `path_join`
Aaron Franke
2022-07-21
Address slow copy performance when using the `FileAccessFilesystemJAndroid` i...
Fredia Huya-Kouadio
2022-07-05
Add full support for Android scoped storage.
Fredia Huya-Kouadio
2022-04-12
Narrow FileAccess scope to prevent deadlocks.
bruvzg
2022-04-11
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-03-12
Merge pull request #58772 from keptsecret/fix_filedialog_user_data_access
Rémi Verschelde
2022-03-11
Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks
Rémi Verschelde
2022-03-09
fixed unable to change directory in user access mode
keptsecret
2022-02-04
String: Add contains().
Anilforextra
2022-01-24
[Windows] Add support for handling network share paths.
bruvzg
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-08-29
Rename String::is_rel_path to String::is_relative_path
Wilson E. Alvarez
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-06-11
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde