summaryrefslogtreecommitdiff
path: root/src/net/ea/gui/partytab.h
AgeCommit message (Collapse)AuthorFilesLines
2009-04-16Some cleanupsBjørn Lindeijer1-1/+1
* std::string arguments to 'const std::string &' * findMember2 renamed to findOrCreateMember * Made some functions const
2009-04-16Rehash CommandHandler a bit, it's now fully mergedJared Adams1-1/+4
Tabs can now interract with CommandHandler and define their own commands in a seemless way. Most channel-related commands have been moved into ChannelTab, the close command is now in the WhisperTab, and eAthena's party tab now shows all standard commands.
2009-04-07Used custom widgets where appropriate and some cleanupBjørn Lindeijer1-9/+1
Replaced many gcn::Label with Label, gcn::Slider with Slider in character creation dialog. Also cleaned up includes.
2009-03-28Clean up eAthena party handling a bit moreJared Adams1-0/+2
2009-03-27Clean up some ifdefs and start cleanup of partiesJared Adams1-0/+49