summaryrefslogtreecommitdiff
path: root/src/net/tmwserv/tradehandler.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-10-24REplace instances of TMW with ManaJared Adams1-226/+0
2009-07-13Move some functions into better placesJared Adams1-3/+9
2009-05-21Fixed a few strings for better translationKess Vargavind1-7/+12
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
2009-05-12Remove methods from LocalPlayer that just call NetJared Adams1-0/+2
And make a few others like that, and remove them too.
2009-04-29Removed underscores from some non-conforming filenamesBjørn Lindeijer1-1/+1
We don't use underscores in the filenames generally, and let's be consistent on that matter.
2009-04-21Trade systemblue1121-4/+12
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
2009-04-15Merge the trade dialogJared Adams1-3/+6
2009-04-06Moved many MessageOut constructions aroundBjørn Lindeijer1-4/+17
No real point in having these abstracted away twice. We're using network interfaces now instead of functions structured in namespaces.
2009-04-06Add TMWServ's SkillHandlerJared Adams1-2/+4
Also namespace both Player- and TradeHandlers
2009-04-03Fill in TMWServ's TradeHandlerJared Adams1-0/+49
Also started temparary implementation of the Net::getXHandler() methods and started using them.
2009-03-27Clean up chat and chat tabs some moreJared Adams1-1/+2
2009-03-27Changed the includes for the net/tmwserv/ directoryBjørn Lindeijer1-10/+10
2009-03-26Major clean up of ChatTab handlingJared Adams1-4/+4
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-26Fixes to file headers and header guardsBjørn Lindeijer1-4/+4
Mostly removal of branding for tmwserv related files, as was done for the eAthena client before.
2009-03-23Move all TMWServ-specific code to net/tmwservJared Adams1-0/+137
Also fix several instances where the same net handler was being used for both servers, and a few other related oddities.