aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/text.cpp
AgeCommit message (Expand)Author
2010-01-31SCI: renamed Text class to GfxText16Martin Kiewitz
2010-01-31SCI: removing unused DrawChar()/StdChar() from text classMartin Kiewitz
2010-01-31SCI: dont delete _font inside text class, its already deleted inside cacheMartin Kiewitz
2010-01-31SCI: implemented font cachingMartin Kiewitz
2010-01-31SCI: changed the way font class is initializedMartin 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
2010-01-12A null pointer can be safely passed to "delete", thus there is no need to che...Johannes Schickel
2010-01-12SCI: deleting _font when changing active fontMartin Kiewitz
2010-01-05More renamingFilippos Karapetis