aboutsummaryrefslogtreecommitdiff
path: root/scumm
AgeCommit message (Expand)Author
2005-04-01Seek from start pos, not cur pos.Travis Howell
2005-04-01MM NES costumes fix for MM NES. Talking animation appears now, thoughEugene Sandulenko
2005-04-01Checked code against disasm., an offset of 8 is correct when rewinding san vi...Travis Howell
2005-04-01Actor order needs to be checked too (For HE games)Travis Howell
2005-04-01Turned setupRoomObject into a virtual methodMax Horn
2005-04-01Add bits and piecesTravis Howell
2005-04-01A random object state is possible in scumm7 too.Travis Howell
2005-04-01Add support for clipping of wizImages.Travis Howell
2005-04-01Remove resource type argument in wizImage functions, it is always rtImage.Travis Howell
2005-04-01Fix regression in MM NES costumes.Eugene Sandulenko
2005-04-01Normalize verb/invenotry areas in MM NES. Patch from QuietustEugene Sandulenko
2005-03-31Extended comment on _CLUT_offs a bitMax Horn
2005-03-31Made findResourceSmall local to resource.cpp; simplified _EPAL_offs (since we...Max Horn
2005-03-31Fix GF_OLD256 palette size (no idea if that has an effect anywhere)Max Horn
2005-03-31Rename paletteNum field for sprite in wizImages.Travis Howell
2005-03-31Started to move some resource related code into a new class ResourceManager (...Max Horn
2005-03-31Return correct object x/y positionTravis Howell
2005-03-31Add some missing code.Travis Howell
2005-03-31Add code for more o90_getPolygonOverlap() cases.Travis Howell
2005-03-31Added Russian puttcirc.Eugene Sandulenko
2005-03-30Switch to headerless PRG data for MM NES for better compatibility.Eugene Sandulenko
2005-03-30Support for direct reading from NES ROM:Eugene Sandulenko
2005-03-30This is now obsoleteMax Horn
2005-03-30In V7/V8 games, just always call translateText, it'll check for the '/' prefi...Max Horn
2005-03-30OoopsTravis Howell
2005-03-30*** empty log message ***Travis Howell
2005-03-30Correct return values were lost in last commit.Travis Howell
2005-03-30Revert cleanup from scumm/gfx.cpp revision 2.348.Travis Howell
2005-03-30CleanupTravis Howell
2005-03-30Switch warnings to errors, to make sure any use isn't missed.Travis Howell
2005-03-29Rename sprite functionsTravis Howell
2005-03-29Remove unused array.Travis Howell
2005-03-29Add temp. hack for sprite redrawsTravis Howell
2005-03-29Should continue the main loop, not inner loop.Travis Howell
2005-03-29Limit to scumm 7+ games again, it should not be checked in HE games.Travis Howell
2005-03-28Moved ObjectClass to object.hMax Horn
2005-03-28Always check hasManyDirections for AKOS costumes -- this could cause regressi...Max Horn
2005-03-28Moved NES stuff in class Gdi into a struct _NESMax Horn
2005-03-28Cleaned up the object mode code; removed the friend class ScummEngine from cl...Max Horn
2005-03-28typoMax Horn
2005-03-28Fix for bug #1172037 (MANIAC v2: crash on mansion (regression))Max Horn
2005-03-28Update HE issuesTravis Howell
2005-03-28Check class of object number, not loop.Travis Howell
2005-03-28HE80+ reports whole _classData value of object, if no args are given.Travis Howell
2005-03-28findObject in HE72+ only checks object boundsTravis Howell
2005-03-27Patch from Quietust for MM NESEugene Sandulenko
2005-03-27Tie the AKOS code into the new costume infrastructure, tooMax Horn
2005-03-27More costume code restructuringMax Horn
2005-03-27Started to overhaul the costume infrastructure a bit, properly separating the...Max Horn
2005-03-26Gray actor palettes in flahslight mode for NES from Quietust.Eugene Sandulenko