aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/cache.cpp
AgeCommit message (Expand)Author
2010-07-24SCI: kCelWide/kCelHigh now adjust on hires viewsMartin Kiewitz
2010-06-28SCI: Remove GfxView::getLoopInfo; add assert to GfxView::getCelInfoMax Horn
2010-04-16SCI: support for kanji (sjis), minor centering issue leftMartin Kiewitz
2010-02-05SCI: renamed class Font to GfxFontMartin Kiewitz
2010-02-04SCI: renaming class View to GfxViewMartin Kiewitz
2010-01-31getFont() should check _cachedFonts and not _cachedViews. Fixes segfaults whe...Matthew Hoops
2010-01-31SCI: implemented font cachingMartin Kiewitz
2010-01-31SCI: GfxCache is now also called directly w/o SciGui nor SciGui32Martin Kiewitz
2010-01-31SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is now...Martin Kiewitz
2010-01-31SCI: cleaned up graphics classes, removed gfx&windowmgr, added gfxports, gfxc...Martin Kiewitz