Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-05-13 | Remove Aethyra's custom visible GM system | Jared Adams | 1 | -7/+0 | |
Very hackish and would require altering eAthena. It also isn't very portable; if you use the same character name on multiple servers and are a GM on one of them, the client will try to make you a GM on the other. | |||||
2009-05-12 | Fix up handling of GM status | Jared Adams | 1 | -1/+1 | |
2009-05-03 | Moved strprintf into stringutils.{h,cpp} | Bjørn Lindeijer | 1 | -1/+0 | |
2009-05-02 | Make sure messages on most tabs are handled right | Jared Adams | 1 | -1/+1 | |
2009-04-26 | Remove a debugging statement | Jared Adams | 1 | -1/+0 | |
2009-04-25 | Fix chat actions | Jared Adams | 1 | -1/+2 | |
2009-04-16 | Some more cleanups | Bjørn Lindeijer | 1 | -6/+7 | |
Nothing in particular worth mentioning. | |||||
2009-04-16 | Some cleanups | Bjørn Lindeijer | 1 | -1/+1 | |
* std::string arguments to 'const std::string &' * findMember2 renamed to findOrCreateMember * Made some functions const | |||||
2009-04-15 | Make whisper tabs optional | Jared Adams | 1 | -3/+3 | |
2009-04-13 | Fixed broken links | David Athay | 1 | -3/+0 | |
2009-04-13 | Fixed @'s in a user's nick | David Athay | 1 | -0/+3 | |
2009-04-09 | Fixed some warnings | Bjørn Lindeijer | 1 | -1/+2 | |
Unused variable, compiler suggested braces to disambiguate an else statement and another comparision between signed and unsigned integers. | |||||
2009-04-09 | Made BeingManager methods const where appropriate | Bjørn Lindeijer | 1 | -5/+0 | |
2009-04-08 | Don't highlight chat tabs on own input | Bernd Wachter | 1 | -1/+2 | |
2009-04-07 | Moved basic widgets into the gui/widgets directory | Bjørn Lindeijer | 1 | -3/+4 | |
In an attempt to make the GUI code a little more structured, basic widgets are now put in gui/widgets. Many includes were also cleaned up. | |||||
2009-04-07 | Used custom widgets where appropriate and some cleanup | Bjørn Lindeijer | 1 | -0/+2 | |
Replaced many gcn::Label with Label, gcn::Slider with Slider in character creation dialog. Also cleaned up includes. | |||||
2009-04-05 | Implement TMWServ's Admin-, Chat-, and MapHandlers | Jared Adams | 1 | -12/+2 | |
2009-04-01 | Create a few more handlers for eAthena | Jared Adams | 1 | -9/+4 | |
Map, chat, and admin have been finished (to the degree they handle all existing cases). | |||||
2009-03-30 | Hilight chat tabs when appropriate | Jared Adams | 1 | -0/+2 | |
2009-03-29 | Fix up eAthena party handling some more | Jared Adams | 1 | -26/+1 | |
2009-03-28 | Fix output location for CommandHandler | Jared Adams | 1 | -1/+1 | |
2009-03-27 | Make chat wrap | Jared Adams | 1 | -1/+1 | |
2009-03-27 | Made eAthena's Network class statically accessible | Bjørn Lindeijer | 1 | -5/+2 | |
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 | -36/+28 | |
2009-03-27 | Add some const to the chat tabs | Jared Adams | 1 | -1/+1 | |
2009-03-27 | Add a close command to WhisperTab | Jared Adams | 1 | -1/+6 | |
2009-03-26 | Major clean up of ChatTab handling | Jared Adams | 1 | -1/+9 | |
ChatTabs now manage their own adding/removal from the chat window, which lost most of it's chat related messages. Whisper handling is stil done by the ChatWindow, but it no longer manages any other tabs. ChannelTab handling is now the sole responsability of the Channels they are attached to. The general tab is handled by Game. | |||||
2009-03-26 | Add ChannelTab for chat channels | Jared Adams | 1 | -17/+21 | |
This fixes TMWServ compilation form the previous commit. | |||||
2009-03-26 | Move ChatWindow over to ChatTabs | Jared Adams | 1 | -0/+312 | |
TMWServ compilation is likely not functional after this, I didn't check. THe next commit will address that. |