summaryrefslogtreecommitdiffstats
path: root/core/io/file_access_pack.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-4/+0
|\
| * Merge pull request #98483 from timothyqiu/pack-dir-existsThaddeus Crews2024-11-181-4/+0
| |\
| | * DirAccessPack: Fix file_exists and dir_exists in exported projectsHaoyu Qiu2024-10-241-4/+0
* | | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-11/+57
|\| |
| * | Add ability for PCK patches to remove filesJuan2024-11-111-11/+57
* | | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-021-5/+5
|\| |
| * | [Core] Improve error messages with `vformat`A Thousand Ships2024-10-301-5/+5
| |/
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Add ability to export patch packsMikael Hermansson2024-09-251-0/+16
* Reduce code duplication in FileAccessBlueCube33102024-09-011-15/+0
* Fix use-after-free in `FileAccess::exists`Mikael Hermansson2024-08-091-0/+4
* [Export] Use relative file base offset for embedded PCK.bruvzg2024-03-061-0/+7
* Add const lvalue ref to core/* container parametersMuller-Castro2024-02-141-1/+1
* Merge pull request #84445 from Rubonnek/add-const-references-clang-tidyRémi Verschelde2024-01-041-1/+1
|\
| * Add const references detected by clang-tidyWilson E. Alvarez2023-12-161-1/+1
* | Fix FileAccessPack::get_buffer will update pos past the length of filejsjtxietian2023-12-101-1/+1
|/
* PCK file path improvementsjpcerrone2023-05-221-3/+4
* Fix misuses of error macrosDanil Alexeev2023-04-181-1/+1
* Restore FileAccess.close method.bruvzg2023-02-161-0/+4
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Replace File/Directory with FileAccess/DirAccesskobewi2022-09-191-1/+1
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-1/+1
* Use range iterators for RBSet in most casesAaron Record2022-05-191-2/+2
* Replace most uses of Map by HashMapreduz2022-05-161-1/+1
* Improve embedded PCK loading and exporting.bruvzg2022-04-201-15/+53
* Remove or make private `FileAccess` `close()` methods.bruvzg2022-04-121-4/+0
* Narrow FileAccess scope to prevent deadlocks.bruvzg2022-04-121-2/+12
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-53/+16
* 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-1/+1
* Use range iterators for `Map`Lightning_A2021-09-301-4/+4
* Merge pull request #48889 from Calinou/file-rename-endian-swapRémi Verschelde2021-06-031-3/+3
|\
| * Rename File's `endian_swap` to `big_endian`Hugo Locurcio2021-05-201-3/+3
* | Rename File::get_len() get_length()Marcel Admiraal2021-05-251-1/+1
|/
* Make all file access 64-bit (uint64_t)Pedro J. Estébanez2021-05-171-19/+17
* Allow nullptr with zero length in FileAccess get_bufferAlex Hirsch2021-03-161-1/+1
* Add parameter checkes to FileAccess get_buffer functionsAlex Hirsch2021-03-091-0/+3
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* Merge pull request #40748 from RandomShaper/improve_packed_fs_apiRémi Verschelde2020-11-101-6/+24
|\
| * Improve/fix packed data APIPedro J. Estébanez2020-07-271-6/+24
* | Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* | Adds PCK encryption support (using script encryption key for export).bruvzg2020-09-051-4/+61
* | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-031-1/+1
* | added load resource pack with offset featureYilin Ma2020-09-021-4/+13
|/
* Style: Remove unnecessary semicolons from `core`Rémi Verschelde2020-05-191-7/+7
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-11/+21
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+8