aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/sprite.h
AgeCommit message (Expand)Author
2009-07-12Moved the delay mechanism from Animation to Drawable since each frame in an a...Denis Kasak
2009-07-04* Removed tracking of Z coordinates in Drawable since it's not usedDenis Kasak
2009-07-03Added Sprite::getRect() and Text::getRect().Denis Kasak
2009-07-03Added support for mirrored sprites.Denis Kasak
2009-07-03Added bool parameter markDirty to Sprite::draw() and Text::draw() to specify ...Denis Kasak
2009-07-01Added Text::setSpacing() method.Denis Kasak
2009-07-01Made coordinate specification mandatory when constructing objects of type Spr...Denis Kasak
2009-07-01Modified Sprite, Text and Drawable to handle data hiding properly since they'...Denis Kasak
2009-07-01Added Text::setText() and Text::setColour() methods. Changed demo animation t...Denis Kasak
2009-07-01Added text position specification to Text constructor.Denis Kasak
2009-07-01Added Text as a subclass of Drawable. Fixed syntax error in font.cppDenis Kasak
2009-06-30Added the Drawable abstract base class and made Sprite inherit from it.Denis Kasak
2009-06-22* Expanded docs for the Sprite classDenis Kasak
2009-06-19Added Sprite::draw() method for drawing sprites to a Surface.Denis Kasak
2009-06-17Added prefices to safeguard defines in order to minimize risk of name clash.Eugene Sandulenko
2009-06-17Added include guards.Denis Kasak
2009-06-14Added a Sprite class for handling sprites in the Draci format transparently. ...Denis Kasak