Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-19 | Don't set ioFailed on EOS | Max Horn | |
svn-id: r25713 | |||
2007-02-18 | Accept zlib format files as well when reading. | Marcus Comstedt | |
svn-id: r25690 | |||
2007-02-18 | Const correctness | Max Horn | |
svn-id: r25688 | |||
2007-02-18 | Replaced 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 | |||
2007-01-21 | Don't mkdir the default savepath whenever we startup; rather, mkdir (on ↵ | Max Horn | |
Unix/Symbian, at least) the savedir just before we need it, i.e. just before saving. Fixes bug #1504398 svn-id: r25150 | |||
2006-11-04 | Fixed and updated Palm save manager | Chris Apers | |
svn-id: r24602 | |||
2006-07-09 | Fix some more duplicated files, and unify case for rpc include | James Brown | |
svn-id: r23459 | |||
2006-06-30 | Moved savefile.cpp to backends, to work around link error | Max Horn | |
svn-id: r23361 | |||
2006-06-24 | Moved savefile code to new 'saves' backend module (work in progress) | Max Horn | |
svn-id: r23282 |