aboutsummaryrefslogtreecommitdiff
path: root/common/stream.h
AgeCommit message (Expand)Author
2008-07-30Reordered initialization order to kill a ton of warnings.Nicola Mettifogo
2008-07-30Changed BufferedReadStream to not permanently decrease its buffer size at the...Max Horn
2008-07-29Added two new classes, BufferedReadStream & BufferedSeekableReadStream, as pr...Max Horn
2008-07-20New SeekableReadStream::readLine_NEW() method, closely modelled after fgets, ...Max Horn
2008-04-13Added eriktorbjorn's MemoryWriteStreamDynamic class - a stream that grows as ...Filippos Karapetis
2008-03-27Implemented SeekableSubReadStreamEndian moddeled after MemoryReadStreamEndian.Johannes Schickel
2008-03-26Added some inlines to MemoryReadStreamEndian.Johannes Schickel
2007-09-23Moved MemoryStreamEndian from Saga to Common.Eugene Sandulenko
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-03-04Removing _ptrOrig (hi Torbjorn, have fun recompiling)Max Horn
2007-02-25TypoMax Horn
2007-02-25Add some doxygen comments to Common::StreamMax Horn
2007-02-20Added new ReadStream::readStream method which can be used to read a portion o...Max Horn
2007-02-20Removed XORReadStream (it was unused); enhanced MemoryReadStream to be able t...Max Horn
2007-02-19Enhance (Seekable)SubReadStream so be able to (optionally) dispose the parent...Max Horn
2006-11-13Patch #1583931: (Seekable)SubReadStreamMax Horn
2006-04-26Added a 'skip' method to SeekableReadStream (just an alias for seek(X, SEEK_C...Max Horn
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-18Update copyright noticeEugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-10-13Improved savefile error handling:Marcus Comstedt
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-06-24Whitespace changes.Torbjörn Andersson
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-06-20Added virtual destructor, to silence a few more GCC 4 warningsMax Horn
2005-05-05Fixed some doxygen warningsMax Horn
2005-04-28Moved Stream::eos() to ReadStream::eos()Max Horn
2005-04-22* Added new virtual base class 'Stream', ReadStream andMax Horn
2005-03-30Forgot to init _encbyte in MemoryReadStream.Eugene Sandulenko
2005-03-30Support for direct reading from NES ROM:Eugene Sandulenko
2005-01-09Ensure these headers match the rest of ScummVMMax Horn
2005-01-09Added new interface SeekableReadStreamMax Horn
2005-01-01Updated copyrightMax Horn
2004-12-11Remove the 24 bit read/write methods -- we don't use them anymore and they ar...Max Horn
2004-12-11Modified version of patch #1082777 (common/stream optimization)Max Horn
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