aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/polys.cpp
AgeCommit message (Collapse)Author
2014-06-06CRUISE: Reduce the scope of variables in fillpoly()Strangerke
2014-06-01CRUISE: Reduce the scope of variables used in the for loopsStrangerke
2014-02-18CRUISE: Make GPL headers consistent in themselves.Johannes Schickel
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2007-11-04Some code formating fixesSven Hesse
svn-id: r29409
2007-11-01Small cleanupsVincent Hamm
svn-id: r29352
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
2007-05-17Replaced the old, broken fillpoly() function with a new, and hopefully slightlyTorbjörn Andersson
less broken, one. It probably isn't pixel-perfect compared to the original one, so I expect it will probably be replaced once again in the future. svn-id: r26860
2007-05-12I believe these #includes are unnecessary.Torbjörn Andersson
svn-id: r26811
2007-04-28Changed abs() to ABS()Torbjörn Andersson
svn-id: r26639
2007-04-27Fix code formatting (partially) and guard defines in includes.Eugene Sandulenko
svn-id: r26631
2007-04-27Add cruise source code for scummvmVincent Hamm
svn-id: r26605