Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-04-09 | Removed the Mana namespace | Thorbjørn Lindeijer | 1 | -7/+7 | |
It's just an annoyance when it's only applied to a few classes. Either we place everything in this namespace or nothing, and at the moment I don't see any rationale for placing everything in a Mana namespace. Acked-by: Jared Adams | |||||
2011-04-09 | Moved Channels to Mana::Event::Channel | Thorbjørn Lindeijer | 1 | -3/+3 | |
Acked-by: Jared Adams | |||||
2011-04-09 | Moved Events to Mana::Event::Type | Thorbjørn Lindeijer | 1 | -3/+4 | |
Acked-by: Jared Adams | |||||
2011-02-21 | Fixing segmentation fault in chathandler | Stefan Dombrowski | 1 | -5/+7 | |
Reviewed-by: Jaxad0127, Thorbjorn | |||||
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-11-11 | Replace Event names with enums instead of strings | Chuck Miller | 1 | -3/+3 | |
2010-11-11 | Have the event system channels use enums instead of strings | Chuck Miller | 1 | -3/+3 | |
Reviewed-by: Freeyorp | |||||
2010-08-12 | Simplify working with the event system | Jared Adams | 1 | -4/+4 | |
EventManager has been merged into Event, with some new convinience methods added. Reviewed-by: Chuck Miller | |||||
2010-08-05 | Have Being manage speech creation and add permissions to events | Jared Adams | 1 | -1/+4 | |
The Being and Player Chat events now have the precomuted permissions for SPEECH_LOG and SPEECH_FLOAT. The Being class now acts on those events to show speech (if SPEECH_FLOAT is present). ChatWindow now checks for the SPEECH_LOG permission. Reviewed-by: Freeyorp | |||||
2010-08-04 | Remove some unused headers and fix some chat events | Jared Adams | 1 | -2/+3 | |
Reviewed-by: Chuck Miller | |||||
2010-08-02 | Convert most of the remaining chat system to use the event system | Chuck Miller | 1 | -3/+10 | |
Reviewed-by: Jared Adams | |||||
2010-08-01 | Reduce localChatTab presence replacing it with the event system | Chuck Miller | 1 | -6/+7 | |
Reviewed-By: Jared Adams | |||||
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-21 | Made tick counter and framerate limiter work during login sequence | Thorbjørn Lindeijer | 1 | -3/+2 | |
Much code was moved from main() to the new Client::exec(). This new event loop now integrates with the Game class, so that the tick counter and framerate limiter apply universally. The Client class is also responsible for some things that used to be global variables. Mantis-issue: ... | |||||
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 | -1/+0 | |
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 | -6/+7 | |
Also remove some extra new lines and fix eAthena's PartyTab define guards. | |||||
2010-01-10 | Change code style | Andrei Karas | 1 | -8/+9 | |
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 | -18/+15 | |
2009-11-03 | Remove more _SUPPORT ifdefs and do some cleanup | Jared Adams | 1 | -28/+26 | |
2009-10-24 | REplace instances of TMW with Mana | Jared Adams | 1 | -0/+459 | |