some cleanups in the sprite class, increased delta for collision response
[supertux.git] / lib / special / sprite.cpp
2004-11-24 Matthias Braunsome cleanups in the sprite class, increased delta...
2004-11-24 Matthias Braunfurhter improve collision detection by reintroducing...
2004-11-22 Matthias Braunproperly implement invisible blocks
2004-11-20 Matthias BraunThe BIG COMMIT(tm)
2004-10-25 Ryan Flegel- committed patch from Richard Smith
2004-10-19 Ricardo CruzMirror actions now cache the horizontal flipped Surface...
2004-10-18 Ricardo CruzImplemented mirror actions correctly. Bugfix: right...
2004-09-09 Ricardo CruzDo not free mirror surfaces.
2004-09-09 Ricardo CruzImplemented mirroring in Sprite, so that now it's possi...
2004-09-08 Ricardo CruzThis should definitively fix frames out of range.
2004-09-08 Ricardo CruzThis checking is useless. It is done before drawing...
2004-09-08 Ricardo CruzThis should fix animations. (bugs in the line of bomb...
2004-08-27 Ricardo CruzAdded a mask to be applied to a sprite.
2004-08-27 Ricardo CruzAdded z order support and draw_part().
2004-08-21 Ricardo CruzRenamed code variables, as well.
2004-08-21 Ricardo CruzChanged hotspot keyword by offset, as asked by Benjamin.
2004-08-19 Ricardo CruzAdded message when no action is found.
2004-08-18 Ricardo CruzRound frame on checking for last frame, so that the...
2004-08-18 Ricardo CruzImprovements.
2004-08-17 Ricardo CruzChanged next action behavior.
2004-08-17 Ricardo CruzAdded next action to sprite.
2004-08-16 Ricardo CruzJust added more info to warning.
2004-08-16 Ricardo CruzChanged variable name and fixed reverse animation.
2004-08-14 Ricardo CruzWe could been losting frames. Fixed.
2004-08-14 Ricardo CruzImprovements.
2004-08-14 Ricardo CruzImproved Sprites animations.
2004-08-13 Ricardo CruzAdded support for one time animations to Sprite.
2004-08-12 Ricardo CruzChanged parameter from set_action().
2004-08-12 Ricardo CruzAdded what I called of actions to Sprite.
2004-07-25 Tobias Gläßer- Major changes in Setup-API.
2004-07-22 Tobias GläßerHad to change the #includes of dependend headers from...
2004-07-21 Tobias GläßerThe SuperTux library features a SuperTux namespace...
2004-07-20 Tobias GläßerGenerated SuperTux libtool library containing more...