summaryrefslogtreecommitdiff
path: root/src/net/tmwserv/guildhandler.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-05-21Fixed a few strings for better translationKess Vargavind1-9/+16
Just a few notes that would help us translators immensly: * Please do not split one sentence into several strings * Please try to refrain from inserting extra spaces into the strings
2009-04-14Put the remaining unnamespaced handlers in a namespaceBjørn Lindeijer1-0/+4
Also fixed some initialization order warnings when compiling with tmwserv support and made two getters const.
2009-03-27Changed the includes for the net/tmwserv/ directoryBjørn Lindeijer1-16/+18
2009-03-26Major clean up of ChatTab handlingJared Adams1-8/+7
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 ChannelTab for chat channelsJared Adams1-3/+5
This fixes TMWServ compilation form the previous commit.
2009-03-26Fixes to file headers and header guardsBjørn Lindeijer1-4/+4
Mostly removal of branding for tmwserv related files, as was done for the eAthena client before.
2009-03-23Move all TMWServ-specific code to net/tmwservJared Adams1-0/+240
Also fix several instances where the same net handler was being used for both servers, and a few other related oddities.