Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-11 | Give feedback when guild invite failed | Erik Schilling | 1 | -0/+4 | |
Server was already sending a error message. But the client ignored it. Reviewed-by: Stefan Beller. | |||||
2012-05-05 | Removed the shared base classes of MessageIn and MessageOut | Thorbjørn Lindeijer | 1 | -3/+2 | |
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-04-19 | Client side fix for manaserv guild system | Erik Schilling | 1 | -4/+32 | |
- kick code untested because no kick button exists yet Reviewed-by: bjorn. | |||||
2012-01-26 | Updated copyrights to 2012 | Thorbjørn Lindeijer | 1 | -1/+1 | |
2012-01-10 | player_node -> local_player | Yohann Ferreira | 1 | -5/+5 | |
Reviewed-by: Ablu | |||||
2010-12-30 | Renamed protocol.h to manaserv_protocol.h to follow server's changes. | Yohann Ferreira | 1 | -1/+1 | |
I'll sync the two files as for the new enums in a separate commit. Trivial fix. Resolves: Mana-mantis #278. | |||||
2010-08-12 | Simplify working with the event system | Jared Adams | 1 | -1/+1 | |
EventManager has been merged into Event, with some new convinience methods added. Reviewed-by: Chuck Miller | |||||
2010-08-04 | Remove some unused headers and fix some chat events | Jared Adams | 1 | -2/+2 | |
Reviewed-by: Chuck Miller | |||||
2010-07-18 | Add event.h to eventmanager.h and listener.h to reduce total number of includes | Chuck Miller | 1 | -1/+0 | |
You'll have to include it anyways 99% of the time | |||||
2010-07-18 | Move the majority of the netcode's server messages to the event system | Chuck Miller | 1 | -5/+7 | |
There is still a good way to go, but this should get us started Reviewed-by: Jared Adams | |||||
2010-05-17 | Remove Monster, Player, and NPC classes | Jared Adams | 1 | -2/+2 | |
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-24 | Add more to eAthena guild support | Jared Adams | 1 | -6/+4 | |
It's not complete yet, but it is closer. Also fix up handling of guild/party members. Reviewed-by: Chuck Miller | |||||
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-08 | Merge PartyWindow and GuildWindow into SocialWindow | Jared Adams | 1 | -15/+11 | |
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-12 | Standardize header order | Jared Adams | 1 | -7/+7 | |
Also remove some extra new lines and fix eAthena's PartyTab define guards. | |||||
2010-01-10 | Change code style | Andrei Karas | 1 | -6/+6 | |
2009-12-02 | Centralize netcode handler instances in Net | Jared Adams | 1 | -1/+1 | |
Instead of each netcode making the global variables and Net referencing them, Net now makes them and the netcodes reference them. Also remove an innappropriate ChatHandler reference from eA's AdminHandler. | |||||
2009-11-07 | More eAthena guild stuff | Jared Adams | 1 | -18/+26 | |
Also some related chenges elsewhere | |||||
2009-11-03 | Move ManaServ guild code into GuildHandler | Jared Adams | 1 | -2/+86 | |
Ad start eAthena's GuildHandler | |||||
2009-11-03 | Simplify ManaServ netcode some more | Jared Adams | 1 | -1/+0 | |
2009-11-03 | Remove more _SUPPORT ifdefs and do some cleanup | Jared Adams | 1 | -2/+2 | |
2009-10-24 | REplace instances of TMW with Mana | Jared Adams | 1 | -0/+254 | |