summaryrefslogtreecommitdiffstats
path: root/core/io/file_access.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-261-0/+10
|\
| * Merge pull request #97716 from pafuent/add_half_precision_floating_point_to_s...Thaddeus Crews2024-11-221-0/+10
| |\
| | * Add half precision floating point support to `StreamPeer`Pablo Andres Fuente2024-11-121-0/+10
* | | Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-2/+6
|\| |
| * | Support uid:// in more placeskobewi2024-11-161-2/+6
* | | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-3/+4
|\| |
| * | Allow setting custom initialization vector for FileAccessEncrypted. Add expor...bruvzg2024-11-131-3/+4
| |/
* | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-021-10/+10
|\|
| * [Core] Improve error messages with `vformat`A Thousand Ships2024-10-301-10/+10
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Reduce code duplication in FileAccessBlueCube33102024-09-011-81/+30
* Fix FileSystem dock won't show any file folders (v2)Hilderin2024-08-201-5/+3
* 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