aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/file_nes.cpp
AgeCommit message (Collapse)Author
2010-05-09Fix bug in NES bundle reader which prevented reenterabilityEugene Sandulenko
svn-id: r48990
2009-11-23COMMON: Remove various variants of the md5_file / md5_file_string funcs; ↵Max Horn
turned the (disabled) MD5 test code into a working unit test svn-id: r46108
2009-08-10Add support for Italian MM NESEugene Sandulenko
svn-id: r43223
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
look at debug() and debugC(), since I'm really bored with this now. :-) svn-id: r41061
2009-01-30do not include common/debug.h from common/util.hMax Horn
svn-id: r36143
2008-11-20SCUMM: Reduced code size used up by NES file decoding/loading/extraction codeMax Horn
svn-id: r35132
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-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
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
svn-id: r30664
2007-09-10Lots of source code formatting correctionsMax Horn
svn-id: r28887
2007-09-01Cleanup: remove obsolete code (PalmOS 68K version not supported anymore)Chris Apers
svn-id: r28803
2007-08-09Add missing files. OooopsEugene Sandulenko
svn-id: r28502