index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
draci
/
sprite.h
Age
Commit message (
Expand
)
Author
2009-07-01
Added Text::setSpacing() method.
Denis Kasak
2009-07-01
Made coordinate specification mandatory when constructing objects of type Spr...
Denis Kasak
2009-07-01
Modified Sprite, Text and Drawable to handle data hiding properly since they'...
Denis Kasak
2009-07-01
Added Text::setText() and Text::setColour() methods. Changed demo animation t...
Denis Kasak
2009-07-01
Added text position specification to Text constructor.
Denis Kasak
2009-07-01
Added Text as a subclass of Drawable. Fixed syntax error in font.cpp
Denis Kasak
2009-06-30
Added the Drawable abstract base class and made Sprite inherit from it.
Denis Kasak
2009-06-22
* Expanded docs for the Sprite class
Denis Kasak
2009-06-19
Added Sprite::draw() method for drawing sprites to a Surface.
Denis Kasak
2009-06-17
Added prefices to safeguard defines in order to minimize risk of name clash.
Eugene Sandulenko
2009-06-17
Added include guards.
Denis Kasak
2009-06-14
Added a Sprite class for handling sprites in the Draci format transparently. ...
Denis Kasak