aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/sprite.cpp
AgeCommit message (Collapse)Author
2011-06-20ALL: Remove trailing whitespacesMax Horn
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//'
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-14ALL: colour -> colorMax Horn
2010-06-26Added extra validation for sprite decodingPaul Gilbert
svn-id: r50297
2010-06-24Corrected incorrect variable name changePaul Gilbert
svn-id: r50204
2010-06-24Silence gcc warnings.Matthew Hoops
svn-id: r50197
2010-06-23Changed some asserts to warningsFilippos Karapetis
svn-id: r50175
2010-06-23Rewrote the MADS animation frame decoder to better guard against invalid ↵Paul Gilbert
data causing memory overruns svn-id: r50174
2010-06-20Implemented explicit transparency index support - the previous hardcoded ↵Paul Gilbert
index of 0 wasn't correct, since some sprites need that index svn-id: r50070
2010-03-25Added preliminary logic for showing loaded sprite framesPaul Gilbert
svn-id: r48401
2009-12-07M4: Move 'determine transparent color' hack into a new M4Sprite methodMax Horn
svn-id: r46281
2009-12-07M4: Rename M4Surface::getData() to getBasePtr() for consistencyMax Horn
svn-id: r46279
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
svn-id: r35648
2008-04-20Initial import of the work in progress M4 engineFilippos Karapetis
svn-id: r31600