Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-26 | Updated copyrights to 2012 | Thorbjørn Lindeijer | 1 | -1/+1 | |
2010-07-18 | Replace some state-related netcode methods with events | Jared Adams | 1 | -2/+2 | |
Also move the virtual destructors of the Net handler base classes to the top of their method lists. Reviewed-by: Chuck Miller | |||||
2010-05-17 | Remove Monster, Player, and NPC classes | Jared Adams | 1 | -3/+3 | |
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-02-21 | Do some more copyright header cleanups | Jared Adams | 1 | -1/+1 | |
Fix "(C) 2009-2009" to just "(C) 2009" Fix "(C) 2010 TMW" to "(C) 2010 Mana" Remove TMW compyright on (hopefully all) files added after 0.0.29.1 | |||||
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-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 ) | |||||
2010-01-28 | Added virtual destructors, some implicit casts, and a couple of type changes. | Daniel Bradshaw | 1 | -0/+2 | |
Many warnings removed. Reviewed-by: Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | |||||
2009-11-02 | Fix an uninitialized value in eAthena's netcode | Jared Adams | 1 | -0/+1 | |
2009-04-19 | Flesh out eAtehan party handling | Jared Adams | 1 | -1/+17 | |
2009-04-07 | Implement TMWServ's PartyHandler | Jared Adams | 1 | -2/+4 | |
2009-04-06 | Add support for changing direction under eAthena | Jared Adams | 1 | -0/+2 | |
2009-04-02 | Some cleanup and renaming | Bjørn Lindeijer | 1 | -12/+14 | |
* Removed superfluous 'virtual' keyword in *Handler implementations * Renamed NPCHandler to NpcHandler * Renamed InvyHandler to InventoryHandler * Made all *Handler interface methods pure virtual * Used forward declarations in net.h * Renamed {start,end}Shoping to {start,end}Shopping | |||||
2009-03-31 | Make network handler functions virtual | Jared Adams | 1 | -14/+14 | |
2009-03-31 | Add first draft of net handlers | Jared Adams | 1 | -0/+53 | |
eAthena NPC handler has been implemented and is being used for NPC interraction. | |||||
2009-03-23 | Move all TMWServ-specific code to net/tmwserv | Jared Adams | 1 | -41/+0 | |
Also fix several instances where the same net handler was being used for both servers, and a few other related oddities. | |||||
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 | |
I don't know why we dealt with these things for so long. Did we ever get anything out of it? | |||||
2008-04-23 | Fixed svn:keywords properties and added header to guild.h. | Bjørn Lindeijer | 1 | -1/+1 | |
2008-04-23 | Fixed headers to be GPL | David Athay | 1 | -20/+16 | |
2008-04-17 | Added basic party support (no interface to create or quit yet) | David Athay | 1 | -0/+47 | |