summaryrefslogtreecommitdiff
path: root/src/gui/partywindow.h
AgeCommit message (Collapse)AuthorFilesLines
2010-02-08Merge PartyWindow and GuildWindow into SocialWindowJared Adams1-149/+0
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
Also added the update copyright tool from the Wormux Team. ( And not forgetting credit's due. :P )
2010-01-08Small refactoring in chat auto completingAndrei Karas1-1/+2
2010-01-07Chat auto completingAndrei Karas1-0/+2
2009-12-02Simplify PartyMember by moving fields into AvatarJared Adams1-4/+12
2009-05-13Fix how the PartyWindow lays out AvatarsJared Adams1-0/+2
Also fix the height of Avatars
2009-05-12Some small cleanups and fixed compile with tmwserv supportBjørn Lindeijer1-1/+1
2009-05-12Show party name in party windowJared Adams1-0/+4
2009-05-10Fixed the resize grip of the party windowBjørn Lindeijer1-11/+11
It wasn't re-added after doing a clear. Also, don't leak all the PartyMember and Avatar instances.
2009-05-10Add support for viewing the health and maximum health of other nearby ↵Freeyorp1-2/+5
members of your party.
2009-04-29Removed underscores from some non-conforming filenamesBjørn Lindeijer1-1/+1
We don't use underscores in the filenames generally, and let's be consistent on that matter.
2009-04-19Remove unused id from PartyMemberJared Adams1-1/+0
2009-04-19Flesh out eAtehan party handlingJared Adams1-0/+2
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