summaryrefslogtreecommitdiff
path: root/src/gui/partywindow.h
AgeCommit message (Collapse)AuthorFilesLines
2009-04-16Some cleanupsBjørn Lindeijer1-20/+17
* std::string arguments to 'const std::string &' * findMember2 renamed to findOrCreateMember * Made some functions const
2009-04-16Fix an oddity in PartyWindowJared Adams1-3/+3
2009-04-07Moved basic widgets into the gui/widgets directoryBjørn Lindeijer1-5/+5
In an attempt to make the GUI code a little more structured, basic widgets are now put in gui/widgets. Many includes were also cleaned up.
2009-03-29Fix up eAthena party handling some moreJared Adams1-7/+41
2009-03-28Clean up eAthena party handling a bit moreJared Adams1-1/+2
2009-03-26Fixes to file headers and header guardsBjørn Lindeijer1-6/+6
Mostly removal of branding for tmwserv related files, as was done for the eAthena client before.
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-1/+2
2008-04-28Added party invite dialogDavid Athay1-5/+28
2008-04-25Added party window, updated codeblocks project file.David Athay1-0/+74