aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/view.cpp
AgeCommit message (Expand)Author
2010-01-16SCI: added TODO inside kAnimate for scalesignal bit 1, added comment about sc...Martin Kiewitz
2010-01-16SCI: view scaling - dont fill left-over bytes if there are no left-over bytes :PMartin Kiewitz
2010-01-16SCI: support for upscaling implemented, included clippingMartin Kiewitz
2010-01-16SCI: scaling support, upscaling not yet supported - not really tested, so the...Martin Kiewitz
2010-01-16SCI: View::drawScaled() created (doesnt do scaling yet), removed scaling vari...Martin Kiewitz
2010-01-16SCI: created getCelScaledRect() inside view classMartin Kiewitz
2010-01-12SCI: View::getCelCount now validates inputMartin Kiewitz
2010-01-11SCI: changed displaceY and displaceX for cels to int16, also inserted cast to...Martin Kiewitz
2010-01-07SCI: implemented additional drawCel for hires views, fixes menu bar of kq6 - ...Martin Kiewitz
2010-01-07SCI: small cleanup in view drawingMartin Kiewitz
2010-01-06- Some work on kLocalToGlobal and kGlobalToLocal for SCI2+Filippos Karapetis
2010-01-05SCI: removed uint16 limit within view class (allows hires views)Martin Kiewitz
2010-01-05Some initial work on SCI1.1 view scaling (not working yet)Filippos Karapetis
2010-01-05More renamingFilippos Karapetis