index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
io
/
file_access_encrypted.cpp
Age
Commit message (
Expand
)
Author
2022-04-12
Remove or make private `FileAccess` `close()` methods.
bruvzg
2022-04-12
Narrow FileAccess scope to prevent deadlocks.
bruvzg
2022-04-11
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-06-07
FileAccess: Don't err in `store_buffer` with buffer of size 0
Rémi Verschelde
2021-05-25
Rename File::get_len() get_length()
Marcel Admiraal
2021-05-17
Make all file access 64-bit (uint64_t)
Pedro J. Estébanez
2021-04-27
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-03-16
Allow nullptr with zero length in FileAccess get_buffer
Alex Hirsch
2021-03-09
Add parameter checkes to FileAccess get_buffer functions
Alex Hirsch
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-15
Quick fix to incorrect error messages when writing to compressed or encrypted...
Andy Savage
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-09-05
Adds PCK encryption support (using script encryption key for export).
bruvzg
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-09-25
Merge pull request #32051 from qarmin/some_error_explanation
Rémi Verschelde
2019-09-25
Added some obvious errors explanations
qarmin
2019-09-07
Implemented get_path() & get_path_absolute() for FileAccessEncrypted
PouleyKetchoupp
2019-08-19
Move CryptoCore to it's own folder.
Fabio Alessandrelli
2019-08-17
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-07-02
CryptoCore class to access to base crypto utils.
Fabio Alessandrelli
2019-06-03
Fix errors when attempting to set UNIX permissions when unavailable
Hugo Locurcio
2019-05-29
FileAccessEncrypted: Be more explicit on decryption failure
Rémi Verschelde
2019-04-07
Add FileAccess::set_unix_permissions for Unix platforms
Juan Linietsky
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-08-24
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-08-10
Revert "added get_creation_time function for gdscript"
Juan Linietsky
2018-08-10
Merge pull request #18914 from notwarp/master
Juan Linietsky
2018-07-26
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-05-16
added get_creation_time function for gdscript
Daniele Giuliani
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-11-25
Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...
Juan Linietsky
2017-10-13
Remove junk output
Ruslan Mustakov
2017-09-25
Extract logging logic
Ruslan Mustakov
2017-09-20
Rename pos to position in user facing methods and variables
letheed
2017-09-01
Fix signed and unsigned comparisons
Hein-Pieter van Braam
2017-08-27
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-04-28
Move core thirdparty files to thirdparty/{minizip,misc}
Rémi Verschelde
2017-04-08
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-03-05
A Whole New World (clang-format edition)
Rémi Verschelde
2017-01-01
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2016-06-18
Add missing license headers in our source files (#5255)
Rémi Verschelde
2015-06-30
-some changes by okam
Juan Linietsky
[next]