Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-01 | Smooth 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-30 | rewrote 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-28 | cleanup | Gregory Montoir | |
svn-id: r15334 | |||
2004-09-28 | use the return value of getZPlanes rather that directly accessing _numZBuffer | Gregory Montoir | |
svn-id: r15333 | |||
2004-09-28 | Rename remaining OSystem methods to match our coding guidelines | Max Horn | |
svn-id: r15332 | |||
2004-09-28 | Adjust transitionEffect to work properly for vertically scrolled rooms | Max Horn | |
svn-id: r15327 | |||
2004-09-27 | This one doesn't make sense either... | Max Horn | |
svn-id: r15317 | |||
2004-09-27 | Hm, 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-27 | Well, 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-27 | Fix for bug #1035184 (ALL: Transition FX not working anymore) | Max Horn | |
svn-id: r15312 | |||
2004-09-27 | Looking 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-27 | cleanup / comments | Max Horn | |
svn-id: r15309 | |||
2004-09-27 | Revert, just made matters worse. | Travis Howell | |
svn-id: r15306 | |||
2004-09-27 | tentacle (and maybe others) were reading too far. | Travis Howell | |
Hopefully this way will work better. svn-id: r15305 | |||
2004-09-27 | Revert by bad change and just adjust for BMAP images. | Travis Howell | |
svn-id: r15304 | |||
2004-09-26 | Properly fix actor redrawing in V7_SMOOTH_SCROLLING_HACK mode | Max Horn | |
svn-id: r15303 | |||
2004-09-26 | fix actor masking with V7_SMOOTH_SCROLLING_HACK enabled | Max Horn | |
svn-id: r15301 | |||
2004-09-26 | Fingolfin's suggested fix for the DOTT cursor regression. (The initial | Torbjö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-26 | I think this fixes bug #1034519 | Torbjörn Andersson | |
svn-id: r15287 | |||
2004-09-26 | COMI reads object flag from headers, it doesn't use useOrDecompress at all. | Travis Howell | |
svn-id: r15285 | |||
2004-09-26 | Always reads the same spot. | Travis Howell | |
svn-id: r15282 | |||
2004-09-26 | reorder stuff | Max Horn | |
svn-id: r15281 | |||
2004-09-25 | Revert change, breaks draw of objects. | Travis Howell | |
svn-id: r15276 | |||
2004-09-25 | No longer required | Travis Howell | |
svn-id: r15275 | |||
2004-09-25 | Remove leftover | Travis Howell | |
svn-id: r15274 | |||
2004-09-25 | cleanup | Max Horn | |
svn-id: r15273 | |||
2004-09-25 | Cleanup / correction | Max Horn | |
svn-id: r15272 | |||
2004-09-25 | Cleanup to reduce code duplication | Travis Howell | |
svn-id: r15267 | |||
2004-09-25 | Cleanup to reduce code duplication. | Travis Howell | |
svn-id: r15266 | |||
2004-09-25 | Lost comment | Travis Howell | |
svn-id: r15265 | |||
2004-09-25 | Cleanup to reduce code duplication. | Travis Howell | |
svn-id: r15264 | |||
2004-09-24 | Fix OOB access in V7_SMOOTH_SCROLLING_HACK mode | Max Horn | |
svn-id: r15260 | |||
2004-09-24 | Some 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-24 | Avoid out-of-bounds access in V7_SMOOTH_SCROLLING_HACK mode | Max Horn | |
svn-id: r15258 | |||
2004-09-24 | Get rid of unused dbClear flag | Max Horn | |
svn-id: r15255 | |||
2004-09-24 | Added some const qualifiers | Max Horn | |
svn-id: r15253 | |||
2004-09-24 | More V7_SMOOTH_SCROLLING_HACK related fixes | Max Horn | |
svn-id: r15250 | |||
2004-09-24 | More V7_SMOOTH_SCROLLING_HACK hackery | Max Horn | |
svn-id: r15247 | |||
2004-09-22 | Made dstPitch an explicit parameter, instead of (ab)using _screenWidth ↵ | Max Horn | |
(important for 'smooth scrolling') svn-id: r15236 | |||
2004-09-21 | fix freddemo intro glitches | Gregory Montoir | |
svn-id: r15225 | |||
2004-09-20 | Moved some init code around (hopefully this'll help PalmOS) | Max Horn | |
svn-id: r15209 | |||
2004-09-20 | Fix for bug #1031390 (FOA: Graphical corruption and possible crash in ↵ | Max Horn | |
Atlantis Map) svn-id: r15207 | |||
2004-09-20 | Removed some stray spaces | Max Horn | |
svn-id: r15205 | |||
2004-09-20 | cleanup / code re-use | Gregory Montoir | |
svn-id: r15203 | |||
2004-09-20 | Clean up. | Travis Howell | |
svn-id: r15202 | |||
2004-09-19 | Moved some code from Gdi::drawBitmap into a new method Gdi::getZPlanes; cleanup | Max Horn | |
svn-id: r15196 | |||
2004-09-19 | fix broken WizImage display | Gregory Montoir | |
svn-id: r15195 | |||
2004-09-19 | Cleanup, added some HE related TODO/FIXME comments (for consideration by the ↵ | Max Horn | |
HE folks :-) svn-id: r15194 | |||
2004-09-18 | Rename 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-18 | GFX 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 |