aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.cpp
AgeCommit message (Collapse)Author
2004-10-08CleanupTravis Howell
svn-id: r15469
2004-10-08Partial inventory fix for HE games.Travis Howell
svn-id: r15468
2004-10-08Restrict to full game, since it doesn't exist in demo.Travis Howell
svn-id: r15467
2004-10-07Use slightly less irritating variable names; remove box draw hack, as its ↵Max Horn
semi-broken for smooth scrolling games; if at all, it should be replaced by a proper debugger command svn-id: r15454
2004-10-07Adjusted come commentsMax Horn
svn-id: r15447
2004-10-07Pointer correctionTravis Howell
svn-id: r15442
2004-10-05Allow color adjustment when decompressing wizImages.Travis Howell
svn-id: r15419
2004-10-05HE71+ games use wizImages for charset too.Travis Howell
svn-id: r15417
2004-10-04Remove Gdi::fillRect, use the existing fill() method insteadMax Horn
svn-id: r15412
2004-10-04Ooops, got reverted.Travis Howell
svn-id: r15409
2004-10-04Implement case 150 for drawBMAPBgEugene Sandulenko
svn-id: r15408
2004-10-04Add warningTravis Howell
svn-id: r15407
2004-10-04COMI stores room transparency in RMHD.Travis Howell
Minor cleanup. svn-id: r15406
2004-10-03Fixed bug #1039162 (Sam & Max intro crash) by making drawBox() do nothingTorbjörn Andersson
if the box's width or height is zero or less. svn-id: r15394
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