summaryrefslogtreecommitdiffstats
path: root/core/io/dir_access.cpp
Commit message (Expand)AuthorAgeFilesLines
* Narrow FileAccess scope to prevent deadlocks.bruvzg2022-04-121-20/+22
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-38/+18
* Merge pull request #58772 from keptsecret/fix_filedialog_user_data_accessRémi Verschelde2022-03-121-0/+8
|\
| * fixed unable to change directory in user access modekeptsecret2022-03-091-0/+8
* | Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaksRémi Verschelde2022-03-111-4/+2
|/
* String: Add contains().Anilforextra2022-02-041-1/+1
* [Windows] Add support for handling network share paths.bruvzg2022-01-241-2/+6
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-4/+4
* Rename String::is_rel_path to String::is_relative_pathWilson E. Alvarez2021-08-291-2/+2
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-3/+3
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-9/+8
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-0/+418