aboutsummaryrefslogtreecommitdiff
path: root/scumm
AgeCommit message (Expand)Author
2004-01-07is this discrepancy here intended?Max Horn
2004-01-07Temporarly enabling this buffer underrun hack until aquadran looks at it. (Se...James Brown
2004-01-07do clipping somewhat more efficientlyMax Horn
2004-01-07malloc/new are relatively slow operations; avoid doing them in tight loops, i...Max Horn
2004-01-07Actor flip should be reset, fixes some glitches in putt putt gamesTravis Howell
2004-01-07changed lipsync func paramPaweł Kołodziejski
2004-01-07Add another check for ignoreTurns, ignoreTurns.Travis Howell
2004-01-07comment unused varsJonathan Gray
2004-01-07handle jumpsPaweł Kołodziejski
2004-01-07These two subops are the same, checked dig/ft disasm.Travis Howell
2004-01-07Add missing breakTravis Howell
2004-01-07added code for ms track positionPaweł Kołodziejski
2004-01-07Add missing breakTravis Howell
2004-01-07better bundle dir cachePaweł Kołodziejski
2004-01-07less memory usagePaweł Kołodziejski
2004-01-07proper namePaweł Kołodziejski
2004-01-07optimized i/o access in bundle managerPaweł Kołodziejski
2004-01-07add FIXME comments at the two worst spots, speed wise (about 80% processor ti...Max Horn
2004-01-06forgot to commit this, too <sigh>Max Horn
2004-01-06forgot to commit thisMax Horn
2004-01-06fix mutex usage some. IMuseDigital currently is still unusable on my system, ...Max Horn
2004-01-06fixed tons of warningsMax Horn
2004-01-06proper fixMax Horn
2004-01-06fix compilation on unix like systemsMax Horn
2004-01-06increased debug levelPaweł Kołodziejski
2004-01-06synced imuse digital with local treePaweł Kołodziejski
2004-01-06fixed warningPaweł Kołodziejski
2004-01-06Restrict to scumm7, caused invalid opcode errors when skipping cutscenes in c...Travis Howell
2004-01-06Fix subtitles glitch when subtitles are shown during room scroll in pass.Travis Howell
2004-01-06updated MD5 tableMax Horn
2004-01-06updated copyright noticeMax Horn
2004-01-06get rid of VirtScreen::scrollableMax Horn
2004-01-06just always call updateDirtyScreen(kTextVirtScreen) - it won't do any harm fo...Max Horn
2004-01-06This one (_blitAlso) is very odd, I can't quite figure out where it is needed...Max Horn
2004-01-06typoMax Horn
2004-01-06renamed VirtScreen::alloctwobuffers to hasTwoBuffers; added lots of doxygen c...Max Horn
2004-01-06no need to save information which we can (and do) recomputeMax Horn
2004-01-06Made o8_getActorZPlane return the same z value as Actor::drawActorCostume com...Max Horn
2004-01-06Add checkTravis Howell
2004-01-05replace more usages of _screenWidth by more appropriate variables/valuesMax Horn
2004-01-05more cleanupMax Horn
2004-01-05added Actor::getElevation and Actor::setElevation; cleaned up costume API a b...Max Horn
2004-01-05Had checks wrong way around, seems to work now.Travis Howell
2004-01-05Add partial support for ignoreTurns, fixes some glitches in putt putt games.Travis Howell
2004-01-05'proper' fix for V1 MM problem; added a FIXMEMax Horn
2004-01-05fix bug #870433 (DIG: Scrolling regression with the lander game)Max Horn
2004-01-04Add commentTravis Howell
2004-01-04cleanupMax Horn
2004-01-04split out cursor/palette code into separate source filesMax Horn
2004-01-04Allow subtitles to be disabled in games using imuse digital again.Travis Howell