summaryrefslogtreecommitdiffstats
path: root/core/io/file_access.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix FileSystem dock won't show any file folders"Rémi Verschelde2024-06-111-3/+5
* Fix FileSystem dock won't show any file foldersHilderin2024-06-101-5/+3
* [FileAccess] Implement `resize` method.bruvzg2024-04-121-0/+1
* Implement `OS.execute_with_pipe` method to run process with redirected stdio.bruvzg2024-03-271-1/+6
* Explicitly initialize all of `FileAccess::create_func[ACCESS_MAX]`scgm02024-01-311-1/+1
* [FileAccess] Add methods to get/set "hidden" and "read-only" attributes on ma...bruvzg2023-08-081-4/+70
* Improve error reporting when parsing CSV translation fileandybarcia2023-06-191-0/+5
* Expose brotli decompression to the scripting API.bruvzg2023-03-291-0/+1
* Fix FileAccess last open error flag updatebitsawer2023-02-211-4/+3
* Restore FileAccess.close method.bruvzg2023-02-161-0/+2
* [GDExtension] Expose some low level functions and String operators.bruvzg2023-01-191-6/+6
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Use system fonts as fallback and improve system font handling.bruvzg2022-12-041-2/+5
* Use `constexpr` in the conditions with template parameters and `sizeof`s to s...bruvzg2022-09-291-1/+1
* Replace File/Directory with FileAccess/DirAccesskobewi2022-09-191-2/+204
* Add FileAccess::get_access_type()Pedro J. Estébanez2022-08-241-0/+4
* File: Re-add support to skip CR (`\r`) in `File::get_as_text`Rémi Verschelde2022-08-011-2/+2
* Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows fi...bruvzg2022-07-071-4/+1
* Narrow FileAccess scope to prevent deadlocks.bruvzg2022-04-121-1/+1
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-34/+24
* String: Add contains().Anilforextra2022-02-041-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-2/+2
* Tests: Improve coverage for `File::get_csv_line()`Rémi Verschelde2021-08-041-18/+19
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-0/+676