aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/screen.h
AgeCommit message (Expand)Author
2010-04-16SCI: support for kanji (sjis), minor centering issue leftMartin Kiewitz
2010-03-22Patch #2973290: Semicolon cleanupMax Horn
2010-02-05SCI: screen specific debug functions are now called directly w/o SciGui/32Martin Kiewitz
2010-02-05SCI: adding some minor documentation for the various graphic classesMartin Kiewitz
2010-02-04SCI: kPicNotValid now uses GfxScreen directly and not SciGui/32Martin Kiewitz
2010-01-31SCI: syncWithFramebuffer() is now called directly w/o SciGui/SciGui32Martin Kiewitz
2010-01-31SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is now...Martin Kiewitz
2010-01-07SCI: fixed save/restorebits within screen class for displayscreen case, fixes...Martin Kiewitz
2010-01-07SCI: some portrait work (kq6 now shows the main bitmap as portrait, coordinat...Martin Kiewitz
2010-01-06SCI: sync displayScreen with framebuffer after successful video playback (fix...Martin Kiewitz
2010-01-06SCI: making most of the variables in screen class private (some of it was nee...Martin Kiewitz
2010-01-05More renamingFilippos Karapetis