summaryrefslogtreecommitdiffstats
path: root/core/io/file_access_pack.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-1/+1
|\
| * Fix PackedData::has_path() using wrong path format.Pāvels Nadtočajevs2024-11-131-1/+1
* | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-6/+7
|\|
| * Add ability for PCK patches to remove filesJuan2024-11-111-6/+7
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-1/+1
|/
* Add ability to export patch packsMikael Hermansson2024-09-251-0/+3
* Reduce code duplication in FileAccessBlueCube33102024-09-011-4/+0
* [FileAccess] Implement `resize` method.bruvzg2024-04-121-0/+1
* [Export] Use relative file base offset for embedded PCK.bruvzg2024-03-061-1/+2
* Add const lvalue ref to core/* container parametersMuller-Castro2024-02-141-1/+1
* [FileAccess] Add methods to get/set "hidden" and "read-only" attributes on ma...bruvzg2023-08-081-2/+7
* PCK file path improvementsjpcerrone2023-05-221-2/+3
* Restore FileAccess.close method.bruvzg2023-02-161-0/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Replace File/Directory with FileAccess/DirAccesskobewi2022-09-191-1/+1
* Add override keywords to DirAccess derived classesMarcel Admiraal2022-08-021-19/+19
* Add override keywords to FileAccess derived classesMarcel Admiraal2022-08-021-18/+18
* Clean up Hash Functionsreduz2022-06-201-2/+2
* Add a new HashSet templatereduz2022-05-201-2/+2
* Replace most uses of Map by HashMapreduz2022-05-161-17/+14
* Fix more issues found by cppcheck.bruvzg2022-04-201-1/+1
* Remove or make private `FileAccess` `close()` methods.bruvzg2022-04-121-1/+0
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-16/+12
* Fix some issues found by cppcheck.bruvzg2022-04-061-2/+2
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-3/+3
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-2/+2
* Merge pull request #48889 from Calinou/file-rename-endian-swapRémi Verschelde2021-06-031-1/+1
|\
| * Rename File's `endian_swap` to `big_endian`Hugo Locurcio2021-05-201-1/+1
* | Rename File::get_len() get_length()Marcel Admiraal2021-05-251-1/+1
* | Add symlink API to the DirAccess (on macOS and Linux).bruvzg2021-05-221-0/+4
|/
* Make all file access 64-bit (uint64_t)Pedro J. Estébanez2021-05-171-11/+11
* Separate set.h from map.hBartłomiej T. Listwon2021-04-141-0/+1
* Merge pull request #38844 from hbina/patch-5Rémi Verschelde2021-02-251-1/+1
|\
| * Avoid copying vector in constructor of PathMD5Hanif Ariffin2020-05-181-1/+1
* | Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* | Merge pull request #40748 from RandomShaper/improve_packed_fs_apiRémi Verschelde2020-11-101-0/+24
|\ \
| * | Improve/fix packed data APIPedro J. Estébanez2020-07-271-0/+24
* | | Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-3/+3
* | | Adds PCK encryption support (using script encryption key for export).bruvzg2020-09-051-2/+12
* | | added load resource pack with offset featureYilin Ma2020-09-021-3/+3
|/ /
* / Style: Remove unnecessary semicolons from `core`Rémi Verschelde2020-05-191-1/+1
|/
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-2/+4
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-8/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-11/+8
* Revert "Made possible to specify where to dump the contents when loading a "....Rémi Verschelde2020-04-201-3/+3
* Made possible to specify where to dump the contents when loading a ".pck" fileMichael Alexsander2020-04-161-3/+3
* Replace NULL with nullptrlupoDharkael2020-04-021-2/+2