aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/screen.cpp
AgeCommit message (Expand)Author
2010-05-24Add support for showing the icon bar in SCI1.1 Mac.Matthew Hoops
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-05-04Move initGraphics and initCommonGFX from to new header.Max Horn
2010-04-16SCI: support for kanji (sjis), minor centering issue leftMartin Kiewitz
2010-02-17SCI: Cleanup resource.hMax Horn
2010-02-05SCI: screen specific debug functions are now called directly w/o SciGui/32Martin Kiewitz
2010-02-05SCI2 Windows games are scaled from 320x200 to 640x480, not 640x400. Aspect ra...Matthew Hoops
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-25SCI: created isAmiga32color(), using this method instead of comparing against...Martin Kiewitz
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-24SCI: added comment about using color 255 all the time for amiga gamesMartin Kiewitz
2010-01-24SCI: changing white to be 255 for amiga all the time (works for our interpret...Martin Kiewitz
2010-01-24SCI: supporting .used bit 1 in palettes (force direct palette setting) and cl...Martin Kiewitz
2010-01-07SCI: fixed save/restorebits within screen class for displayscreen case, fixes...Martin Kiewitz
2010-01-07SCI: fixed stupid bug in putPixelOnDisplay, fixes height of displayed hires g...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-05More renamingFilippos Karapetis