Age | Commit message (Expand) | Author |
2017-03-27 | SCI: Implement bounds-checked reads of game resources | Colin Snover |
2016-07-11 | SCI32: Split GfxPalette and GfxPalette32 + HunkPalette | Colin Snover |
2016-03-08 | SCI: Split color remapping functionality into a separate class | Filippos Karapetis |
2016-01-14 | SCI: Implement SCI32 kPalette findColor and matchColor | Colin Snover |
2016-01-14 | SCI: Implement SCI32 kPalVary and kPalette setFade | Colin Snover |
2016-01-07 | SCI32: Add initial support for palette cycling (kPalCycle) and fading (kPalFade) | Colin Snover |
2014-10-28 | SCI: properly reversed color matching thanks wjp | Martin Kiewitz |
2014-10-28 | SCI: implement 8-bit color matching SCI1.1 bug | Martin Kiewitz |
2014-02-18 | SCI: Make GPL headers consistent in themselves. | Johannes Schickel |
2012-11-15 | SCI: Properly reset the palVary signal when loading (bug #3575569) | Filippos Karapetis |
2012-11-07 | SCI: Fix bug #3575569 - "SCI: QFG1VGA: Palette/hue bug after loading" | Filippos Karapetis |
2012-08-21 | SCI: More work on kRemapColors | Filippos Karapetis |
2012-07-25 | SCI: Rewrite the color remapping code to support simultaneous effects | Filippos Karapetis |
2012-07-24 | SCI: Cleanup of the palette remapping code | Filippos Karapetis |
2012-07-24 | SCI: More work on color remapping | Filippos Karapetis |
2012-07-24 | SCI: Remove unused variables | Filippos Karapetis |
2012-07-24 | SCI: Initial implementation of kRemapColors(kRemapByPercent) | Filippos Karapetis |
2011-10-19 | SCI: Move the palette merging checking code inside the GfxPalette class | Filippos Karapetis |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-03-04 | SCI: Some palette related changes | md5 |
2011-02-17 | SCI: Fix Mac icon bar palettes | Matthew Hoops |
2011-02-13 | SCI: Add support for Phantasmagoria 2 CLUT resources | Matthew Hoops |
2011-02-07 | SCI: Fixed compilation | Filippos Karapetis |
2010-07-27 | SCI: implemented kPalette(save/restore) | Martin Kiewitz |
2010-07-23 | SCI: Now saving the kPalVary state inside savegames | Filippos Karapetis |
2010-07-11 | SCI: also sync palette after playing movies, fixes kq6 intro | Martin Kiewitz |
2010-06-25 | SCI: detect, if SCI1.1 game is merging or copying palette instead of using ga... | Martin Kiewitz |
2010-06-23 | SCI: implementing boundary checking for GfxPalette::createFromData(), sq5 has... | Martin Kiewitz |
2010-06-22 | SCI: fixed typo | Martin Kiewitz |
2010-06-22 | SCI: kPalVary(SetTarget) implemented | Martin Kiewitz |
2010-06-20 | SCI: implemented kPalVary(changeTicks) | Martin Kiewitz |
2010-06-20 | SCI: properly implement kPalVary functionality within kDrawPic and transition... | Martin Kiewitz |
2010-06-20 | SCI: implemented kPalVary(reverse) for pharkas, although there is a bug somew... | Martin Kiewitz |
2010-06-20 | SCI: implementing kPalVary(2) | Martin Kiewitz |
2010-06-20 | SCI: some kPalVary support - intro of island dr. brain works fine now | Martin Kiewitz |
2010-06-20 | SCI: kPalVary - cleanup and some more code | Martin Kiewitz |
2010-06-20 | SCI: update sys palette timestamp only on kDrawPic in SCI1.1, fixes intro of ... | Martin Kiewitz |
2010-06-20 | SCI: removing unneeded parameters inside SciPalette, cleanup of SciPalette | Martin Kiewitz |
2010-06-20 | SCI: some cleanup for kPalVary | Martin Kiewitz |
2010-06-17 | SCI: implement workaround for laura bow 2 demo, because that interpreter uses... | Martin Kiewitz |
2010-06-08 | SCI: set default palette after initializing music driver, fixes palette getti... | Martin Kiewitz |
2010-04-02 | SCI: change actual setting of palette, fixes gk1 palette issue when talking t... | 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-05 | SCI: adding some minor documentation for the various graphic classes | Martin Kiewitz |
2010-02-04 | Moved the PalVary code inside the GfxPalette class | Filippos Karapetis |
2010-01-31 | SCI: remove classname from header to fix build | Martin Kiewitz |
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 |