aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/screen.cpp
AgeCommit message (Expand)Author
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