Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-04 | * Removed tracking of Z coordinates in Drawable since it's not used | Denis Kasak | |
* Made columnwise parameter mandatory * Made Sprite coordinates signed (the engine sometimes uses negative coordinates) * Prevented overflow when drawing sprites in some cases svn-id: r42100 | |||
2009-07-03 | Added Sprite::getRect() and Text::getRect(). | Denis Kasak | |
svn-id: r42074 | |||
2009-07-03 | Added support for mirrored sprites. | Denis Kasak | |
svn-id: r42067 | |||
2009-07-03 | Added bool parameter markDirty to Sprite::draw() and Text::draw() to specify ↵ | Denis Kasak | |
whether to mark a dirty rect for a particular draw (also added such support to the Font class since it's needed by Text). Made spacing parameters for Text instances mandatory. svn-id: r42066 | |||
2009-07-01 | Added Text::setSpacing() method. | Denis Kasak | |
svn-id: r41999 | |||
2009-07-01 | Made Text objects calculate their widths and heights properly. | Denis Kasak | |
svn-id: r41998 | |||
2009-07-01 | Made coordinate specification mandatory when constructing objects of type ↵ | Denis Kasak | |
Sprite and Class. Made transforming from columnwise a default (since it was done most of the time anyway). Changed coordinates to use uint instead of uint16. svn-id: r41996 | |||
2009-07-01 | Added Text::setText() and Text::setColour() methods. Changed demo animation ↵ | Denis Kasak | |
to use them. svn-id: r41984 | |||
2009-07-01 | Added text position specification to Text constructor. | Denis Kasak | |
svn-id: r41982 | |||
2009-07-01 | Added Text as a subclass of Drawable. Fixed syntax error in font.cpp | Denis Kasak | |
svn-id: r41981 | |||
2009-06-30 | Added the Drawable abstract base class and made Sprite inherit from it. | Denis Kasak | |
svn-id: r41979 | |||
2009-06-25 | Added transformToRows() static method to Sprite. Modified Sprite ↵ | Denis Kasak | |
constructors to use it. svn-id: r41865 | |||
2009-06-22 | * Expanded docs for the Sprite class | Denis Kasak | |
* Added Surface and Screen docs * Small documentation fixes svn-id: r41779 | |||
2009-06-19 | Added Sprite::draw() method for drawing sprites to a Surface. | Denis Kasak | |
svn-id: r41654 | |||
2009-06-14 | Removed superfluous return from the Sprite constructor. | Denis Kasak | |
svn-id: r41525 | |||
2009-06-14 | Whitespce fixes | Eugene Sandulenko | |
svn-id: r41514 | |||
2009-06-14 | Added a Sprite class for handling sprites in the Draci format transparently. ↵ | Denis Kasak | |
Modified the test animation to use it. svn-id: r41509 |