Age | Commit message (Expand) | Author |
2008-09-15 | Fix SubReadStream by initing _eos to false in the constructor (spotted thanks... | Max Horn |
2008-09-14 | Big patch changing semantics of ReadStream::eos(): | Willem Jan Palenstijn |
2008-09-14 | Fixed a typo & clarified a comment | Max Horn |
2008-09-13 | Big patch changing the signature of various Stream methods (some ports may ne... | Max Horn |
2008-09-06 | Added some unit tests for Stream::readLine_NEW, and clarified that readLine_N... | Max Horn |
2008-09-03 | Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; add... | Max Horn |
2008-08-04 | Moved the OutSaveFile::finalize method to WriteStream; implemented DumpFile::... | Max Horn |
2008-07-30 | Reordered initialization order to kill a ton of warnings. | Nicola Mettifogo |
2008-07-30 | Changed BufferedReadStream to not permanently decrease its buffer size at the... | Max Horn |
2008-07-29 | Added two new classes, BufferedReadStream & BufferedSeekableReadStream, as pr... | Max Horn |
2008-07-20 | New SeekableReadStream::readLine_NEW() method, closely modelled after fgets, ... | Max Horn |
2008-04-13 | Added eriktorbjorn's MemoryWriteStreamDynamic class - a stream that grows as ... | Filippos Karapetis |
2008-03-27 | Implemented SeekableSubReadStreamEndian moddeled after MemoryReadStreamEndian. | Johannes Schickel |
2008-03-26 | Added some inlines to MemoryReadStreamEndian. | Johannes Schickel |
2007-09-23 | Moved MemoryStreamEndian from Saga to Common. | Eugene Sandulenko |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-03-04 | Removing _ptrOrig (hi Torbjorn, have fun recompiling) | Max Horn |
2007-02-25 | Typo | Max Horn |
2007-02-25 | Add some doxygen comments to Common::Stream | Max Horn |
2007-02-20 | Added new ReadStream::readStream method which can be used to read a portion o... | Max Horn |
2007-02-20 | Removed XORReadStream (it was unused); enhanced MemoryReadStream to be able t... | Max Horn |
2007-02-19 | Enhance (Seekable)SubReadStream so be able to (optionally) dispose the parent... | Max Horn |
2006-11-13 | Patch #1583931: (Seekable)SubReadStream | Max Horn |
2006-04-26 | Added a 'skip' method to SeekableReadStream (just an alias for seek(X, SEEK_C... | Max Horn |
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn |
2006-01-18 | Update copyright notice | Eugene Sandulenko |
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko |
2005-10-13 | Improved savefile error handling: | Marcus Comstedt |
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko |
2005-06-24 | Whitespace changes. | Torbjörn Andersson |
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn |
2005-06-20 | Added virtual destructor, to silence a few more GCC 4 warnings | Max Horn |
2005-05-05 | Fixed some doxygen warnings | Max Horn |
2005-04-28 | Moved Stream::eos() to ReadStream::eos() | Max Horn |
2005-04-22 | * Added new virtual base class 'Stream', ReadStream and | Max Horn |
2005-03-30 | Forgot to init _encbyte in MemoryReadStream. | Eugene Sandulenko |
2005-03-30 | Support for direct reading from NES ROM: | Eugene Sandulenko |
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 |