summaryrefslogtreecommitdiffstats
path: root/core/io/file_access_compressed.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-021-1/+1
|\
| * [Core] Improve error messages with `vformat`A Thousand Ships2024-10-301-1/+1
* | 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-35/+4
* [FileAccess] Add methods to get/set "hidden" and "read-only" attributes on ma...bruvzg2023-08-081-2/+30
* Merge pull request #72288 from MewPurPur/use-string-repeatClay John2023-05-051-7/+1
|\
| * Use String.repeat() in more placesVolTer2023-05-011-7/+1
* | Restore FileAccess.close method.bruvzg2023-02-161-0/+4
|/
* Merge pull request #70726 from heppocogne/Fix-open_compressed-get_pathRémi Verschelde2023-01-101-0/+16
|\
| * Fix `get_path()` is not working when files are opend with `open_compressed`heppocogne2022-12-301-0/+16
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/
* Replace File/Directory with FileAccess/DirAccesskobewi2022-09-191-1/+1
* Remove or make private `FileAccess` `close()` methods.bruvzg2022-04-121-8/+3
* Narrow FileAccess scope to prevent deadlocks.bruvzg2022-04-121-4/+4
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-28/+23
* Fix decompression functions not returning errcodesRicardo Subtil2022-02-181-7/+11
* Merge pull request #53434 from Faless/io/4.x_file_access_compressedRémi Verschelde2022-01-061-2/+2
|\
| * [File] Fix FileAccessCompressed::get_buffer return value.Fabio Alessandrelli2021-10-051-2/+2
* | 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
|/
* 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-17/+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-2/+4
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Quick fix to incorrect error messages when writing to compressed or encrypted...Andy Savage2020-12-151-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-12/+21
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+4
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-31/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-19/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-8/+8
* Fixes crash when resource file is corruptedHaoyu Qiu2020-02-111-3/+5
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Added some obvious errors explanationsqarmin2019-09-251-13/+13
* Fixed EOF flag not resetting on seek backTGRCDev2019-08-051-1/+2
* Add FileAccess::set_unix_permissions for Unix platformsJuan Linietsky2019-04-071-0/+13
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Moved member variables to initializer listWilson E. Alvarez2018-12-111-18/+17
* Fix FileAccessCompressed::get_8 returning 0 for the last byte of a fileelasota2018-09-131-1/+0
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+3
* Revert "added get_creation_time function for gdscript"Juan Linietsky2018-08-101-9/+0
* added get_creation_time function for gdscriptDaniele Giuliani2018-05-161-0/+9
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky2017-11-251-12/+12
* Extract logging logicRuslan Mustakov2017-09-251-0/+7
* Rename pos to position in user facing methods and variablesletheed2017-09-201-2/+2
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1