summaryrefslogtreecommitdiff
path: root/src/net/ea/gui/partytab.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-04-19Flesh out eAtehan party handlingJared Adams1-9/+91
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-28/+14
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-07Implement TMWServ's PartyHandlerJared Adams1-26/+34
2009-04-07Used custom widgets where appropriate and some cleanupBjørn Lindeijer1-3/+2
Replaced many gcn::Label with Label, gcn::Slider with Slider in character creation dialog. Also cleaned up includes.
2009-03-31Implement a few more handlers for eAthenaJared Adams1-12/+15
Party, skill, and trade handlers made for eAthena.
2009-03-29Fix up eAthena party handling some moreJared Adams1-2/+66
2009-03-28Clean up eAthena party handling a bit moreJared Adams1-2/+2
2009-03-27Clean up some ifdefs and start cleanup of partiesJared Adams1-0/+53