Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-05-13 | Fix how the PartyWindow lays out Avatars | Jared Adams | 1 | -0/+2 | |
Also fix the height of Avatars | |||||
2009-05-12 | Some small cleanups and fixed compile with tmwserv support | Bjørn Lindeijer | 1 | -1/+1 | |
2009-05-12 | Show party name in party window | Jared Adams | 1 | -0/+4 | |
2009-05-10 | Fixed the resize grip of the party window | Bjørn Lindeijer | 1 | -11/+11 | |
It wasn't re-added after doing a clear. Also, don't leak all the PartyMember and Avatar instances. | |||||
2009-05-10 | Add support for viewing the health and maximum health of other nearby ↵ | Freeyorp | 1 | -2/+5 | |
members of your party. | |||||
2009-04-29 | Removed underscores from some non-conforming filenames | Bjørn Lindeijer | 1 | -1/+1 | |
We don't use underscores in the filenames generally, and let's be consistent on that matter. | |||||
2009-04-19 | Remove unused id from PartyMember | Jared Adams | 1 | -1/+0 | |
2009-04-19 | Flesh out eAtehan party handling | Jared Adams | 1 | -0/+2 | |
2009-04-16 | Some cleanups | Bjørn Lindeijer | 1 | -20/+17 | |
* std::string arguments to 'const std::string &' * findMember2 renamed to findOrCreateMember * Made some functions const | |||||
2009-04-16 | Fix an oddity in PartyWindow | Jared Adams | 1 | -3/+3 | |
2009-04-07 | Moved basic widgets into the gui/widgets directory | Bjørn Lindeijer | 1 | -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-29 | Fix up eAthena party handling some more | Jared Adams | 1 | -7/+41 | |
2009-03-28 | Clean up eAthena party handling a bit more | Jared Adams | 1 | -1/+2 | |
2009-03-26 | Fixes to file headers and header guards | Bjørn Lindeijer | 1 | -6/+6 | |
Mostly removal of branding for tmwserv related files, as was done for the eAthena client before. | |||||
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -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-13 | Added avatars to party window | David Athay | 1 | -1/+2 | |
2008-04-28 | Added party invite dialog | David Athay | 1 | -5/+28 | |
2008-04-25 | Added party window, updated codeblocks project file. | David Athay | 1 | -0/+74 | |