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 | |
2011-04-09 | Renamed Listener to EventListener | Thorbjørn Lindeijer | 1 | -1/+1 | |
Makes it clear what kind of listener it is, since there are other listener classes as well. Acked-by: Jared Adams | |||||
2010-11-12 | Change NPC handling in the net code | Chuck Miller | 1 | -4/+17 | |
Instead of using events to invoke netcode, invoke netcode directly and have it send events Reviewed-by: Freeyorp | |||||
2010-11-11 | Have the event system channels use enums instead of strings | Chuck Miller | 1 | -1/+1 | |
Reviewed-by: Freeyorp | |||||
2010-08-12 | Replace most of Net::NpcHandler with events | Jared Adams | 1 | -15/+5 | |
Reviewed-by: Chuck Miller | |||||
2010-08-10 | Remove NpcDialog references from netcode | Jared Adams | 1 | -11/+0 | |
Reviewed-by: Chuck Miller | |||||
2010-05-04 | Clear NPC dialogs when the player dies | Jared Adams | 1 | -0/+2 | |
Reviewed-by: Freeyorp | |||||
2010-02-22 | Modify copyright headers | Freeyorp | 1 | -1/+2 | |
2010-02-20 | License header update for The Mana Client | Thorbjørn Lindeijer | 1 | -4/+3 | |
2010-02-13 | Make NPC dialogs instance instead of global | Jared Adams | 1 | -1/+10 | |
This change allows players to talk to multiple NPCs at a time (if the server agrees). Manaserv's netcode allows multiple commerce instances too. eAthena's is limited to one commerce instance, due to protocol limitations. | |||||
2010-02-07 | Updated Copyright year to 2010! | Bertram | 1 | -1/+1 | |
Also added the update copyright tool from the Wormux Team. ( And not forgetting credit's due. :P ) | |||||
2009-11-03 | Remove more _SUPPORT ifdefs and do some cleanup | Jared Adams | 1 | -3/+4 | |
2009-10-24 | REplace instances of TMW with Mana | Jared Adams | 1 | -0/+69 | |