Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Also do some cleanup and refactoring of related code.
|
|
|
|
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.
|
|
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
|
|
|
|
|
|
No real point in having these abstracted away twice. We're using network
interfaces now instead of functions structured in namespaces.
|
|
|
|
|
|
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.
|