aboutsummaryrefslogtreecommitdiff
path: root/scumm
AgeCommit message (Collapse)Author
2004-09-26fix actor masking with V7_SMOOTH_SCROLLING_HACK enabledMax Horn
svn-id: r15301
2004-09-26cleanupMax Horn
svn-id: r15300
2004-09-26enums are more efficient than static const ints :-)Max Horn
svn-id: r15299
2004-09-26Text clipping in charset renderer was broken in some cases, fixed (this ↵Max Horn
might help bug #1033857) svn-id: r15298
2004-09-26Comment clarificationMax Horn
svn-id: r15296
2004-09-26Use enums instead of hard coding assumptions about their values (i.e. 1 in ↵Max Horn
this case) svn-id: r15294
2004-09-26wiz stuff cleanup and o90_unknown1C opcode updateGregory Montoir
svn-id: r15293
2004-09-26Add HE object flag supportTravis Howell
svn-id: r15292
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-26Correction.Travis Howell
svn-id: r15290
2004-09-26flag computation makes no sense; the whole thing looks quirky :-/Max Horn
svn-id: r15289
2004-09-26Re-enable V7_SMOOTH_SCROLLING_HACK since invalid read/write were unrelated.Travis Howell
svn-id: r15288
2004-09-26I think this fixes bug #1034519Torbjörn Andersson
svn-id: r15287
2004-09-26OoopsTravis Howell
svn-id: r15286
2004-09-26COMI reads object flag from headers, it doesn't use useOrDecompress at all.Travis Howell
svn-id: r15285
2004-09-26some more pointless cleanup / moving around of stuff :-)Max Horn
svn-id: r15284
2004-09-26_shadowPalette should be cleared for SCUMM 7 games too.Travis Howell
svn-id: r15283
2004-09-26Always reads the same spot.Travis Howell
svn-id: r15282
2004-09-26reorder stuffMax Horn
svn-id: r15281
2004-09-25Enable drawWizImage flag 0x2Travis Howell
svn-id: r15280
2004-09-25Fix doxygen warningsMax Horn
svn-id: r15277
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-25Fix compilation.Eugene Sandulenko
svn-id: r15271
2004-09-25Turning off V7_SMOOTH_SCROLLING_HACK for now againMax Horn
svn-id: r15270
2004-09-25get rid of the dirty hack needed to display wiz cursors in HE gamesGregory Montoir
svn-id: r15269
2004-09-25enable WizPolygon rendering, maze in kinddemo is now displayedGregory Montoir
svn-id: r15268
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-25Limit to HE gamesTravis Howell
svn-id: r15262
2004-09-24Enable V7_SMOOTH_SCROLLING_HACK temporarily, so that some people get exposed ↵Max Horn
to it and can reported all those remaining bugs to me ;-) svn-id: r15261
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-24Fix charset text in V7_SMOOTH_SCROLLING_HACK modeMax Horn
svn-id: r15257
2004-09-24gdi.drawBitmap already performs clipping, no need to do it hereMax Horn
svn-id: r15256
2004-09-24Get rid of unused dbClear flagMax Horn
svn-id: r15255
2004-09-24Use Gdi::_numStrips in costume code (this allows us to be more flexible in ↵Max Horn
how we compute _numStrips: from now on, only one place has to be changed for that) svn-id: r15254
2004-09-24Added some const qualifiersMax Horn
svn-id: r15253
2004-09-24Fix for bug #795940 (COMI: strange light pixels)Max Horn
svn-id: r15252
2004-09-24More V7_SMOOTH_SCROLLING_HACK related fixesMax Horn
svn-id: r15251
2004-09-24More V7_SMOOTH_SCROLLING_HACK related fixesMax Horn
svn-id: r15250
2004-09-24No longer requiredTravis Howell
svn-id: r15249
2004-09-24One last correction.Travis Howell
svn-id: r15248
2004-09-24More V7_SMOOTH_SCROLLING_HACK hackeryMax Horn
svn-id: r15247