Age | Commit message (Expand) | Author |
2010-06-17 | SCI: applying forceRealMerge change to pq1 and qfg3 demo as well (see r49936)... | Martin Kiewitz |
2010-06-17 | SCI: slightly change comment from r49936 | Martin Kiewitz |
2010-06-17 | SCI: implement workaround for laura bow 2 demo, because that interpreter uses... | Martin Kiewitz |
2010-06-15 | SCI: Fix timer. | Eugene Sandulenko |
2010-06-08 | SCI: set default palette after initializing music driver, fixes palette getti... | Martin Kiewitz |
2010-06-04 | SCI: Fix for Valgrind Warning in Palette. | David Turner |
2010-05-24 | SCI: renaming MacIconBar to GfxMacIconBar | Martin Kiewitz |
2010-05-24 | Add support for showing the icon bar in SCI1.1 Mac. | Matthew Hoops |
2010-05-11 | SCI: init _sysPaletteChanged | Martin Kiewitz |
2010-04-02 | SCI: removing unused variable from palette::set | Martin Kiewitz |
2010-04-02 | SCI: change actual setting of palette, fixes gk1 palette issue when talking t... | Martin Kiewitz |
2010-02-17 | SCI: Reduce header interdependencies | Max Horn |
2010-02-17 | SCI: Cleanup resource.h | Max Horn |
2010-02-13 | SCI: Add global g_sci pointer to the active SciEngine instance | Max Horn |
2010-02-07 | SCI: GfxPalette::setFromResource() now actually passes force further down the... | Martin Kiewitz |
2010-02-07 | SCI: set screen palette only when it got changed during merge (performance on... | Martin Kiewitz |
2010-02-07 | SCI: added dummy assertpalette to GfxPalette, setting destination palette imm... | Martin Kiewitz |
2010-02-04 | Moved the PalVary code inside the GfxPalette class | Filippos Karapetis |
2010-01-31 | SCI: renamed kernelFind() to kernelFindColor, so that it isnt that confusing :P | Martin Kiewitz |
2010-01-31 | SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is now... | Martin Kiewitz |
2010-01-29 | SCI: removing bit 1 support (was introduced because of problems in sci1.1 gam... | Martin Kiewitz |
2010-01-26 | SCI: changed flags (uint16) to force (bool) for set/merge palette methods | Martin Kiewitz |
2010-01-26 | SCI: force palette merging for kq6 hires portraits (cause its needed on those) | Martin Kiewitz |
2010-01-26 | SCI: dont do real merging of palettes for sci1.1+, fixes sq5 wilco face, wilc... | Martin Kiewitz |
2010-01-26 | SCI: removing now unneeded table EGAtable from palette class | Martin Kiewitz |
2010-01-25 | SCI: removed EGA mapping for amiga games, cause changing K_GRAPH_GET_COLORS_N... | Martin Kiewitz |
2010-01-25 | SCI: created isAmiga32color(), using this method instead of comparing against... | Martin Kiewitz |
2010-01-25 | SCI: support for amiga pictures that change the palette | Martin Kiewitz |
2010-01-24 | SCI: never set palette for amiga games (fixes kq5 palette corruption at the b... | Martin Kiewitz |
2010-01-24 | SCI: changed amiga palette mapping table to map color 15 (white) again, scrip... | Martin Kiewitz |
2010-01-24 | SCI: fixing amiga mapping for colors 0 and 15, those are hardcoded like every... | Martin Kiewitz |
2010-01-24 | SCI: self drawn stuff on amiga uses ega palette, we need to match it onto cur... | Martin Kiewitz |
2010-01-24 | SCI: supporting .used bit 1 in palettes (force direct palette setting) and cl... | Martin Kiewitz |
2010-01-05 | More renaming | Filippos Karapetis |