index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
/
saves
/
compressed
Age
Commit message (
Expand
)
Author
2009-01-22
Get rid of the wrappers around the zlib stream wrapper wrappers ;)
Max Horn
2009-01-22
Revert my previous commit. File still produces error 'wrapCompressedReadStre...
Max Horn
2009-01-22
Removed incorrect Common:: prefix from stuff that is not part of namespace Co...
Max Horn
2008-09-16
Merged common/gzip-stream.* and common/zlib.*
Max Horn
2008-09-15
Turned compressed savefile wrapper into a generic stream wrapper
Max Horn
2008-09-15
fix eos() behaviour for CompressedInSaveFile
Willem Jan Palenstijn
2008-09-14
Big patch changing semantics of ReadStream::eos():
Willem Jan Palenstijn
2008-09-13
Big patch changing the signature of various Stream methods (some ports may ne...
Max Horn
2008-08-20
- Committed Max' compressed save backseeking support from patch #2050337 "KYR...
Johannes Schickel
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-09-18
Code formatting fixes
Max Horn
2007-06-03
Initialise _stream.next_in as well, to silence another Valgrind warning in at
Torbjörn Andersson
2007-06-03
Initialized _stream.avail_in (and fixed a typo in a comment) after discussing
Torbjörn Andersson
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-03-11
Reenabled window bit flags for automatica gzip header detection, and document...
Max Horn
2007-03-11
Adding extra wbits is not supported by all versions of zlib. If they should b...
Lars Persson
2007-03-10
More fixes for MSVC8 warnings.
Eugene Sandulenko
2007-02-19
Don't set ioFailed on EOS
Max Horn
2007-02-18
Accept zlib format files as well when reading.
Marcus Comstedt
2007-02-18
Const correctness
Max Horn
2007-02-18
Replaced the old code for compressed savegames (which was using the gzopen/gz...
Max Horn