aboutsummaryrefslogtreecommitdiff
path: root/common/stream.cpp
AgeCommit message (Expand)Author
2010-06-15Fix spelling, cleanupMax Horn
2010-06-15Added seek() method to MemoryWriteStreamDynamic.Eugene Sandulenko
2009-12-30Rename Common::Stream::readLine_NEW to readLineMax Horn
2009-10-18Introduced new type Common::DisposeAfterUse::FlagMax Horn
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
2009-05-04Fix valgrind warningEugene Sandulenko
2009-03-05Fix for bug #2664460: Various SeekableReadStream::seek() implementations (as ...Max Horn
2008-12-22Fixed indentation and removed whitespaces at the end of lineJordi Vilalta Prat
2008-12-03Get rid of readLine_OLD for goodMax Horn
2008-09-14Big patch changing semantics of ReadStream::eos():Willem Jan Palenstijn
2008-09-13Big patch changing the signature of various Stream methods (some ports may ne...Max Horn
2008-09-06Added some unit tests for Stream::readLine_NEW, and clarified that readLine_N...Max Horn
2008-09-03Fixed Stream::readLine implementation to match its doxygen commentMax Horn
2008-09-03Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; add...Max Horn
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-21Silence a warning which complains about using an uninitialized variable.Kari Salminen
2008-07-20New SeekableReadStream::readLine_NEW() method, closely modelled after fgets, ...Max Horn
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-02-20Added new ReadStream::readStream method which can be used to read a portion o...Max Horn
2007-02-19Enhance (Seekable)SubReadStream so be able to (optionally) dispose the parent...Max Horn
2006-11-13Fix compileTravis Howell
2006-11-13Patch #1583931: (Seekable)SubReadStreamMax Horn
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-30Fixes a bug when loading the theme config file from a directory instead of th...Johannes Schickel
2006-01-18Update copyright noticeEugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-04-22* Added new virtual base class 'Stream', ReadStream andMax Horn
2005-01-09Since _pos is unsigned it's always >= 0, so testing for negativity willTorbjörn Andersson
2005-01-09Added new interface SeekableReadStreamMax Horn
2005-01-01Updated copyrightMax Horn
2004-12-11Modified version of patch #1082777 (common/stream optimization)Max Horn
2004-05-04Enchance ReadStream and MemoryReadStream with 24bits operations as wellEugene Sandulenko
2004-04-29Added signed read/write methods to the Stream classesMax Horn
2004-04-17Introduce ReadStream and WriteStream (as explained in my File class design ma...Max Horn