Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-26 | Updated copyrights to 2012 | Thorbjørn Lindeijer | 1 | -1/+1 | |
2010-12-06 | Removed superfluous #includes taken from checkheaders list. | Yohann Ferreira | 1 | -1/+0 | |
Resolves: Mana-Mantis #265. Trivial fix. | |||||
2010-05-06 | Add support for floor item sprites | Jared Adams | 1 | -2/+1 | |
This commit adds a sprite hierarchy (Sprite->ImageSprite,AnimatedSprite,CompundSprite; CompoundSprite,Actor->ActorSprite;ActorSprite->Being,FloorItem) to collect common functionailty into new base classes which will make other Mantis tickets easier to do. Also allows monsters to use particle effects. Reviewed-by: Bertram | |||||
2010-04-23 | Add an Actor class to replace the Sprite class | Jared Adams | 1 | -0/+59 | |
The Actor class manages the Map reference, position vector, and alpha float. These are the common parts from it's children. |