Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-04-16 | Some cleanups | Bjørn Lindeijer | 1 | -4/+7 | |
* std::string arguments to 'const std::string &' * findMember2 renamed to findOrCreateMember * Made some functions const | |||||
2009-04-16 | Rehash CommandHandler a bit, it's now fully merged | Jared Adams | 1 | -0/+87 | |
Tabs can now interract with CommandHandler and define their own commands in a seemless way. Most channel-related commands have been moved into ChannelTab, the close command is now in the WhisperTab, and eAthena's party tab now shows all standard commands. | |||||
2009-04-05 | Implement TMWServ's Admin-, Chat-, and MapHandlers | Jared Adams | 1 | -9/+3 | |
2009-04-01 | Some cleanup | Jared Adams | 1 | -2/+1 | |
2009-03-27 | Clean up chat and chat tabs some more | Jared Adams | 1 | -28/+6 | |
2009-03-27 | Add some const to the chat tabs | Jared Adams | 1 | -1/+1 | |
2009-03-26 | Add ChannelTab for chat channels | Jared Adams | 1 | -0/+70 | |
This fixes TMWServ compilation form the previous commit. |