index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
sci
/
graphics
/
screen.h
Age
Commit message (
Expand
)
Author
2010-05-20
SCI: adding workaround for some underwater rooms in iceman - removing visual&...
Martin Kiewitz
2010-05-15
SCI: adding special 640x440 upscaling mode for kq6, finally hires portraits a...
Martin Kiewitz
2010-05-15
SCI: adding upscaled hires mode 640x480 for kq6 and gk1, fixing valgrind erro...
Martin Kiewitz
2010-05-15
SCI: SCI_SCREEN_MASK_* now GFX_SCREEN_MASK_*, using enum - added new enum GFX...
Martin Kiewitz
2010-04-16
SCI: support for kanji (sjis), minor centering issue left
Martin Kiewitz
2010-03-22
Patch #2973290: Semicolon cleanup
Max Horn
2010-02-05
SCI: screen specific debug functions are now called directly w/o SciGui/32
Martin Kiewitz
2010-02-05
SCI: adding some minor documentation for the various graphic classes
Martin Kiewitz
2010-02-04
SCI: kPicNotValid now uses GfxScreen directly and not SciGui/32
Martin Kiewitz
2010-01-31
SCI: syncWithFramebuffer() is now called directly w/o SciGui/SciGui32
Martin Kiewitz
2010-01-31
SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is now...
Martin Kiewitz
2010-01-07
SCI: fixed save/restorebits within screen class for displayscreen case, fixes...
Martin Kiewitz
2010-01-07
SCI: some portrait work (kq6 now shows the main bitmap as portrait, coordinat...
Martin Kiewitz
2010-01-06
SCI: sync displayScreen with framebuffer after successful video playback (fix...
Martin Kiewitz
2010-01-06
SCI: making most of the variables in screen class private (some of it was nee...
Martin Kiewitz
2010-01-05
More renaming
Filippos Karapetis