aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/palette.h
AgeCommit message (Expand)Author
2010-04-02SCI: change actual setting of palette, fixes gk1 palette issue when talking t...Martin Kiewitz
2010-02-07SCI: set screen palette only when it got changed during merge (performance on...Martin Kiewitz
2010-02-07SCI: added dummy assertpalette to GfxPalette, setting destination palette imm...Martin Kiewitz
2010-02-05SCI: adding some minor documentation for the various graphic classesMartin Kiewitz
2010-02-04Moved the PalVary code inside the GfxPalette classFilippos Karapetis
2010-01-31SCI: remove classname from header to fix buildMartin Kiewitz
2010-01-31SCI: renamed kernelFind() to kernelFindColor, so that it isnt that confusing :PMartin Kiewitz
2010-01-31SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is now...Martin Kiewitz
2010-01-26SCI: changed flags (uint16) to force (bool) for set/merge palette methodsMartin Kiewitz
2010-01-26SCI: force palette merging for kq6 hires portraits (cause its needed on those)Martin Kiewitz
2010-01-25SCI: removed EGA mapping for amiga games, cause changing K_GRAPH_GET_COLORS_N...Martin Kiewitz
2010-01-25SCI: support for amiga pictures that change the paletteMartin Kiewitz
2010-01-24SCI: self drawn stuff on amiga uses ega palette, we need to match it onto cur...Martin Kiewitz
2010-01-05More renamingFilippos Karapetis