nikitalita
|
2d0ae77719
add GDSOFTCLASS to FileAccess and DirAccess derived classes
|
3 月之前 |
Rémi Verschelde
|
65161977e9
Merge pull request #103415 from bruvzg/iv_pools
|
4 月之前 |
bruvzg
|
85d3be8070
[FileAccess] Implement `get_size` and `get_access_time` methods.
|
1 年之前 |
Thaddeus Crews
|
324512e11c
Style: Replace header guards with `#pragma once`
|
5 月之前 |
Pāvels Nadtočajevs
|
cf18cf1630
Use single RNG instance for `FileAccessEncrypted` IV generation.
|
4 月之前 |
HP van Braam
|
240f510fa7
Core ubsan fixes
|
7 月之前 |
bruvzg
|
a4b17e7852
[FileAccess] Return error codes from `store_*` methods.
|
2 年之前 |
bruvzg
|
45593d45b3
Allow setting custom initialization vector for FileAccessEncrypted. Add export setting to set static seed for PCK encryption initialization vectors.
|
8 月之前 |
BlueCube3310
|
205a10e0ae
Reduce code duplication in FileAccess
|
1 年之前 |
bruvzg
|
88b3e68f93
[FileAccess] Implement `resize` method.
|
1 年之前 |
bruvzg
|
8aa6f29b56
[FileAccess] Add methods to get/set "hidden" and "read-only" attributes on macOS/BSD and Windows.
|
1 年之前 |
bruvzg
|
bc95b0b171
Restore FileAccess.close method.
|
2 年之前 |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 年之前 |
kobewi
|
9f2dc68279
Replace File/Directory with FileAccess/DirAccess
|
2 年之前 |
Marcel Admiraal
|
cafb19e608
Add override keywords to FileAccess derived classes
|
4 年之前 |
bruvzg
|
d2ebac3a30
Remove or make private `FileAccess` `close()` methods.
|
3 年之前 |
bruvzg
|
9381acb6a4
Make FileAccess and DirAccess classes reference counted.
|
3 年之前 |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 年之前 |
Rémi Verschelde
|
9e328bb5b7
Core: Move DirAccess and FileAccess to `core/io`
|
4 年之前 |
Marcel Admiraal
|
da5d7db610
Rename File::get_len() get_length()
|
4 年之前 |
Pedro J. Estébanez
|
469fa47e06
Make all file access 64-bit (uint64_t)
|
6 年之前 |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 年之前 |
Rafał Mikrut
|
7bd03b7188
Initialize class/struct variables with default values in core/ and drivers/
|
4 年之前 |
bruvzg
|
f043eabdd8
Adds PCK encryption support (using script encryption key for export).
|
5 年之前 |
Rémi Verschelde
|
1f6f364a56
Port member initialization from constructor to declaration (C++11)
|
5 年之前 |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 年之前 |
PouleyKetchoupp
|
afe34344a6
Implemented get_path() & get_path_absolute() for FileAccessEncrypted
|
5 年之前 |
Juan Linietsky
|
cd4449e7ab
Add FileAccess::set_unix_permissions for Unix platforms
|
6 年之前 |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 年之前 |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
6 年之前 |