Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-03 | TOON: Prefer getBasePtr over direct Surface::pixels access. | Johannes Schickel | |
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel | |
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//' | |||
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-09-08 | JANITORIAL: Fix some formatting glitches in gob, hugo and toon | Strangerke | |
2011-07-09 | TOON: Fixed palette problem in LoadPicture | sylvaintv | |
Bug #3325272: "Toonstruck (Spanish) Bad Graphic in squirrel book" Was a "full" palette in spanish and a "half" palette in english version. Made it choose the good mode automatically based on color count. | |||
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-06 | TOON: Fix several Valgrind issues | sylvaintv | |
Maybe caused random crashes on reading invalid memory | |||
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 | |||
2010-12-28 | TOON: Fixed memory corruption in several rooms | Sylvain Dupont | |
Some mask line drawings were writing outside the buffer. svn-id: r55055 | |||
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-12 | JANITORIAL: Cleanup (mostly whitespace) | Torbjörn Andersson | |
svn-id: r53161 | |||
2010-10-09 | TOON: Fix black spots in title picture. | Torbjörn Andersson | |
A "full palette" is, presumably, 256 colours, not 255. svn-id: r53101 | |||
2010-10-09 | TOON: Removed unnecessary "break"s (right after "return"s) | Torbjörn Andersson | |
svn-id: r53100 | |||
2010-10-09 | TOON: Ran astyle over the toon engine (+ some manual corrections). | Johannes Schickel | |
svn-id: r53098 | |||
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 |