Age | Commit message (Expand) | Author |
2011-02-19 | Merge branch 'osystem-palette' of https://github.com/lordhoto/scummvm into ma... | Johannes Schickel |
2011-02-18 | SCI: Fix compilation using MSVC 9 | strangerke |
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 | ALL: Fix whitespaces / indention | Max Horn |
2011-02-07 | SCI: Fix SCI1.1 Mac picture palettes further | Matthew Hoops |
2011-02-02 | SCI: Fix GK1 Mac views, the game now starts | Matthew Hoops |
2011-01-01 | SCI: debugC calls no longer require a debug level of 2 to show output | Filippos Karapetis |
2010-11-17 | SCI: Change 'colour' to 'color' | Max Horn |
2010-11-05 | SCI: Fix blend rounding, style | Willem Jan Palenstijn |
2010-11-04 | SCI: Fix precedence error in comment | Willem Jan Palenstijn |
2010-11-04 | SCI: Use gamma 2.2 for blending undithered colours | Willem Jan Palenstijn |
2010-08-24 | SCI: fixing comment of r52351 | Martin Kiewitz |
2010-08-24 | SCI: fix race condition in sierra kPalVary code | Martin Kiewitz |
2010-08-24 | SCI: dont load target palette when gameIsRestarting != 0 | Martin Kiewitz |
2010-07-27 | SCI: implemented kPalette(save/restore) | Martin Kiewitz |
2010-07-27 | SCI: adding scaling code in kBaseSetter | Martin Kiewitz |
2010-07-22 | SCI: changed the comment about the palette merging (it's not a workaround any... | Filippos Karapetis |
2010-07-22 | Silenced a known warning in SQ5, after the intro | Filippos Karapetis |
2010-07-13 | SCI: adding comment about palette formats | Martin Kiewitz |
2010-07-11 | SCI: also sync palette after playing movies, fixes kq6 intro | Martin Kiewitz |
2010-07-10 | SCI: calling speed throttler as well from kPalette(setIntensity) if needed - ... | Martin Kiewitz |
2010-07-10 | SCI: adding kPalette signatures, fixing 3 kPalVary calls, fixing kAssertPalet... | 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: it seems that all cnick games are using the inbetween interpreter | Martin Kiewitz |
2010-06-23 | SCI: adding cnick-longbow to inbetween sci1.1 in GfxPalette | Martin Kiewitz |
2010-06-23 | SCI: implementing boundary checking for GfxPalette::createFromData(), sq5 has... | Martin Kiewitz |
2010-06-22 | SCI: added nicks picks sq to the sci1.1 interpreter games, the other ones may... | Martin Kiewitz |
2010-06-22 | SCI: eco quest 1 demo also uses inbetween sci1.1 interpreter, fixing graphics | Martin Kiewitz |
2010-06-22 | SCI: implemented kAssertPalette and a palvary fix for ::set, fixes erana's pl... | Martin Kiewitz |
2010-06-22 | SCI: kPalVary(SetTarget) implemented | Martin Kiewitz |
2010-06-21 | SCI: also set throttle trigger on kPalette(animate) | Martin Kiewitz |
2010-06-21 | SCI: GfxPalette::kernelSetIntensity() now also triggers throttler - somewhat ... | 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: disable palvary when reverse is fully done - fixes palette getting stuck... | Martin Kiewitz |
2010-06-20 | SCI: cleanup of SciPalette | 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: adding code for kPalVary ticks == 0 case, fixes pharkas | 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: fix r50078, we need to update timestamp for inbetween SCI1.1 games, but ... | Martin Kiewitz |
2010-06-20 | SCI: update timestamp like before for inbetween SCI1.1 games | 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-18 | SCI: making vga views work in ega games :P | Martin Kiewitz |
2010-06-18 | SCI: fix typo when setting EGA palette | Martin Kiewitz |
2010-06-17 | SCI: Change SciEngine's 'char *getGameID()' to 'Common::String getGameId()' | Max Horn |