aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/text.cpp
AgeCommit message (Collapse)Author
2010-01-31SCI: renamed Text class to GfxText16Martin Kiewitz
svn-id: r47780
2010-01-31SCI: removing unused DrawChar()/StdChar() from text classMartin Kiewitz
svn-id: r47765
2010-01-31SCI: dont delete _font inside text class, its already deleted inside cacheMartin Kiewitz
svn-id: r47764
2010-01-31SCI: implemented font cachingMartin Kiewitz
svn-id: r47762
2010-01-31SCI: changed the way font class is initializedMartin Kiewitz
svn-id: r47756
2010-01-31SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is ↵Martin Kiewitz
now called directly w/o SciGui svn-id: r47752
2010-01-31SCI: cleaned up graphics classes, removed gfx&windowmgr, added gfxports, ↵Martin Kiewitz
gfxcompare, gfxpaint16, gfxcache. kernel uses gfxports directly w/o going through SciGui svn-id: r47745
2010-01-12A null pointer can be safely passed to "delete", thus there is no need to ↵Johannes Schickel
check against the pointer being non-zero in advance. svn-id: r47272
2010-01-12SCI: deleting _font when changing active fontMartin Kiewitz
svn-id: r47269
2010-01-05More renamingFilippos Karapetis
svn-id: r47009