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.cpp
Age
Commit message (
Expand
)
Author
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-02-20
Added new ReadStream::readStream method which can be used to read a portion o...
Max Horn
2007-02-19
Enhance (Seekable)SubReadStream so be able to (optionally) dispose the parent...
Max Horn
2006-11-13
Fix compile
Travis Howell
2006-11-13
Patch #1583931: (Seekable)SubReadStream
Max Horn
2006-02-11
Change CVS keywords to SVN keywords
Max Horn
2006-01-30
Fixes a bug when loading the theme config file from a directory instead of th...
Johannes Schickel
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-07-30
Remove trailing whitespaces.
Eugene Sandulenko
2005-06-24
When including files from common/, explicitly use the common/ prefix
Max Horn
2005-04-22
* Added new virtual base class 'Stream', ReadStream and
Max Horn
2005-01-09
Since _pos is unsigned it's always >= 0, so testing for negativity will
Torbjörn Andersson
2005-01-09
Added new interface SeekableReadStream
Max Horn
2005-01-01
Updated copyright
Max Horn
2004-12-11
Modified version of patch #1082777 (common/stream optimization)
Max Horn
2004-05-04
Enchance ReadStream and MemoryReadStream with 24bits operations as well
Eugene Sandulenko
2004-04-29
Added signed read/write methods to the Stream classes
Max Horn
2004-04-17
Introduce ReadStream and WriteStream (as explained in my File class design ma...
Max Horn