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_compressed.cpp
Age
Commit message (
Expand
)
Author
2022-09-19
Replace File/Directory with FileAccess/DirAccess
kobewi
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-02-18
Fix decompression functions not returning errcodes
Ricardo Subtil
2022-01-06
Merge pull request #53434 from Faless/io/4.x_file_access_compressed
Rémi Verschelde
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-10-12
Fix some LGTM errors of "Multiplication result converted to larger type"
Aaron Franke
2021-10-05
[File] Fix FileAccessCompressed::get_buffer return value.
Fabio Alessandrelli
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-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-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-02-11
Fixes crash when resource file is corrupted
Haoyu Qiu
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-09-25
Added some obvious errors explanations
qarmin
2019-08-05
Fixed EOF flag not resetting on seek back
TGRCDev
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-12-11
Moved member variables to initializer list
Wilson E. Alvarez
2018-09-13
Fix FileAccessCompressed::get_8 returning 0 for the last byte of a file
elasota
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-08-10
Revert "added get_creation_time function for gdscript"
Juan Linietsky
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-09-25
Extract logging logic
Ruslan Mustakov
2017-09-20
Rename pos to position in user facing methods and variables
letheed
2017-08-27
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-21
Removed unnecessary assignments
Wilson E. Alvarez
2017-08-17
Add closest_power_of_2 func and implement mix_rate/latency on OS X
Marcelo Fernandez
2017-06-08
Add zstd compression support.
Ferenc Arn
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-01-01
Update copyright to 2016 in headers
George Marques
2015-04-18
Updated copyright year in all headers
Juan Linietsky
2014-02-19
-improved physics ccd
Juan Linietsky
2014-02-09
GODOT IS OPEN SOURCE
Juan Linietsky