Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-19 | TOON: Add options menu | sylvaintv | |
- Add options menu when pressing F1 - Add in-game font change | |||
2014-02-18 | TOON: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-10-30 | TOON: For consistency, replace the remaining strncpy by strlcpy | Strangerke | |
2013-10-30 | TOON: Fix CID 1002430, 1002431, 1002727 | Strangerke | |
2013-04-29 | TOON: Fix logical branch error. CID 1004062 | Eugene Sandulenko | |
2012-06-28 | TOON: Replace remaining int32 x,y,w and h coordinates with int16. | D G Turner | |
2011-11-27 | TOON: Clean up Common::String usage | Willem Jan Palenstijn | |
Thanks to Sylvain for testing. | |||
2011-06-26 | TOON: Fix the bottom pixels of text being cut off | eriktorbjorn | |
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-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2011-04-17 | TOON: Fix dirty rect issues with fonts | sylvaintv | |
2011-03-13 | TOON: Add more dirtyRect checks | sylvaintv | |
2011-03-10 | TOON: Cleanup | strangerke | |
2011-03-10 | TOON: Janitorial: Suppress blanks at end of lines | strangerke | |
2011-03-08 | TOON: Decrease CPU usage | sylvaintv | |
Added dirty rects Reduced the max FPS from 60 to 30 | |||
2011-02-04 | TOON: Fixed two dialog color mistakes | Sylvain Dupont | |
svn-id: r55777 | |||
2010-12-28 | TOON: Add mapping for upper 'ç' and for plenking, both used in french version | Arnaud Boutonné | |
svn-id: r55057 | |||
2010-11-07 | TOON: 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-15 | TOON: readding spanish special chars removed in r53513 | Martin Kiewitz | |
svn-id: r53514 | |||
2010-10-15 | TOON: fix Ä umlaut and " char in german version of toonstruck | Martin Kiewitz | |
svn-id: r53513 | |||
2010-10-14 | TOON: 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-09 | TOON: Ran astyle over the toon engine (+ some manual corrections). | Johannes Schickel | |
svn-id: r53098 | |||
2010-10-09 | TOON: String fixes for motoezx build | Sylvain Dupont | |
svn-id: r53093 | |||
2010-10-09 | TOON: Make some static data tables const. | Johannes Schickel | |
svn-id: r53092 | |||
2010-10-08 | TOON: Normalized include paths | Eugene Sandulenko | |
svn-id: r53089 | |||
2010-10-08 | TOON: Merged Toon engine to ScummVM trunk | Eugene Sandulenko | |
svn-id: r53087 |