aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.cpp
AgeCommit message (Collapse)Author
2004-10-01Smooth scrolling seems to work very well, so I am promoting it now from ↵Max Horn
hack-status to a fully official feature ;-) svn-id: r15371
2004-09-30rewrote drawStripHE ; although it's less efficient than the previous ↵Gregory Montoir
version, it should fix all the invalid mem read accesses reported by valgrind svn-id: r15363
2004-09-28cleanupGregory Montoir
svn-id: r15334
2004-09-28use the return value of getZPlanes rather that directly accessing _numZBufferGregory Montoir
svn-id: r15333
2004-09-28Rename remaining OSystem methods to match our coding guidelinesMax Horn
svn-id: r15332
2004-09-28Adjust transitionEffect to work properly for vertically scrolled roomsMax Horn
svn-id: r15327
2004-09-27This one doesn't make sense either...Max Horn
svn-id: r15317
2004-09-27Hm, there seems to be no point in subtractig 1 from height/width of these ↵Max Horn
rects (in fact it might cut off too much in a few corner cases, now?); so i am changing it to match the way rects are used in the rest of the SCUMM engine svn-id: r15316
2004-09-27Well, it *looks* as if that clipping code could be simplified. We'll see if ↵Max Horn
somebody starts to yell about the changes, though :-) svn-id: r15313
2004-09-27Fix for bug #1035184 (ALL: Transition FX not working anymore)Max Horn
svn-id: r15312
2004-09-27Looking at my code transformations again, numstrip could in theory become ↵Max Horn
negative, so strengthen the loop condition to catch that case svn-id: r15310
2004-09-27cleanup / commentsMax Horn
svn-id: r15309
2004-09-27Revert, just made matters worse.Travis Howell
svn-id: r15306
2004-09-27tentacle (and maybe others) were reading too far.Travis Howell
Hopefully this way will work better. svn-id: r15305
2004-09-27Revert by bad change and just adjust for BMAP images.Travis Howell
svn-id: r15304
2004-09-26Properly fix actor redrawing in V7_SMOOTH_SCROLLING_HACK modeMax Horn
svn-id: r15303
2004-09-26fix actor masking with V7_SMOOTH_SCROLLING_HACK enabledMax Horn
svn-id: r15301
2004-09-26Fingolfin's suggested fix for the DOTT cursor regression. (The initialTorbjörn Andersson
cross-hair cursor was set while _roomWidth was 0, so the cursor image was cropped down to nothing.) svn-id: r15291
2004-09-26I think this fixes bug #1034519Torbjörn Andersson
svn-id: r15287
2004-09-26COMI reads object flag from headers, it doesn't use useOrDecompress at all.Travis Howell
svn-id: r15285
2004-09-26Always reads the same spot.Travis Howell
svn-id: r15282
2004-09-26reorder stuffMax Horn
svn-id: r15281
2004-09-25Revert change, breaks draw of objects.Travis Howell
svn-id: r15276
2004-09-25No longer requiredTravis Howell
svn-id: r15275
2004-09-25Remove leftoverTravis Howell
svn-id: r15274
2004-09-25cleanupMax Horn
svn-id: r15273
2004-09-25Cleanup / correctionMax Horn
svn-id: r15272
2004-09-25Cleanup to reduce code duplicationTravis Howell
svn-id: r15267
2004-09-25Cleanup to reduce code duplication.Travis Howell
svn-id: r15266
2004-09-25Lost commentTravis Howell
svn-id: r15265
2004-09-25Cleanup to reduce code duplication.Travis Howell
svn-id: r15264
2004-09-24Fix OOB access in V7_SMOOTH_SCROLLING_HACK modeMax Horn
svn-id: r15260
2004-09-24Some clipping for updateDirtyScreen; Evil hack to fix an actor drawing ↵Max Horn
glitch in V7_SMOOTH_SCROLLING_HACK mode (which, by the way, works pretty well now) svn-id: r15259
2004-09-24Avoid out-of-bounds access in V7_SMOOTH_SCROLLING_HACK modeMax Horn
svn-id: r15258
2004-09-24Get rid of unused dbClear flagMax Horn
svn-id: r15255
2004-09-24Added some const qualifiersMax Horn
svn-id: r15253
2004-09-24More V7_SMOOTH_SCROLLING_HACK related fixesMax Horn
svn-id: r15250
2004-09-24More V7_SMOOTH_SCROLLING_HACK hackeryMax Horn
svn-id: r15247
2004-09-22Made dstPitch an explicit parameter, instead of (ab)using _screenWidth ↵Max Horn
(important for 'smooth scrolling') svn-id: r15236
2004-09-21fix freddemo intro glitchesGregory Montoir
svn-id: r15225
2004-09-20Moved some init code around (hopefully this'll help PalmOS)Max Horn
svn-id: r15209
2004-09-20Fix for bug #1031390 (FOA: Graphical corruption and possible crash in ↵Max Horn
Atlantis Map) svn-id: r15207
2004-09-20Removed some stray spacesMax Horn
svn-id: r15205
2004-09-20cleanup / code re-useGregory Montoir
svn-id: r15203
2004-09-20Clean up.Travis Howell
svn-id: r15202
2004-09-19Moved some code from Gdi::drawBitmap into a new method Gdi::getZPlanes; cleanupMax Horn
svn-id: r15196
2004-09-19fix broken WizImage displayGregory Montoir
svn-id: r15195
2004-09-19Cleanup, added some HE related TODO/FIXME comments (for consideration by the ↵Max Horn
HE folks :-) svn-id: r15194
2004-09-18Rename some member vars to avoid _ followed by an uppercase letter. More of ↵Max Horn
those are left in the code, though (and I am not really sure whether we want to change that, so far we had no problems caused by this) svn-id: r15175
2004-09-18GFX codec cleanup: renamed some of the Gdi::unkDecode methods; simplified ↵Max Horn
and/or cleaned up some of the codecs; added some relevant TODO/FIXME comments svn-id: r15171