aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/text16.cpp
AgeCommit message (Expand)Author
2010-04-19SCI: sierra switched hardcoded inside their pc98 interpreter to font 900, if ...Martin Kiewitz
2010-04-19SCI: added even more comments about the 0xD 0xA inside GetLongest()Martin Kiewitz
2010-04-19SCI: added more comments for 0xD 0xA cases inside GetLongest()Martin Kiewitz
2010-04-19SCI: Fix yet another (new) const correctness violation.Max Horn
2010-04-18SCI: sierra sci reacts on 0xD and 0xA to end a line. We only reacted on 0xA a...Martin Kiewitz
2010-04-17More const correctness fixesMax Horn
2010-04-16SCI: support for kanji (sjis), minor centering issue leftMartin Kiewitz
2010-04-16SCI: dont switch to english on kanji text, also cut off text w/o spaces insid...Martin Kiewitz
2010-02-05SCI: renamed class Font to GfxFontMartin Kiewitz
2010-01-31SCI: renamed Text class to GfxText16Martin Kiewitz