summaryrefslogtreecommitdiff
path: root/core/io/file_access_zip.cpp
AgeCommit message (Expand)Author
2022-09-26Fix FileAccessZip() causing a stack overflownikitalita
2022-09-19Replace File/Directory with FileAccess/DirAccesskobewi
2022-04-12Remove or make private `FileAccess` `close()` methods.bruvzg
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-01-06Fix multiple missing UTF-8 decoding.bruvzg
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-10-12Fix some LGTM errors of "Multiplication result converted to larger type"Aaron Franke
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-05-25Rename File::get_len() get_length()Marcel Admiraal
2021-05-24Fix duplicate close files when deconstructing ZipArchiveZae
2021-05-17Make all file access 64-bit (uint64_t)Pedro J. Estébanez
2021-05-14Merge pull request #42337 from zaevi/fix-zip-open-twiceRémi Verschelde
2021-05-14Fix zip file opening twiceZae
2021-04-27Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde
2021-03-16Allow nullptr with zero length in FileAccess get_bufferAlex Hirsch
2021-03-09Add parameter checkes to FileAccess get_buffer functionsAlex Hirsch
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
2020-09-05Adds PCK encryption support (using script encryption key for export).bruvzg
2020-09-03[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg
2020-09-02added load resource pack with offset featureYilin Ma
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-04-20Revert "Made possible to specify where to dump the contents when loading a "....Rémi Verschelde
2020-04-16Made possible to specify where to dump the contents when loading a ".pck" fileMichael Alexsander
2020-04-02Replace NULL with nullptrlupoDharkael
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-09-25Merge pull request #32291 from Dragoncraft89/add_load_resource_flagRémi Verschelde
2019-09-25Add flag to control the replacement of files by ProjectSettings.load_resource...Florian Kothmeier
2019-09-25Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde
2019-09-25Added some obvious errors explanationsqarmin
2019-09-22Changed some code found by Clang Tidy and Coverityqarmin
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-11Moved member variables to initializer listWilson E. Alvarez
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-09-25Extract logging logicRuslan Mustakov
2017-09-20Rename pos to position in user facing methods and variablesletheed
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-16Synchronize parameter names in definition and declarationTwistedTwigleg
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-04-06Core: fix possible memory leaks.Andreas Haas
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-01-14rename String.extension() -> String.get_extension() / String.basename() -> St...Juan Linietsky
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-05-25fixed support for zip packagesAriel Manzur
2015-04-20-Changed Godot exit to be clean.Juan Linietsky