aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/palette.cpp
AgeCommit message (Expand)Author
2010-02-17SCI: Reduce header interdependenciesMax Horn
2010-02-17SCI: Cleanup resource.hMax Horn
2010-02-13SCI: Add global g_sci pointer to the active SciEngine instanceMax Horn
2010-02-07SCI: GfxPalette::setFromResource() now actually passes force further down the...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-04Moved the PalVary code inside the GfxPalette classFilippos Karapetis
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-29SCI: removing bit 1 support (was introduced because of problems in sci1.1 gam...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-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