summaryrefslogtreecommitdiff
path: root/src/gui/partywindow.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-05-21Fixed a few strings for better translationKess Vargavind1-7/+9
Just a few notes that would help us translators immensly: * Please do not split one sentence into several strings * Please try to refrain from inserting extra spaces into the strings
2009-05-21Display the party leaders name in bold fontFreeyorp1-0/+1
2009-05-15scale the partywindow downMaximilian Philipps1-2/+2
2009-05-13Fix how the PartyWindow lays out AvatarsJared Adams1-1/+20
Also fix the height of Avatars
2009-05-13Adjust the default width of the PartyWindow moreJared Adams1-1/+1
2009-05-13Modify PartyWindow sizing againFreeyorp1-2/+2
Rather than expanding PartyWindow again, call mLabel->adjustSize(); and let players resize the window if they need to. Also shrink the minimum size of the PartyWindow.
2009-05-12Fix player party hilighting issuesJared Adams1-1/+1
Causes when other party memebrs were on the same map and they came in range, they wouldn't get hilighted. Also simplify the check for correct player (avoiding problems with multiple characters on an account).
2009-05-12Only set the right characters in partyJared Adams1-1/+2
Instead of every character on the account (for eAthena).
2009-05-12Some small cleanups and fixed compile with tmwserv supportBjørn Lindeijer1-6/+4
2009-05-12Show party name in party windowJared Adams1-0/+10
2009-05-12Handle in party status in a much saner wayJared Adams1-6/+26
2009-05-11Expand the label in the party window to stop names from being cut off (again)Freeyorp1-2/+2
Since there are now brackets around the hp values, we need the room for them, too.
2009-05-11Adjust party window visibility logicJared Adams1-13/+1
It now behaves like most windows: defaults to not visible and will save it's visibility. Only the user should be altering it now.
2009-05-10Fixed default position of party windowBjørn Lindeijer1-1/+1
2009-05-10Fixed the resize grip of the party windowBjørn Lindeijer1-9/+16
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-4/+10
members of your party.
2009-05-03Moved strprintf into stringutils.{h,cpp}Bjørn Lindeijer1-1/+1
2009-04-20Fix up window visibility saving/restoringJared Adams1-1/+1
2009-04-19Flesh out eAtehan party handlingJared Adams1-3/+9
2009-04-16Some cleanupsBjørn Lindeijer1-8/+8
* std::string arguments to 'const std::string &' * findMember2 renamed to findOrCreateMember * Made some functions const
2009-04-16Fix an oddity in PartyWindowJared Adams1-0/+10
2009-04-15Clean up some more memory leaksJared Adams1-1/+2
And remove an unneeded variable
2009-04-07Implement TMWServ's PartyHandlerJared Adams1-17/+3
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