aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/palette.cpp
AgeCommit message (Expand)Author
2010-06-22SCI: kPalVary(SetTarget) implementedMartin Kiewitz
2010-06-21SCI: also set throttle trigger on kPalette(animate)Martin Kiewitz
2010-06-21SCI: GfxPalette::kernelSetIntensity() now also triggers throttler - somewhat ...Martin 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: disable palvary when reverse is fully done - fixes palette getting stuck...Martin Kiewitz
2010-06-20SCI: cleanup of SciPaletteMartin 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: adding code for kPalVary ticks == 0 case, fixes pharkasMartin 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: fix r50078, we need to update timestamp for inbetween SCI1.1 games, but ...Martin Kiewitz
2010-06-20SCI: update timestamp like before for inbetween SCI1.1 gamesMartin 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-18SCI: making vga views work in ega games :PMartin Kiewitz
2010-06-18SCI: fix typo when setting EGA paletteMartin Kiewitz
2010-06-17SCI: Change SciEngine's 'char *getGameID()' to 'Common::String getGameId()'Max Horn
2010-06-17SCI: applying forceRealMerge change to pq1 and qfg3 demo as well (see r49936)...Martin Kiewitz
2010-06-17SCI: slightly change comment from r49936Martin Kiewitz
2010-06-17SCI: implement workaround for laura bow 2 demo, because that interpreter uses...Martin Kiewitz
2010-06-15SCI: Fix timer.Eugene Sandulenko
2010-06-08SCI: set default palette after initializing music driver, fixes palette getti...Martin Kiewitz
2010-06-04SCI: Fix for Valgrind Warning in Palette.David Turner
2010-05-24SCI: renaming MacIconBar to GfxMacIconBarMartin Kiewitz
2010-05-24Add support for showing the icon bar in SCI1.1 Mac.Matthew Hoops
2010-05-11SCI: init _sysPaletteChangedMartin Kiewitz
2010-04-02SCI: removing unused variable from palette::setMartin Kiewitz
2010-04-02SCI: change actual setting of palette, fixes gk1 palette issue when talking t...Martin Kiewitz
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