aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/palette.h
AgeCommit message (Expand)Author
2014-10-28SCI: properly reversed color matching thanks wjpMartin Kiewitz
2014-10-28SCI: implement 8-bit color matching SCI1.1 bugMartin Kiewitz
2014-02-18SCI: Make GPL headers consistent in themselves.Johannes Schickel
2012-11-15SCI: Properly reset the palVary signal when loading (bug #3575569)Filippos Karapetis
2012-11-07SCI: Fix bug #3575569 - "SCI: QFG1VGA: Palette/hue bug after loading"Filippos Karapetis
2012-08-21SCI: More work on kRemapColorsFilippos Karapetis
2012-07-25SCI: Rewrite the color remapping code to support simultaneous effectsFilippos Karapetis
2012-07-24SCI: Cleanup of the palette remapping codeFilippos Karapetis
2012-07-24SCI: More work on color remappingFilippos Karapetis
2012-07-24SCI: Remove unused variablesFilippos Karapetis
2012-07-24SCI: Initial implementation of kRemapColors(kRemapByPercent)Filippos Karapetis
2011-10-19SCI: Move the palette merging checking code inside the GfxPalette classFilippos Karapetis
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-04SCI: Some palette related changesmd5
2011-02-17SCI: Fix Mac icon bar palettesMatthew Hoops
2011-02-13SCI: Add support for Phantasmagoria 2 CLUT resourcesMatthew Hoops
2011-02-07SCI: Fixed compilationFilippos Karapetis
2010-07-27SCI: implemented kPalette(save/restore)Martin Kiewitz
2010-07-23SCI: Now saving the kPalVary state inside savegamesFilippos Karapetis
2010-07-11SCI: also sync palette after playing movies, fixes kq6 introMartin Kiewitz
2010-06-25SCI: detect, if SCI1.1 game is merging or copying palette instead of using ga...Martin Kiewitz
2010-06-23SCI: implementing boundary checking for GfxPalette::createFromData(), sq5 has...Martin Kiewitz
2010-06-22SCI: fixed typoMartin Kiewitz
2010-06-22SCI: kPalVary(SetTarget) implementedMartin Kiewitz
2010-06-20SCI: implemented kPalVary(changeTicks)Martin Kiewitz
2010-06-20SCI: properly implement kPalVary functionality within kDrawPic and transition...Martin Kiewitz
2010-06-20SCI: implemented kPalVary(reverse) for pharkas, although there is a bug somew...Martin Kiewitz
2010-06-20SCI: implementing kPalVary(2)Martin Kiewitz
2010-06-20SCI: some kPalVary support - intro of island dr. brain works fine nowMartin Kiewitz
2010-06-20SCI: kPalVary - cleanup and some more codeMartin Kiewitz
2010-06-20SCI: update sys palette timestamp only on kDrawPic in SCI1.1, fixes intro of ...Martin Kiewitz
2010-06-20SCI: removing unneeded parameters inside SciPalette, cleanup of SciPaletteMartin Kiewitz
2010-06-20SCI: some cleanup for kPalVaryMartin Kiewitz
2010-06-17SCI: implement workaround for laura bow 2 demo, because that interpreter uses...Martin Kiewitz
2010-06-08SCI: set default palette after initializing music driver, fixes palette getti...Martin Kiewitz
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