aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/file_nes.h
AgeCommit message (Collapse)Author
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-11-23SCUMM: Use explicit XOR decoding code in BaseScummFile subclassesMax Horn
This made it possible to turn some MemoryReadStream pointers into plain SeekableReadStream pointers. svn-id: r54435
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
svn-id: r54385
2009-08-10Add support for Italian MM NESEugene Sandulenko
svn-id: r43223
2008-11-23Oops, 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-23Removed unused/dead codeFilippos Karapetis
svn-id: r35161
2008-11-20SCUMM: Reduced code size used up by NES file decoding/loading/extraction codeMax Horn
svn-id: r35132
2008-09-29Added const qualifiersMax Horn
svn-id: r34684
2008-09-13Big 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-06Switched class File & DumpFile to use StdioStream internallyMax Horn
svn-id: r34391
2008-07-29Changed class File (and derived classes) to only support read-only access; ↵Max Horn
added a new class DumpFile for writing svn-id: r33412
2007-08-09Add missing files. OooopsEugene Sandulenko
svn-id: r28502