summaryrefslogtreecommitdiff
path: root/src/gui/widgets/avatar.h
AgeCommit message (Collapse)AuthorFilesLines
2009-05-21Display the party leaders name in bold fontFreeyorp1-0/+3
2009-05-10Removed the ???/??? for party members of which health isn't knownBjørn Lindeijer1-6/+4
Not very useful. :P
2009-05-10Fixed the resize grip of the party windowBjørn Lindeijer1-6/+1
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-0/+10
members of your party.
2009-04-10Reduced the GCContainer to be even more trivialBjørn Lindeijer1-2/+2
A container that deletes all its children on destruction doesn't have to be so complicated. Also renamed it to simply Container, since I think it should simply be default behavior. WindowContainer and Popup classes now inherit from this Container.
2009-04-07Moved basic widgets into the gui/widgets directoryBjørn Lindeijer1-1/+1
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-8/+8
2009-03-26First batch of include cleanupBjørn Lindeijer1-2/+4
Since the relative includes are getting ugly and somewhat inconvenient, we'll switch to includes relative to the project root. We've done this for a while already with tmwserv. Another rule which we've always had but was never written down, is that each source file first includes its own header. This is common practice and ensures each header compiles without needing other stuff to be included first. Somebody using Code::Blocks might want to fix the project file by adding the 'src' directory to the list of include paths.
2009-03-26Fixes to file headers and header guardsBjørn Lindeijer1-7/+7
Mostly removal of branding for tmwserv related files, as was done for the eAthena client before.
2008-12-17Code reformattingBjørn Lindeijer1-4/+4
Mainly making sure 'const std::string &' is used everywhere instead of 'std::string const &'. The former has always been the preferred order in this project.
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-0/+61