This website requires JavaScript.
Explore
Help
Sign In
ScummVM
/
scummvm
Watch
1
Star
0
Fork
0
mirror of
https://github.com/scummvm/scummvm.git
synced
2026-06-20 05:45:29 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fcd12dbde81c253e6ec00a0474a418ad30583bc2
scummvm
/
backends
/
saves
/
compressed
T
History
Max Horn
319a1c9b65
Reenabled window bit flags for automatica gzip header detection, and documented which zlib version introduced the feature. Also enforce that zlib version
...
svn-id: r26093
2007-03-11 16:00:38 +00:00
..
compressed-saves.cpp
Reenabled window bit flags for automatica gzip header detection, and documented which zlib version introduced the feature. Also enforce that zlib version
2007-03-11 16:00:38 +00:00
compressed-saves.h
Replaced the old code for compressed savegames (which was using the gzopen/gzread/etc. API, and thuse tied to FILE/fopen/fread/etc.) with a new wrapper approach, which allows reading/writing gzip data via arbitrary SaveFile implementations, and thus can be used with custom savefile implementations
2007-02-18 02:25:39 +00:00