aboutsummaryrefslogtreecommitdiff
path: root/scumm
AgeCommit message (Expand)Author
2004-01-08cleanup (make some more use of class Common::Rect)Max Horn
2004-01-08Fix for bug #803381 (COMI: Text cut off)Max Horn
2004-01-08fix a memory leak; re-add assert, just to be sureMax Horn
2004-01-08fix maskpos (I think... needs testing)Max Horn
2004-01-08various fixes for vertical scrolling rooms: fixed, screen updates (and made t...Max Horn
2004-01-07fixed uninitialized warningPaweł Kołodziejski
2004-01-07some cleanupPaweł Kołodziejski
2004-01-07some cleanupPaweł Kołodziejski
2004-01-07fixed size result related bug in imuse digiPaweł Kołodziejski
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