summaryrefslogtreecommitdiff
path: root/src/net/ea/gui/partytab.cpp
AgeCommit message (Collapse)AuthorFilesLines
2010-03-12Split Palette into Theme and UserPaletteJared Adams1-2/+2
Themes can now control the colors they use. Colors in the Viewport (being names, particles, etc) can still be changed by the user. Also make ProgressBars more easily colored. DyePalette was made more flexible in the process. Also fixes comparing strings of different lengths insensitively. Reviewed-by: Thorbjørn Lindeijer
2010-02-22Change chat autocompletion to be more flexibleJared Adams1-3/+8
Reviewed-by: Chuck Miller
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-08Move party creation command from eA's PartyTab to CommandHandlerJared Adams1-9/+1
Also fix party invite by name when you aren't in a party.
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
Also added the update copyright tool from the Wormux Team. ( And not forgetting credit's due. :P )
2010-01-26Fix a few more _SUPPORT ifdefs and namespace PartyTabJared Adams1-0/+4
2010-01-07Chat auto completingAndrei Karas1-0/+5
2009-11-02Handle the added enum value PARTY_SHARE_UNKNOWNThorbjørn Lindeijer1-0/+6
Was added in commit b98b1702bc3bac8c7a7815aa61b6b26d90a61df0
2009-05-11Switch Tab to a color pointer to update on the flyJared Adams1-1/+1
2009-05-10Color the party tab with the party colorJared Adams1-0/+3
2009-05-03Moved strprintf into stringutils.{h,cpp}Bjørn Lindeijer1-1/+0
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