Age | Commit message (Expand) | Author |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-05-09 | SCI: Slight cleanup to undithering code | Max Horn |
2011-03-30 | SCI32: Support for views with 640x400 native resolution | Lars Skovlund |
2011-03-29 | SCI: Limit SCI32 view scaling to when we're actually scaling | Matthew Hoops |
2011-03-10 | SCI: Some renaming related to the undithering code | md5 |
2011-03-04 | SCI: Fix flood fill matching in EGA mode | Willem Jan Palenstijn |
2011-02-18 | SCI: Fix window height for some Mac SCI1/1.1 games | Matthew Hoops |
2011-02-17 | SCI: Fix Mac icon bar palettes | Matthew Hoops |
2011-02-03 | SCI: Add support for GK1 Mac high-res fonts | Matthew Hoops |
2010-11-11 | SCI: Some video related changes | Filippos Karapetis |
2010-11-04 | SCI: adding force to memorial area for SQ3/intro | Martin Kiewitz |
2010-08-01 | SCI: Move kernelShakeScreen to GfxScreen so it can be used in SCI32 (it's use... | Matthew Hoops |
2010-07-11 | SCI: also sync palette after playing movies, fixes kq6 intro | Martin Kiewitz |
2010-07-02 | SCI: change drawing of fonts, so that we never do triple pixel line duplicati... | Martin Kiewitz |
2010-06-30 | SCI: adjust brRect and nsRect, if sci2 hires views are used, fixes hotspots i... | Martin Kiewitz |
2010-06-28 | SCI: Comment cleanup | Max Horn |
2010-06-28 | SCI: Make src param of GfxScreen::scale2x const | Max Horn |
2010-06-28 | SCI: separated the graphics initialization code a bit | Filippos Karapetis |
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 |