Age | Commit message (Collapse) | Author | Files | Lines |
|
Handler & GUI modification, to make the three steps systems working.
Protocol changes for the same reason
Player.cpp changes because it uses the cancel method which signature has changed
|
|
|
|
No real point in having these abstracted away twice. We're using network
interfaces now instead of functions structured in namespaces.
|
|
Also namespace both Player- and TradeHandlers
|
|
Also started temparary implementation of the Net::getXHandler() methods
and started using them.
|
|
|
|
|
|
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.
|
|
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.
|