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
/
compression.cpp
Age
Commit message (
Expand
)
Author
2021-07-13
Fix decompression with FastLZ when buffer size is less than 16 bytes
Haoyu Qiu
2021-07-11
Handle Z_BUF_ERROR in decompress_dynamic
Haoyu Qiu
2021-04-27
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-03-12
Fixes small typos and grammar correction
Anshul7sp1
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-09
Static analyzer fixes:
bruvzg
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-09-02
HTTPRequest now accepts gzip
Adam Brown
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-04-18
Compression: Set Zstd max window size via public parameter
Rémi Verschelde
2019-01-03
Update zstd to 1.3.8
Guilherme Felipe
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-10-03
Fix some warnings raised by MSVC 2017
Rémi Verschelde
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
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-10-27
Add an option to use zstd's recently introduced long range matching (off by d...
Ferenc Arn
2017-09-23
Enable building against system zstd.
Elliott Sales de Andrade
2017-08-27
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-07-30
Style: Apply clang-format on all files
Rémi Verschelde
2017-07-19
-Renamed GlobalConfig to ProjectSettings, makes more sense.
Juan Linietsky
2017-07-17
-Reorganized all properties of project settings (Sorry, Again).
Juan Linietsky
2017-07-13
Add GZIP compression support
George Marques
2017-06-16
-Fix freezes caused by etccomp2, closes #9183
Juan Linietsky
2017-06-11
Expose zstd and zlib compression levels as global config.
Ferenc Arn
2017-06-08
Add zstd compression support.
Ferenc Arn
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-16
Style: Fix statements ending with ';;'
Rémi Verschelde
2017-01-01
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2016-08-22
-High Level protocol optimization (should be smaller)
Juan Linietsky
2016-01-01
Update copyright to 2016 in headers
George Marques
2015-09-03
merged some stuff for okam
Juan Linietsky
2015-04-18
Updated copyright year in all headers
Juan Linietsky
2014-03-11
Fix Compression bug: wrong premature return.
marynate
2014-02-15
-project settings are saved when changed
Juan Linietsky
2014-02-09
GODOT IS OPEN SOURCE
Juan Linietsky