aboutsummaryrefslogtreecommitdiff
path: root/backends/saves/compressed
AgeCommit message (Collapse)Author
2007-02-19Don't set ioFailed on EOSMax Horn
svn-id: r25713
2007-02-18Accept zlib format files as well when reading.Marcus Comstedt
svn-id: r25690
2007-02-18Const correctnessMax Horn
svn-id: r25688
2007-02-18Replaced the old code for compressed savegames (which was using the ↵Max Horn
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 svn-id: r25669