summaryrefslogtreecommitdiffstats
path: root/core/io/file_access_zip.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Extract logging logicRuslan Mustakov2017-09-251-0/+5
* Rename pos to position in user facing methods and variablesletheed2017-09-201-3/+3
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-161-6/+6
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* Core: fix possible memory leaks.Andreas Haas2017-04-061-2/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-50/+44
* rename String.extension() -> String.get_extension() / String.basename() -> St...Juan Linietsky2017-01-141-1/+1
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* fixed support for zip packagesAriel Manzur2015-05-251-3/+18
* -Changed Godot exit to be clean.Juan Linietsky2015-04-201-1/+1
* -fixed export templates not loading/exporting on WindowsJuan Linietsky2014-02-131-1/+2
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-091-0/+367