summaryrefslogtreecommitdiff
path: root/src/net/ea/gui
AgeCommit message (Collapse)AuthorFilesLines
2010-04-17Changed eAthena protocol name to TmwAthena and changed the config files ↵Bertram4-430/+0
accordingly. This makes room for the actual eAthena protocol future inclusion.
2010-03-12Split Palette into Theme and UserPaletteJared Adams2-4/+4
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-24Add more to eAthena guild supportJared Adams2-0/+169
It's not complete yet, but it is closer. Also fix up handling of guild/party members. Reviewed-by: Chuck Miller
2010-02-22Change chat autocompletion to be more flexibleJared Adams2-5/+10
Reviewed-by: Chuck Miller
2010-02-21Do some more copyright header cleanupsJared Adams1-1/+1
Fix "(C) 2009-2009" to just "(C) 2009" Fix "(C) 2010 TMW" to "(C) 2010 Mana" Remove TMW compyright on (hopefully all) files added after 0.0.29.1
2010-02-22Modify copyright headersFreeyorp2-2/+4
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer2-8/+6
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!Bertram2-2/+2
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 Adams2-0/+8
2010-01-12Standardize header orderJared Adams1-3/+3
Also remove some extra new lines and fix eAthena's PartyTab define guards.
2010-01-07Chat auto completingAndrei Karas2-0/+7
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 Lindeijer2-2/+2
* 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 Adams2-29/+18
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 Lindeijer2-12/+3
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 Adams2-2/+4
2009-03-27Clean up some ifdefs and start cleanup of partiesJared Adams2-0/+102