Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-05-12 | Some small cleanups and fixed compile with tmwserv support | Bjørn Lindeijer | 1 | -1/+1 | |
2009-04-23 | Added rejecting party invites. | David Athay | 1 | -2/+10 | |
2009-04-19 | Fix TMWServ compilation | Jared Adams | 1 | -1/+6 | |
2009-04-07 | Implement TMWServ's PartyHandler | Jared Adams | 1 | -2/+57 | |
2009-03-29 | Fix up eAthena party handling some more | Jared Adams | 1 | -3/+3 | |
2009-03-27 | Clean up chat and chat tabs some more | Jared Adams | 1 | -1/+2 | |
2009-03-27 | Changed the includes for the net/tmwserv/ directory | Bjørn Lindeijer | 1 | -9/+11 | |
2009-03-26 | Major clean up of ChatTab handling | Jared Adams | 1 | -2/+2 | |
ChatTabs now manage their own adding/removal from the chat window, which lost most of it's chat related messages. Whisper handling is stil done by the ChatWindow, but it no longer manages any other tabs. ChannelTab handling is now the sole responsability of the Channels they are attached to. The general tab is handled by Game. | |||||
2009-03-26 | Fixes to file headers and header guards | Bjørn Lindeijer | 1 | -4/+4 | |
Mostly removal of branding for tmwserv related files, as was done for the eAthena client before. | |||||
2009-03-23 | Move all TMWServ-specific code to net/tmwserv | Jared Adams | 1 | -0/+103 | |
Also fix several instances where the same net handler was being used for both servers, and a few other related oddities. |