aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/saveload.h
AgeCommit message (Collapse)Author
2006-05-31Add patch for bug #1452272 - COMI: Verb strings aren't wrappedTravis Howell
svn-id: r22793
2006-03-26Increase size of _charsetData to 16 * 23 for HE games, fixes subtitle color ↵Travis Howell
glitches in Buzzy games svn-id: r21460
2006-03-26Reduce size of saved games for HE games, music/speech resources don't need ↵Travis Howell
to be saved svn-id: r21456
2006-02-20Use ptrdiff_t from stddef.h for our offsetof-clone (this should reduce ↵Max Horn
warnings on e.g. the PS2, but may cause problems on systems that are missing this type/header. Please contact me if this causes problems on your port) svn-id: r20793
2006-02-14Add extra costume tables (Used by HE games) to saved game. Fixes weird actor ↵Travis Howell
states when restoring saved game, in HE games. svn-id: r20689
2006-02-11Moved engines to the new engines/ directoryMax Horn
svn-id: r20582