aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/transitions.cpp
AgeCommit message (Expand)Author
2019-12-01SCI: Fix Missing Default Switch CasesD G Turner
2019-07-21SCI: Implement full kWait behaviorsluicebox
2015-08-02SCI: implement frame skipping for all transitionsMartin Kiewitz
2014-11-09SCI: some more work on 480x300 mac supportMartin Kiewitz
2014-02-18SCI: Make GPL headers consistent in themselves.Johannes Schickel
2012-02-13SCI: Fix the order of diagonal roll transitions in the old lookup tableFilippos Karapetis
2012-01-14SCI: Fix bug in fadeIn()/fadeOut()Filippos Karapetis
2011-06-12SCI: Remove workaround that caused graphics corruptionWillem Jan Palenstijn
2011-06-12SCI: Add FIXME for bug #3051136Willem Jan Palenstijn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-03-29JANITORIAL: Remove/comment unused varsdhewg
2011-03-04SCI: Enable fade transitions for SCI1 EGA gamesmd5
2011-03-04SCI: Amiga SCI1 middle games are actually SCI1 latemd5
2011-03-04SCI: Amiga SCI1 middle games use the new PC SCI1 late transition effectsmd5
2011-02-19Merge branch 'osystem-palette' of https://github.com/lordhoto/scummvm into ma...Johannes Schickel
2011-02-17SCI: Fix Mac icon bar palettesMatthew Hoops
2011-02-14SCI: Adapt to setPalette/grabPalette RGBA->RGB change.Johannes Schickel
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
2010-10-07SCI: Added a define to disable room transitionsFilippos Karapetis
2010-08-29SCI: changing scroll transition behaviourMartin Kiewitz
2010-08-23SCI: slightly changing msecs for scrollingMartin Kiewitz
2010-08-21SCI: improving delaying transitionsMartin Kiewitz
2010-08-21SCI: now fading color 255 as well in sci1.1Martin Kiewitz
2010-07-26SCI: fixing scroll transitions for kq6 hiresMartin Kiewitz
2010-07-26SCI: fixing transition 9Martin Kiewitz
2010-06-29SCI: Rewrap more commentsMax Horn
2010-06-20SCI: fixed typoMartin Kiewitz
2010-06-20SCI: properly implement kPalVary functionality within kDrawPic and transition...Martin Kiewitz
2010-06-15SCI: SciGui/SciGui32 gone for good...Martin Kiewitz
2010-06-15SCI: calling wait() directly and removing it from SciGuiMartin Kiewitz
2010-06-15Throttle screen updates to 60fps in some screen transition effects as wellFilippos Karapetis
2010-05-15SCI: adding upscaled hires mode 640x480 for kq6 and gk1, fixing valgrind erro...Martin Kiewitz
2010-04-16SCI: make pixelation transition work in upscaled hires modeMartin Kiewitz
2010-04-16SCI: make scroll transitions work in upscaled hires modeMartin Kiewitz
2010-02-17SCI: Cleanup resource.hMax Horn
2010-02-04SCI: renaming Transitions to GfxTransitionsMartin Kiewitz
2010-01-31SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is now...Martin Kiewitz
2010-01-06SCI: making most of the variables in screen class private (some of it was nee...Martin Kiewitz
2010-01-06Removed all hardcoded screen sizesFilippos Karapetis
2010-01-05More renamingFilippos Karapetis