Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-07-16 | Fix memory corruption in chat on exit. | Andrei Karas | 1 | -1/+2 | |
Signed-off-by: Jared Adams <jaxad0127@gmail.com> | |||||
2010-03-12 | Split Palette into Theme and UserPalette | Jared Adams | 1 | -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-22 | Change chat autocompletion to be more flexible | Jared Adams | 1 | -5/+0 | |
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 | 1 | -1/+2 | |
2010-02-20 | License header update for The Mana Client | Thorbjørn Lindeijer | 1 | -4/+3 | |
2010-02-07 | Updated Copyright year to 2010! | Bertram | 1 | -1/+1 | |
Also added the update copyright tool from the Wormux Team. ( And not forgetting credit's due. :P ) | |||||
2010-01-10 | Change code style | Andrei Karas | 1 | -1/+2 | |
2010-01-07 | Chat auto completing | Andrei Karas | 1 | -0/+5 | |
2009-08-07 | Gettext fixes | Kess Vargavind | 1 | -1/+1 | |
Trying to use the same kind of capitalization and interpunctuation for various parts of the gui, melding a few split strings, updating POTFILES.in and adding translators' notes. | |||||
2009-07-25 | Minor spelling fix | Kess Vargavind | 1 | -1/+1 | |
2009-05-28 | Add /ignore and /unignore commands | Jared Adams | 1 | -0/+23 | |
These make it easy to ignore/unignore other players that aren't visible. Special versions are also available in WhisperTabs that don't need a name given. | |||||
2009-05-11 | Switch Tab to a color pointer to update on the fly | Jared Adams | 1 | -1/+1 | |
2009-05-03 | Moved strprintf into stringutils.{h,cpp} | Bjørn Lindeijer | 1 | -1/+1 | |
2009-05-02 | Make sure messages on most tabs are handled right | Jared Adams | 1 | -2/+1 | |
2009-04-16 | Some more cleanups | Bjørn Lindeijer | 1 | -1/+1 | |
Nothing in particular worth mentioning. | |||||
2009-04-16 | Some cleanups | Bjørn Lindeijer | 1 | -3/+5 | |
* 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 | 1 | -0/+27 | |
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-05 | Implement TMWServ's Admin-, Chat-, and MapHandlers | Jared Adams | 1 | -11/+2 | |
2009-04-01 | Create a few more handlers for eAthena | Jared Adams | 1 | -6/+4 | |
Map, chat, and admin have been finished (to the degree they handle all existing cases). | |||||
2009-03-30 | Allow tabs to be colored and color whisper tabs | Jared Adams | 1 | -1/+1 | |
2009-03-27 | Clean up some ifdefs and start cleanup of parties | Jared Adams | 1 | -1/+0 | |
2009-03-27 | Made eAthena's Network class statically accessible | Bjørn Lindeijer | 1 | -2/+1 | |
Now the instance doesn't need to be passed into the MessageOut class anymore. Expect a lot of cleanup in the next commit. | |||||
2009-03-27 | Clean up chat and chat tabs some more | Jared Adams | 1 | -22/+12 | |
2009-03-27 | Add some const to the chat tabs | Jared Adams | 1 | -2/+2 | |
2009-03-27 | Add a close command to WhisperTab | Jared Adams | 1 | -0/+9 | |
2009-03-27 | Fixed some compiler warnings | Bjørn Lindeijer | 1 | -2/+3 | |
Fixed a faulty == statement that should have been an assignment and a mismatched 'else' block. | |||||
2009-03-26 | Add WhisperTabs | Jared Adams | 1 | -0/+77 | |