scummvm/backends/saves
2007-03-11 16:00:38 +00:00
..
compressed 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
default 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
savefile.cpp Moved savefile.cpp to backends, to work around link error 2006-06-30 22:06:45 +00:00