Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-10 | player_node -> local_player | Yohann Ferreira | 1 | -3/+3 | |
Reviewed-by: Ablu | |||||
2011-06-03 | Replace SDL_types.h with cstdint | Jared Adams | 1 | -1/+1 | |
This required moving to C++0x, so it does that too, and fixes a few errors with that. Reviewed-by: Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | |||||
2011-04-09 | Removed the Mana namespace | Thorbjørn Lindeijer | 1 | -12/+12 | |
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 | -6/+6 | |
Acked-by: Jared Adams | |||||
2011-04-09 | Moved Events to Mana::Event::Type | Thorbjørn Lindeijer | 1 | -6/+6 | |
Acked-by: Jared Adams | |||||
2010-11-11 | Replace Event names with enums instead of strings | Chuck Miller | 1 | -6/+6 | |
2010-11-11 | Have the event system channels use enums instead of strings | Chuck Miller | 1 | -6/+6 | |
Reviewed-by: Freeyorp | |||||
2010-08-12 | Simplify working with the event system | Jared Adams | 1 | -7/+7 | |
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 | -18/+24 | |
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 | -4/+9 | |
Reviewed-by: Chuck Miller | |||||
2010-08-03 | Merge remote branch 'origin/1.0' | Jared Adams | 1 | -8/+26 | |
Conflicts: src/net/tmwa/chathandler.cpp | |||||
2010-08-02 | Convert most of the remaining chat system to use the event system | Chuck Miller | 1 | -17/+37 | |
Reviewed-by: Jared Adams | |||||
2010-08-01 | Fix chat spoofing. Remove colors from nicks in public chat. | Andrei Karas | 1 | -10/+29 | |
Signed-off-by: Chuck Miller <shadowmil@gmail.com> | |||||
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/+10 | |
There is still a good way to go, but this should get us started Reviewed-by: Jared Adams | |||||
2010-06-29 | Make whisper responses from tmwAthena show up in correct tabs | Jared Adams | 1 | -6/+17 | |
Reviewed-by: Bertram | |||||
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-04-17 | Changed eAthena protocol name to TmwAthena and changed the config files ↵ | Bertram | 1 | -0/+248 | |
accordingly. This makes room for the actual eAthena protocol future inclusion. |