aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.cpp
AgeCommit message (Expand)Author
2004-10-07Use slightly less irritating variable names; remove box draw hack, as its sem...Max Horn
2004-10-07Adjusted come commentsMax Horn
2004-10-07Pointer correctionTravis Howell
2004-10-05Allow color adjustment when decompressing wizImages.Travis Howell
2004-10-05HE71+ games use wizImages for charset too.Travis Howell
2004-10-04Remove Gdi::fillRect, use the existing fill() method insteadMax Horn
2004-10-04Ooops, got reverted.Travis Howell
2004-10-04Implement case 150 for drawBMAPBgEugene Sandulenko
2004-10-04Add warningTravis Howell
2004-10-04COMI stores room transparency in RMHD.Travis Howell
2004-10-03Fixed bug #1039162 (Sam & Max intro crash) by making drawBox() do nothingTorbjörn Andersson
2004-10-01Smooth scrolling seems to work very well, so I am promoting it now from hack-...Max Horn
2004-09-30rewrote drawStripHE ; although it's less efficient than the previous version,...Gregory Montoir
2004-09-28cleanupGregory Montoir
2004-09-28use the return value of getZPlanes rather that directly accessing _numZBufferGregory Montoir
2004-09-28Rename remaining OSystem methods to match our coding guidelinesMax Horn
2004-09-28Adjust transitionEffect to work properly for vertically scrolled roomsMax Horn
2004-09-27This one doesn't make sense either...Max Horn
2004-09-27Hm, there seems to be no point in subtractig 1 from height/width of these rec...Max Horn
2004-09-27Well, it *looks* as if that clipping code could be simplified. We'll see if s...Max Horn
2004-09-27Fix for bug #1035184 (ALL: Transition FX not working anymore)Max Horn
2004-09-27Looking at my code transformations again, numstrip could in theory become neg...Max Horn
2004-09-27cleanup / commentsMax Horn
2004-09-27Revert, just made matters worse.Travis Howell
2004-09-27tentacle (and maybe others) were reading too far.Travis Howell
2004-09-27Revert by bad change and just adjust for BMAP images.Travis Howell
2004-09-26Properly fix actor redrawing in V7_SMOOTH_SCROLLING_HACK modeMax Horn
2004-09-26fix actor masking with V7_SMOOTH_SCROLLING_HACK enabledMax Horn
2004-09-26Fingolfin's suggested fix for the DOTT cursor regression. (The initialTorbjörn Andersson
2004-09-26I think this fixes bug #1034519Torbjörn Andersson
2004-09-26COMI reads object flag from headers, it doesn't use useOrDecompress at all.Travis Howell
2004-09-26Always reads the same spot.Travis Howell
2004-09-26reorder stuffMax Horn
2004-09-25Revert change, breaks draw of objects.Travis Howell
2004-09-25No longer requiredTravis Howell
2004-09-25Remove leftoverTravis Howell
2004-09-25cleanupMax Horn
2004-09-25Cleanup / correctionMax Horn
2004-09-25Cleanup to reduce code duplicationTravis Howell
2004-09-25Cleanup to reduce code duplication.Travis Howell
2004-09-25Lost commentTravis Howell
2004-09-25Cleanup to reduce code duplication.Travis Howell
2004-09-24Fix OOB access in V7_SMOOTH_SCROLLING_HACK modeMax Horn
2004-09-24Some clipping for updateDirtyScreen; Evil hack to fix an actor drawing glitch...Max Horn
2004-09-24Avoid out-of-bounds access in V7_SMOOTH_SCROLLING_HACK modeMax Horn
2004-09-24Get rid of unused dbClear flagMax Horn
2004-09-24Added some const qualifiersMax Horn
2004-09-24More V7_SMOOTH_SCROLLING_HACK related fixesMax Horn
2004-09-24More V7_SMOOTH_SCROLLING_HACK hackeryMax Horn
2004-09-22Made dstPitch an explicit parameter, instead of (ab)using _screenWidth (impor...Max Horn