summaryrefslogtreecommitdiff
path: root/src/net/tmwserv/partyhandler.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-10-24REplace instances of TMW with ManaJared Adams1-179/+0
2009-08-16fixed a compilation errorPhilipp Sehmisch1-1/+1
2009-08-07Gettext fixesKess Vargavind1-3/+4
Trying to use the same kind of capitalization and interpunctuation for various parts of the gui, melding a few split strings, updating POTFILES.in and adding translators' notes.
2009-05-21Fixed a few strings for better translationKess Vargavind1-2/+6
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-05-12Some small cleanups and fixed compile with tmwserv supportBjørn Lindeijer1-1/+1
2009-04-23Added rejecting party invites.David Athay1-2/+10
2009-04-19Fix TMWServ compilationJared Adams1-1/+6
2009-04-07Implement TMWServ's PartyHandlerJared Adams1-2/+57
2009-03-29Fix up eAthena party handling some moreJared Adams1-3/+3
2009-03-27Clean up chat and chat tabs some moreJared Adams1-1/+2
2009-03-27Changed the includes for the net/tmwserv/ directoryBjørn Lindeijer1-9/+11
2009-03-26Major clean up of ChatTab handlingJared Adams1-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-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/+103
Also fix several instances where the same net handler was being used for both servers, and a few other related oddities.