Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-05 | Removed the shared base classes of MessageIn and MessageOut | Thorbjørn Lindeijer | 1 | -1/+1 | |
There wasn't a whole lot gained by sharing a common base class, and it makes extending the manaserv Message{In,Out} classes with a debugging mode unnecessarily complicated. Reviewed-by: Yohann Ferreira | |||||
2012-01-26 | Updated copyrights to 2012 | Thorbjørn Lindeijer | 1 | -1/+1 | |
2010-05-17 | Remove Monster, Player, and NPC classes | Jared Adams | 1 | -1/+1 | |
Instead of having these three subclasses with minor differences, this commit merges them back into Being. In the future, we can make Beings that are talkable to some, attackable by others, etc. This also puts back support for monster equipment. Also changes remaining references to Being::Type and the constants to refer to ActorSprite::Type. Reviewed-by: Freeyorp | |||||
2010-04-17 | Changed eAthena protocol name to TmwAthena and changed the config files ↵ | Bertram | 1 | -0/+71 | |
accordingly. This makes room for the actual eAthena protocol future inclusion. |