summaryrefslogtreecommitdiff
path: root/src/gui/partywindow.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-03-31Implement a few more handlers for eAthenaJared Adams1-3/+6
Party, skill, and trade handlers made for eAthena.
2009-03-29Fix up eAthena party handling some moreJared Adams1-32/+54
2009-03-28Clean up eAthena party handling a bit moreJared Adams1-2/+25
2009-03-27Clean up chat and chat tabs some moreJared Adams1-5/+6
2009-03-26Major clean up of ChatTab handlingJared Adams1-3/+3
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-1/+1
Also fix several instances where the same net handler was being used for both servers, and a few other related oddities.
2008-12-17Reintroduced window name propertyBjørn Lindeijer1-1/+2
Still used in the eAthena client and it seems saner to me to have it.
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
I don't know why we dealt with these things for so long. Did we ever get anything out of it?
2008-11-13Added avatars to party windowDavid Athay1-14/+32
2008-07-17Fixed crash with party invite dialogDavid Athay1-2/+0
2008-04-28Added party invite dialogDavid Athay1-12/+69
2008-04-25Added party window, updated codeblocks project file.David Athay1-0/+73