summaryrefslogtreecommitdiffstats
path: root/core/io/file_access_encrypted.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-1/+4
|\
| * Allow setting custom initialization vector for FileAccessEncrypted. Add expor...bruvzg2024-11-131-1/+4
* | 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-2/+0
* [FileAccess] Implement `resize` method.bruvzg2024-04-121-0/+1
* [FileAccess] Add methods to get/set "hidden" and "read-only" attributes on ma...bruvzg2023-08-081-2/+7
* Restore FileAccess.close method.bruvzg2023-02-161-0/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Replace File/Directory with FileAccess/DirAccesskobewi2022-09-191-1/+1
* Add override keywords to FileAccess derived classesMarcel Admiraal2022-08-021-19/+19
* Remove or make private `FileAccess` `close()` methods.bruvzg2022-04-121-3/+1
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-3/+3
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+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-8/+8
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Initialize class/struct variables with default values in core/ and drivers/Rafał Mikrut2020-11-231-2/+2
* Adds PCK encryption support (using script encryption key for export).bruvzg2020-09-051-2/+7
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-6/+6
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Implemented get_path() & get_path_absolute() for FileAccessEncryptedPouleyKetchoupp2019-09-071-0/+3
* Add FileAccess::set_unix_permissions for Unix platformsJuan Linietsky2019-04-071-0/+2
* 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/+1
* Revert "added get_creation_time function for gdscript"Juan Linietsky2018-08-101-1/+0
* added get_creation_time function for gdscriptDaniele Giuliani2018-05-161-0/+1
* 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/+1
* Rename pos to position in user facing methods and variablesletheed2017-09-201-1/+1
* Fix signed and unsigned comparisonsHein-Pieter van Braam2017-09-011-1/+1
* 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
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-16/+7
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-181-0/+28
* -Added OpenSSL and HTTPS supportJuan Linietsky2014-04-281-2/+4
* -Added google play services (needed for some stuff)Juan Linietsky2014-04-141-0/+63