Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. |