aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/palette.cpp
AgeCommit message (Expand)Author
2010-01-26SCI: dont do real merging of palettes for sci1.1+, fixes sq5 wilco face, wilc...Martin Kiewitz
2010-01-26SCI: removing now unneeded table EGAtable from palette classMartin Kiewitz
2010-01-25SCI: removed EGA mapping for amiga games, cause changing K_GRAPH_GET_COLORS_N...Martin Kiewitz
2010-01-25SCI: created isAmiga32color(), using this method instead of comparing against...Martin Kiewitz
2010-01-25SCI: support for amiga pictures that change the paletteMartin Kiewitz
2010-01-24SCI: never set palette for amiga games (fixes kq5 palette corruption at the b...Martin Kiewitz
2010-01-24SCI: changed amiga palette mapping table to map color 15 (white) again, scrip...Martin Kiewitz
2010-01-24SCI: fixing amiga mapping for colors 0 and 15, those are hardcoded like every...Martin Kiewitz
2010-01-24SCI: self drawn stuff on amiga uses ega palette, we need to match it onto cur...Martin Kiewitz
2010-01-24SCI: supporting .used bit 1 in palettes (force direct palette setting) and cl...Martin Kiewitz
2010-01-05More renamingFilippos Karapetis