Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-17 | Changed eAthena protocol name to TmwAthena and changed the config files ↵ | Bertram | 4 | -430/+0 | |
accordingly. This makes room for the actual eAthena protocol future inclusion. | |||||
2010-03-12 | Split Palette into Theme and UserPalette | Jared Adams | 2 | -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-24 | Add more to eAthena guild support | Jared Adams | 2 | -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-22 | Change chat autocompletion to be more flexible | Jared Adams | 2 | -5/+10 | |
Reviewed-by: Chuck Miller | |||||
2010-02-21 | Do some more copyright header cleanups | Jared Adams | 1 | -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-22 | Modify copyright headers | Freeyorp | 2 | -2/+4 | |
2010-02-20 | License header update for The Mana Client | Thorbjørn Lindeijer | 2 | -8/+6 | |
2010-02-08 | Move party creation command from eA's PartyTab to CommandHandler | Jared Adams | 1 | -9/+1 | |
Also fix party invite by name when you aren't in a party. | |||||
2010-02-07 | Updated Copyright year to 2010! | Bertram | 2 | -2/+2 | |
Also added the update copyright tool from the Wormux Team. ( And not forgetting credit's due. :P ) | |||||
2010-01-26 | Fix a few more _SUPPORT ifdefs and namespace PartyTab | Jared Adams | 2 | -0/+8 | |
2010-01-12 | Standardize header order | Jared Adams | 1 | -3/+3 | |
Also remove some extra new lines and fix eAthena's PartyTab define guards. | |||||
2010-01-07 | Chat auto completing | Andrei Karas | 2 | -0/+7 | |
2009-11-02 | Handle the added enum value PARTY_SHARE_UNKNOWN | Thorbjørn Lindeijer | 1 | -0/+6 | |
Was added in commit b98b1702bc3bac8c7a7815aa61b6b26d90a61df0 | |||||
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 | |