aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/font.cpp
AgeCommit message (Collapse)Author
2008-11-23Corrected wrong extended characters provided in the translated hardcoded ↵Filippos Karapetis
strings for ITE. Fixes bug #2045157 - "ITE: wrong accented characters in italian fan version" svn-id: r35158
2008-07-28CleanupFilippos Karapetis
svn-id: r33373
2008-06-12SAGA: Fixed memory leaks in the SAGA engineChristopher Page
svn-id: r32673
2008-02-27Don't do any special font mapping in the Italian fan translation of ITE, so ↵Filippos Karapetis
that Italian characters are shown correctly svn-id: r30988
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
svn-id: r30664
2008-01-05Fix to remove a tab character from the GPL headerPaul Gilbert
svn-id: r30238
2007-09-23Moved MemoryStreamEndian from Saga to Common.Eugene Sandulenko
svn-id: r29038
2007-09-18Fix for bug #1796045 - "IHNM: Spanish font wrong"Filippos Karapetis
svn-id: r28936
2007-09-17Added a debug command for font mappingFilippos Karapetis
svn-id: r28935
2007-09-17Character with ASCII code 9 is tabFilippos Karapetis
svn-id: r28934
2007-09-10Lots of source code formatting correctionsMax Horn
svn-id: r28887
2007-08-02Undefined character 9 is no longer printed in the IHNM demo help screenFilippos Karapetis
svn-id: r28409
2007-07-31Cleanup: removed dead code, fixed some comments and did some layout changesFilippos Karapetis
svn-id: r28362
2007-07-26The demo version of IHNM has 3 font types (like ITE), not 6 (like the full ↵Filippos Karapetis
version of IHNM) svn-id: r28215
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024
2006-03-08Fixed tons of format string warnings for debug/error calls (including ↵Max Horn
several errors where the format string didn't match the number of arguments to the call) svn-id: r21141
2006-02-11Moved engines to the new engines/ directoryMax Horn
svn-id: r20582