Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Just a few notes that would help us translators immensly:
* Please do not split one sentence into several strings
* Please try to refrain from inserting extra spaces into the strings
|
|
Also fixed some initialization order warnings when compiling with
tmwserv support and made two getters const.
|
|
|
|
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.
|
|
This fixes TMWServ compilation form the previous commit.
|
|
Mostly removal of branding for tmwserv related files, as was done for
the eAthena client before.
|
|
Also fix several instances where the same net handler was being used for
both servers, and a few other related oddities.
|