aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/picture.cpp
AgeCommit message (Expand)Author
2010-01-25SCI: fixing skipping over dummy VGA palettes in amiga gamesMartin Kiewitz
2010-01-25SCI: created isAmiga32color(), using this method instead of comparing against...Martin Kiewitz
2010-01-25SCI: changed comment about amiga palette inside picture class (removed TODO a...Martin Kiewitz
2010-01-25SCI: support for amiga pictures that change the paletteMartin Kiewitz
2010-01-25SCI: support for both amiga "palettes" (one is a left-over VGA palette, the o...Martin Kiewitz
2010-01-24SCI: skip over amiga palette inside pictures for now, needs implementation (T...Martin Kiewitz
2010-01-19SCI: implemented priority bands support for sci1.1 picture resources, fixed l...Martin Kiewitz
2010-01-09SCI: added new debug command "picture_visualize", which enables visualization...Martin Kiewitz
2010-01-06SCI: making most of the variables in screen class private (some of it was nee...Martin Kiewitz
2010-01-05SCI: remove lowres limit from picture class, makes hires sci32 pictures workMartin Kiewitz
2010-01-05SCI: sci32 pictures are now fully drawn to screen (including all layers)Martin Kiewitz
2010-01-05More renamingFilippos Karapetis