aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/smush/smush_font.cpp
AgeCommit message (Collapse)Author
2007-02-03Applied the revised NUT font renderer patch #1635584, which combines cyx'sTorbjörn Andersson
patch for correct (not to mention more efficient) rendering of CMI's shadowed letters, while retaining most of the memory savings of my original patch. This time, SMUSH and INSANE fonts also benefit from it. svn-id: r25345
2007-01-27cleanup (made NutRenderer::loadFont protected, added call during ↵Gregory Montoir
initialisation of the renderer object) svn-id: r25223
2006-02-20Replaced _gameId, _version, _heversion, _features, _midi, _platform with a ↵Max Horn
simple ScummGameSettings instance: _game svn-id: r20795
2006-02-11Moved engines to the new engines/ directoryMax Horn
svn-id: r20582