aboutsummaryrefslogtreecommitdiff
path: root/common/stream.h
AgeCommit message (Expand)Author
2004-07-19Changed order of initialisation in XORReadStream::XORReadStream() to match or...Bertrand Augereau
2004-06-27Cleanup for MemoryReadStream; made it match the File-class interfaceMax Horn
2004-06-24Extended ReadMemoryStream class with seek methodEugene Sandulenko
2004-05-04Enchance ReadStream and MemoryReadStream with 24bits operations as wellEugene Sandulenko
2004-05-03Well, now we use MemoryReadStream at least in SAGA engine.Eugene Sandulenko
2004-04-29Added signed read/write methods to the Stream classesMax Horn
2004-04-17Removed XOR encoding stuff from File class; instead the new Scumm::XORFile cl...Max Horn
2004-04-17Introduce ReadStream and WriteStream (as explained in my File class design ma...Max Horn