Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-28 | Moved mTrading into the TradeHandler | Thorbjørn Lindeijer | 1 | -4/+4 | |
Really only the trade handler is concerned about whether the player is currently in a trade or not. Reviewed-by: Erik Schilling | |||||
2012-01-26 | Updated copyrights to 2012 | Thorbjørn Lindeijer | 1 | -1/+1 | |
2012-01-16 | Renamed some file names for consistency with the class names | Thorbjørn Lindeijer | 1 | -1/+1 | |
This was already done by ManaPlus. It's a good idea anyway and it makes comparing the code a little easier. Reviewed-by: Yohann Ferreira | |||||
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 | -8/+7 | |
There is still a good way to go, but this should get us started Reviewed-by: Jared Adams | |||||
2010-07-18 | Move more from LocalPlayer to PlayerInfo | Jared Adams | 1 | -4/+5 | |
Also cleanup PlayerInfo a bit. Reviewed-by: Chuck Miller | |||||
2010-06-10 | Merge BeingManager and FloorItemManager as ActorSpriteManager | Jared Adams | 1 | -2/+2 | |
No need for two different classes to manage ActorSprites. 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-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-31 | Unify eAthena and manaserv support in to one build. | Daniel Bradshaw | 1 | -1/+1 | |
Finish support for server types in the server dialog. Using the new server type function, strip out ifdefs, replacing them with if blocks for later merging in smaller atomic commits. Remove any remaining references to the support defs, including in build system. | |||||
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 | -3/+2 | |
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 | -15/+14 | |
2009-11-03 | Remove more _SUPPORT ifdefs and do some cleanup | Jared Adams | 1 | -12/+12 | |
2009-10-24 | REplace instances of TMW with Mana | Jared Adams | 1 | -0/+226 | |