summaryrefslogtreecommitdiff
path: root/src/net/tmwserv
AgeCommit message (Collapse)AuthorFilesLines
2009-03-26Major clean up of ChatTab handlingJared Adams5-36/+37
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-26Add whisper tabs for TMWServJared Adams1-6/+1
2009-03-26Add ChannelTab for chat channelsJared Adams2-9/+14
This fixes TMWServ compilation form the previous commit.
2009-03-26Fixes to file headers and header guardsBjørn Lindeijer46-223/+223
Mostly removal of branding for tmwserv related files, as was done for the eAthena client before.
2009-03-25A host of code style fixesBjørn Lindeijer1-1/+1
Mostly putting & and * in the right place and making some getters const.
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer4-3/+5
Conflicts: A lot of files.
2009-03-23Move all TMWServ-specific code to net/tmwservJared Adams55-0/+5288
Also fix several instances where the same net handler was being used for both servers, and a few other related oddities.