summaryrefslogtreecommitdiffstats
path: root/core/io/file_access_pack.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* 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
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-51/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-7/+0
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-1/+2
* Revert "Made possible to specify where to dump the contents when loading a "....Rémi Verschelde2020-04-201-23/+4
* Made possible to specify where to dump the contents when loading a ".pck" fileMichael Alexsander2020-04-161-4/+23
* Replace NULL with nullptrlupoDharkael2020-04-021-3/+3
* Improve UX of drive lettersPedro J. Estébanez2020-03-031-1/+1
* PCK: Set VERSION_PATCH in header, factor out header magicJoost Heitbrink2020-01-061-9/+5
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2