Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2010-11-23 | SCUMM: Use explicit XOR decoding code in BaseScummFile subclasses | Max Horn | |
This made it possible to turn some MemoryReadStream pointers into plain SeekableReadStream pointers. svn-id: r54435 | |||
2010-11-19 | COMMON: Split common/stream.h into several headers | Max Horn | |
svn-id: r54385 | |||
2009-07-20 | Make ScummFile::eos() consistent with Stream::eos(). | Willem Jan Palenstijn | |
Remove usage of ioFailed from SCUMM engine. Fix reading up to the end of a SCUMM SubFile. This hopefully fixes #2820957. svn-id: r42632 | |||
2008-11-23 | Oops, removed the *actual* unused code, and fixed my previous incorrect ↵ | Filippos Karapetis | |
commit. DOTT and S&M work correctly again svn-id: r35162 | |||
2008-11-23 | Removed unused/dead code | Filippos Karapetis | |
svn-id: r35161 | |||
2008-09-29 | Added const qualifiers | Max Horn | |
svn-id: r34682 | |||
2008-09-13 | Big patch changing the signature of various Stream methods (some ports may ↵ | Max Horn | |
need to be slightly tweaked to fix overloading errors/warnings) svn-id: r34514 | |||
2008-09-06 | ScummFile: Don't use the File::_ioFailed flag, rather track the io status ↵ | Max Horn | |
separately; also, changed eof() -> eos() svn-id: r34389 | |||
2008-07-29 | Changed class File (and derived classes) to only support read-only access; ↵ | Max Horn | |
added a new class DumpFile for writing svn-id: r33412 | |||
2008-03-28 | cleanup | Max Horn | |
svn-id: r31289 | |||
2007-08-08 | Put ScummNESFile class into separate file. | Eugene Sandulenko | |
svn-id: r28497 | |||
2007-08-08 | Add Spanish MM NES (2/2) | Eugene Sandulenko | |
svn-id: r28496 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-04-27 | Renamed plugin.cpp to detection.cpp in all engines | Max Horn | |
svn-id: r26622 | |||
2007-02-25 | Rename file class, since it is been used for disk images of Apple II and ↵ | Travis Howell | |
Commodore 64 versions now. svn-id: r25847 | |||
2007-02-25 | Add support for using disks images for Apple II version of Maniac Mansion. | Travis Howell | |
svn-id: r25846 | |||
2006-10-15 | Turning various static tables into static const | Max Horn | |
svn-id: r24323 | |||
2006-04-16 | Fixed broken svn:keywords values | Max Horn | |
svn-id: r21939 | |||
2006-04-14 | Changed File::open to take a Common::String as file name parameter | Max Horn | |
svn-id: r21867 | |||
2006-03-03 | Moved ScummFile etc. to the new file.cpp / file.h | Max Horn | |
svn-id: r21038 |