summaryrefslogtreecommitdiffstats
path: root/core/io/file_access_zip.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-021-2/+2
|\
| * [Core] Improve error messages with `vformat`A Thousand Ships2024-10-301-2/+2
* | 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-7/+1
* [Core] Use unztell64 in FileAccessZIP to ensure 64 bit returnFabio Alessandrelli2024-04-261-1/+1
* Add const lvalue ref to core/* container parametersMuller-Castro2024-02-141-2/+2
* Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-10-081-10/+10
* [Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-111-2/+2
* Fix error when non-ASCII characters in resource pack pathHaoyu Qiu2023-07-021-1/+1
* Restore FileAccess.close method.bruvzg2023-02-161-0/+4
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix FileAccessZip() causing a stack overflownikitalita2022-09-261-1/+1
* Replace File/Directory with FileAccess/DirAccesskobewi2022-09-191-1/+1
* Remove or make private `FileAccess` `close()` methods.bruvzg2022-04-121-3/+3
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-22/+24
* Fix multiple missing UTF-8 decoding.bruvzg2022-01-061-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Fix some LGTM errors of "Multiplication result converted to larger type"Aaron Franke2021-10-121-1/+1
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* Rename File::get_len() get_length()Marcel Admiraal2021-05-251-3/+3
* Fix duplicate close files when deconstructing ZipArchiveZae2021-05-241-2/+0
* Make all file access 64-bit (uint64_t)Pedro J. Estébanez2021-05-171-10/+10
* Merge pull request #42337 from zaevi/fix-zip-open-twiceRémi Verschelde2021-05-141-21/+17
|\
| * Fix zip file opening twiceZae2021-05-141-21/+17
* | Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-271-2/+1
* | 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/+2
* | Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* | Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-1/+0
|/
* Adds PCK encryption support (using script encryption key for export).bruvzg2020-09-051-1/+1
* [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-031-2/+2
* added load resource pack with offset featureYilin Ma2020-09-021-1/+4
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-5/+10
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-35/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-6/+2
* Revert "Made possible to specify where to dump the contents when loading a "....Rémi Verschelde2020-04-201-21/+2
* Made possible to specify where to dump the contents when loading a ".pck" fileMichael Alexsander2020-04-161-2/+21
* Replace NULL with nullptrlupoDharkael2020-04-021-13/+13
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Merge pull request #32291 from Dragoncraft89/add_load_resource_flagRémi Verschelde2019-09-251-2/+2
|\
| * Add flag to control the replacement of files by ProjectSettings.load_resource...Florian Kothmeier2019-09-251-2/+2
* | Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde2019-09-251-3/+3
|\ \ | |/ |/|
| * Added some obvious errors explanationsqarmin2019-09-251-3/+3
* | Changed some code found by Clang Tidy and Coverityqarmin2019-09-221-1/+1
|/
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-3/+3
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Moved member variables to initializer listWilson E. Alvarez2018-12-111-45/+44
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2