summaryrefslogtreecommitdiffstats
path: root/core/io/pck_packer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Remove nondeterminism in pck_packerDavid Nikdel2023-09-031-2/+2
* PCK file path improvementsjpcerrone2023-05-221-1/+3
* Remove (or make verbose only) various debug prints.bruvzg2023-03-201-4/+0
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Use system fonts as fallback and improve system font handling.bruvzg2022-12-041-1/+1
* Fixes engine crashes caused by the user failing to initialize PCKPacker with ...Nong Van Tinh2022-10-191-0/+2
* Remove or make private `FileAccess` `close()` methods.bruvzg2022-04-121-3/+4
* Narrow FileAccess scope to prevent deadlocks.bruvzg2022-04-121-2/+2
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-35/+16
* Print every file exported with `PCKPacker.flush()`s verbose parameterHugo Locurcio2022-02-251-4/+1
* Cleanup and move char functions to the `char_utils.h` header.bruvzg2022-02-041-2/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Fix divide by zero in pck_packerPaulb232021-11-171-1/+2
* 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-1/+1
* Make all file access 64-bit (uint64_t)Pedro J. Estébanez2021-05-171-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* Adds PCK encryption support (using script encryption key for export).bruvzg2020-09-051-45/+146
* Style: Remove unnecessary semicolons from `core`Rémi Verschelde2020-05-191-16/+16
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-4/+7
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-11/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-5/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-4/+4
* Fix potential divisions by 0 reported by MSVCRémi Verschelde2020-03-211-1/+1
* Fixes leak when pck_start multiple timesHaoyu Qiu2020-01-201-0/+4
* PCK: Set VERSION_PATCH in header, factor out header magicJoost Heitbrink2020-01-061-5/+6
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Make some arguments in PCKPacker methods optionalHugo Locurcio2019-12-071-2/+2
* Added some obvious errors explanationsqarmin2019-09-251-1/+1
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily2019-08-171-4/+1
* Remove unnecessary code and add some error explanationsqarmin2019-07-011-3/+4
* Some code changed with Clang-Tidyqarmin2019-06-261-4/+1
* Fixed possible crash in pck_packer.cpp due to wrong memory freeing.Ivan Ponomarev2019-01-221-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+2
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-1/+1
* PCKPacker:pck_start(): Update versionMax Hilbrunner2018-04-191-4/+4
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Rename pos to position in user facing methods and variablesletheed2017-09-201-4/+4
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* Core: fix possible memory leaks.Andreas Haas2017-04-061-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-14/+12
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-3/+3
* Style: Cleanups, added headers, renamed filesRémi Verschelde2017-01-161-1/+1
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-3/+3