Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. |