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
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