summaryrefslogtreecommitdiffstats
path: root/core/io/dir_access.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-021-2/+2
|\
| * [Core] Improve error messages with `vformat`A Thousand Ships2024-10-301-2/+2
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-2/+2
|\|
| * Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-2/+2
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-071-2/+2
* Add const lvalue ref to core/* container parametersMuller-Castro2024-02-141-7/+7
* Add method to check if filesystem is case sensitive.bruvzg2023-10-091-0/+2
* Support long path in file access on windowsSamuele Panzeri2023-05-051-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Make some File/Dir methods privatekobewi2022-09-271-2/+2
* Introduce more static methods to directory APIkobewi2022-09-201-0/+13
* Replace File/Directory with FileAccess/DirAccesskobewi2022-09-191-0/+20
* Additional fixes to the Android `get_current_dir()` implementation.Fredia Huya-Kouadio2022-08-301-1/+1
* Various converter enhancements and bugfixesRafał Mikrut2022-08-031-0/+2
* Add full support for Android scoped storage.Fredia Huya-Kouadio2022-07-051-0/+1
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-31/+10
* Fix crash when exporting projects with shared librariesHaoyu Qiu2022-03-231-0/+4
* Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaksRémi Verschelde2022-03-111-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-0/+147