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
/
common
/
stream.h
Age
Commit message (
Expand
)
Author
2005-01-09
Ensure these headers match the rest of ScummVM
Max Horn
2005-01-09
Added new interface SeekableReadStream
Max Horn
2005-01-01
Updated copyright
Max Horn
2004-12-11
Remove the 24 bit read/write methods -- we don't use them anymore and they ar...
Max Horn
2004-12-11
Modified version of patch #1082777 (common/stream optimization)
Max Horn
2004-07-19
Changed order of initialisation in XORReadStream::XORReadStream() to match or...
Bertrand Augereau
2004-06-27
Cleanup for MemoryReadStream; made it match the File-class interface
Max Horn
2004-06-24
Extended ReadMemoryStream class with seek method
Eugene Sandulenko
2004-05-04
Enchance ReadStream and MemoryReadStream with 24bits operations as well
Eugene Sandulenko
2004-05-03
Well, now we use MemoryReadStream at least in SAGA engine.
Eugene Sandulenko
2004-04-29
Added signed read/write methods to the Stream classes
Max Horn
2004-04-17
Removed XOR encoding stuff from File class; instead the new Scumm::XORFile cl...
Max Horn
2004-04-17
Introduce ReadStream and WriteStream (as explained in my File class design ma...
Max Horn