aboutsummaryrefslogtreecommitdiff
path: root/engines/toon/font.cpp
AgeCommit message (Collapse)Author
2015-03-19TOON: Add options menusylvaintv
- Add options menu when pressing F1 - Add in-game font change
2014-02-18TOON: Make GPL headers consistent in themselves.Johannes Schickel
2013-10-30TOON: For consistency, replace the remaining strncpy by strlcpyStrangerke
2013-10-30TOON: Fix CID 1002430, 1002431, 1002727Strangerke
2013-04-29TOON: Fix logical branch error. CID 1004062Eugene Sandulenko
2012-06-28TOON: Replace remaining int32 x,y,w and h coordinates with int16.D G Turner
2011-11-27TOON: Clean up Common::String usageWillem Jan Palenstijn
Thanks to Sylvain for testing.
2011-06-26TOON: Fix the bottom pixels of text being cut offeriktorbjorn
It's a dirty rect problem. The computeSize() function needs to take into consideration that the glyph may be offset, so it's not enough to just look at its size. For now, I'm assuming that this is only a problem with characters that stick out below the base line, so that's all this patch tries to fix. Let's see if that's enough.
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
Some backends may break as I only compiled SDL
2011-04-17TOON: Fix dirty rect issues with fontssylvaintv
2011-03-13TOON: Add more dirtyRect checkssylvaintv
2011-03-10TOON: Cleanupstrangerke
2011-03-10TOON: Janitorial: Suppress blanks at end of linesstrangerke
2011-03-08TOON: Decrease CPU usagesylvaintv
Added dirty rects Reduced the max FPS from 60 to 30
2011-02-04TOON: Fixed two dialog color mistakesSylvain Dupont
svn-id: r55777
2010-12-28TOON: Add mapping for upper 'ç' and for plenking, both used in french versionArnaud Boutonné
svn-id: r55057
2010-11-07TOON: Corrections to close some memory leaks.David Turner
These corrections close a number of leaks in the Toon engine reported by running Valgrind with --leak-check=full option. svn-id: r54127
2010-10-15TOON: readding spanish special chars removed in r53513Martin Kiewitz
svn-id: r53514
2010-10-15TOON: fix Ä umlaut and " char in german version of toonstruckMartin Kiewitz
svn-id: r53513
2010-10-14TOON: Fixed the Spanish special characters.Jordi Vilalta Prat
- Wrap the text to font mapping in a function to give more flexibility. - Add mapping of the opening exclamation and question marks to the common mapping array. - Added a special case for a character already mapped incorrectly in the original interpreter, which seems to conflict with what's required by the other languages. svn-id: r53461
2010-10-09TOON: Ran astyle over the toon engine (+ some manual corrections).Johannes Schickel
svn-id: r53098
2010-10-09TOON: String fixes for motoezx buildSylvain Dupont
svn-id: r53093
2010-10-09TOON: Make some static data tables const.Johannes Schickel
svn-id: r53092
2010-10-08TOON: Normalized include pathsEugene Sandulenko
svn-id: r53089
2010-10-08TOON: Merged Toon engine to ScummVM trunkEugene Sandulenko
svn-id: r53087