Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-10 | Corrected two spelling mistakes | jurkan | 1 | -1/+1 | |
Reviewed-by: Erik Schilling | |||||
2012-01-26 | Updated copyrights to 2012 | Thorbjørn Lindeijer | 1 | -1/+1 | |
2012-01-10 | player_node -> local_player | Yohann Ferreira | 1 | -4/+4 | |
Reviewed-by: Ablu | |||||
2011-06-19 | Making party invite functional | Stefan Dombrowski | 1 | -28/+50 | |
Reviewed-by: Bjorn | |||||
2011-05-30 | Routing party invite through the map server | Stefan Dombrowski | 1 | -2/+12 | |
The player sends party invites to the game server. If the invitee is within the visual range of the inviter, then the game server forwards the invite to the chat server. Reviewed-by: Bjorn, Jaxad0127 | |||||
2011-05-15 | Starting to fix party invite | Stefan Dombrowski | 1 | -6/+14 | |
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-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 | -6/+6 | |
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 | -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-24 | Add more to eAthena guild support | Jared Adams | 1 | -2/+1 | |
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 | -13/+17 | |
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 | -5/+5 | |
Also remove some extra new lines and fix eAthena's PartyTab define guards. | |||||
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-03 | Simplify ManaServ netcode some more | Jared Adams | 1 | -11/+23 | |
2009-11-03 | Remove more _SUPPORT ifdefs and do some cleanup | Jared Adams | 1 | -7/+7 | |
2009-10-24 | REplace instances of TMW with Mana | Jared Adams | 1 | -0/+179 | |