aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/screen.h
AgeCommit message (Expand)Author
2011-03-30SCI32: Support for views with 640x400 native resolutionLars Skovlund
2011-03-29SCI: Limit SCI32 view scaling to when we're actually scalingMatthew Hoops
2011-03-10SCI: Some renaming related to the undithering codemd5
2011-03-04SCI: Fix flood fill matching in EGA modeWillem Jan Palenstijn
2011-02-18SCI: Fix window height for some Mac SCI1/1.1 gamesMatthew Hoops
2011-02-17SCI: Fix Mac icon bar palettesMatthew Hoops
2011-02-03SCI: Add support for GK1 Mac high-res fontsMatthew Hoops
2010-11-11SCI: Some video related changesFilippos Karapetis
2010-11-04SCI: adding force to memorial area for SQ3/introMartin Kiewitz
2010-08-01SCI: Move kernelShakeScreen to GfxScreen so it can be used in SCI32 (it's use...Matthew Hoops
2010-07-11SCI: also sync palette after playing movies, fixes kq6 introMartin Kiewitz
2010-07-02SCI: change drawing of fonts, so that we never do triple pixel line duplicati...Martin Kiewitz
2010-06-30SCI: adjust brRect and nsRect, if sci2 hires views are used, fixes hotspots i...Martin Kiewitz
2010-06-28SCI: Comment cleanupMax Horn
2010-06-28SCI: Make src param of GfxScreen::scale2x constMax Horn
2010-06-28SCI: separated the graphics initialization code a bitFilippos Karapetis
2010-05-20SCI: adding workaround for some underwater rooms in iceman - removing visual&...Martin Kiewitz
2010-05-15SCI: adding special 640x440 upscaling mode for kq6, finally hires portraits a...Martin Kiewitz
2010-05-15SCI: adding upscaled hires mode 640x480 for kq6 and gk1, fixing valgrind erro...Martin Kiewitz
2010-05-15SCI: SCI_SCREEN_MASK_* now GFX_SCREEN_MASK_*, using enum - added new enum GFX...Martin Kiewitz
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