Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-05-11 | Switch Tab to a color pointer to update on the fly | Jared Adams | 1 | -1/+1 | |
2009-05-10 | Color the party tab with the party color | Jared Adams | 1 | -0/+3 | |
2009-05-03 | Moved strprintf into stringutils.{h,cpp} | Bjørn Lindeijer | 1 | -1/+0 | |
2009-04-19 | Flesh out eAtehan party handling | Jared Adams | 1 | -9/+91 | |
2009-04-16 | Some cleanups | Bjørn Lindeijer | 2 | -2/+2 | |
* std::string arguments to 'const std::string &' * findMember2 renamed to findOrCreateMember * Made some functions const | |||||
2009-04-16 | Rehash CommandHandler a bit, it's now fully merged | Jared Adams | 2 | -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-07 | Implement TMWServ's PartyHandler | Jared Adams | 1 | -26/+34 | |
2009-04-07 | Used custom widgets where appropriate and some cleanup | Bjørn Lindeijer | 2 | -12/+3 | |
Replaced many gcn::Label with Label, gcn::Slider with Slider in character creation dialog. Also cleaned up includes. | |||||
2009-03-31 | Implement a few more handlers for eAthena | Jared Adams | 1 | -12/+15 | |
Party, skill, and trade handlers made for eAthena. | |||||
2009-03-29 | Fix up eAthena party handling some more | Jared Adams | 1 | -2/+66 | |
2009-03-28 | Clean up eAthena party handling a bit more | Jared Adams | 2 | -2/+4 | |
2009-03-27 | Clean up some ifdefs and start cleanup of parties | Jared Adams | 2 | -0/+102 | |