aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kgraphics.cpp
AgeCommit message (Expand)Author
2019-12-01SCI: Fix Missing Default Switch CasesD G Turner
2019-09-25SCI32: Add QFG4 character import message boxsluicebox
2019-08-14SCI: Fix Macintosh kDrawPic mirror flag handlingsluicebox
2019-07-21SCI: Implement full kWait behaviorsluicebox
2019-05-12SCI32: Fix invalid calls to SCI16 graphics codeColin Snover
2019-03-19SCI: Apply SQ4 timing workaround to non-VGA versionssluicebox
2018-12-02SCI: Add support for The Dating Pool (#1403)Kawa
2018-03-23JANITORIAL: Silence GCC 7 fallthrough warningAdrian Frühwirth
2017-09-27SCI: Do some clean-up of event handling systemColin Snover
2017-09-24SCI: Remove Mac SCI32 code from SCI16 codeColin Snover
2017-09-23SCI: Clean-ups to file handling codeColin Snover
2017-09-19SCI: Stop EngineState::wait mutating r_accColin Snover
2017-05-08SCI: Translate messages passed to dialoguesColin Snover
2017-04-22SCI: Implement delayed restore for SCI32 and move implementations to GuestAdd...Colin Snover
2017-04-22SCI: Clean up unnecessary delayed restore flagsColin Snover
2017-02-05SCI: Fix more unsafe C-string usageColin Snover
2017-01-31SCI: Add more comments to SQ4-floppy workaroundTarek Soliman
2017-01-31SCI: Expand workaround for script bug #3537232Tarek Soliman
2016-10-09JANITORIAL: Remove trailing spacesEugene Sandulenko
2016-08-19SCI32: Remove GfxScreen from SCI32Colin Snover
2016-06-26SCI32: Fix broken Remap implementationColin Snover
2016-03-11SCI32: Initial implementation of kRemapColorsFilippos Karapetis
2016-03-10SCI32: Use correct name of kCantBeHere kernel functionColin Snover
2016-03-10SCI32: Use separate function for SCI32 version of kCantBeHereColin Snover
2016-03-10SCI32: Implement kSetNowSeenColin Snover
2016-03-08SCI: Split color remapping functionality into a separate classFilippos Karapetis
2016-02-28SCI32: Non-titled text bitmap implementationColin Snover
2016-02-21SCI32: Fix save patching for ScummVM dialogMartin Kiewitz
2016-01-07SCI32: Add initial support for palette cycling (kPalCycle) and fading (kPalFade)Colin Snover
2015-04-26SCI: implement delayed restore via ScummVM menuMartin Kiewitz
2015-04-13SCI: add french qfg3 export filename for fixMartin Kiewitz
2014-11-04SCI: fix Japanese Space Quest 4 (intro + buttons)Martin Kiewitz
2014-02-18SCI: Make GPL headers consistent in themselves.Johannes Schickel
2013-12-11SCI: Add detection for Torin MacMatthew Hoops
2013-04-16SCI: Fix potential memory leak with Mac cursor's hotspotMatthew Hoops
2013-01-11SCI: Add subop 9 of kPalVary (used in SCI32, e.g. QFG4 when exiting the caves)Filippos Karapetis
2012-07-24SCI: Cleanup of the palette remapping codeFilippos Karapetis
2012-07-24SCI: More work on color remappingFilippos Karapetis
2012-07-24SCI: Initial implementation of kRemapColors(kRemapByPercent)Filippos Karapetis
2012-07-24SCI: Separate the early SCI11 version of kRemapColors from the SCI32 oneFilippos Karapetis
2012-07-08SCI: Show information for correct file naming in the QFG4 import roomFilippos Karapetis
2012-07-08SCI: Update the virtual file selected in the QFG4 character import screenFilippos Karapetis
2012-06-24SCI: Add a workaround for script bug #3537232Filippos Karapetis
2012-06-20SCI: Change kRemapColors(5) again. Fixes the colors in QFG4Filippos Karapetis
2012-06-20SCI: Add a warning for kRemapColors(RemapByPercent)Filippos Karapetis
2012-06-20SCI: Implement kRemapColors(5 - set color intensity)Filippos Karapetis
2012-06-18SCI: Add setter/getter methods to reg_t'sFilippos Karapetis
2012-05-20SCI: Split the SCI32 graphics kernel functions in a separate fileFilippos Karapetis
2012-02-12SCI: Expand adjustGraphColor to work for older EGA games tooWillem Jan Palenstijn
2012-01-14SCI: Fix bug in fadeIn()/fadeOut()Filippos Karapetis