summaryrefslogtreecommitdiff
path: root/src/net/tmwserv/tradehandler.h
AgeCommit message (Collapse)AuthorFilesLines
2009-10-24REplace instances of TMW with ManaJared Adams1-74/+0
2009-04-06Add TMWServ's SkillHandlerJared Adams1-1/+3
Also namespace both Player- and TradeHandlers
2009-04-03Fill in TMWServ's TradeHandlerJared Adams1-1/+20
Also started temparary implementation of the Net::getXHandler() methods and started using them.
2009-03-27Changed the includes for the net/tmwserv/ directoryBjørn Lindeijer1-3/+3
2009-03-23Move all TMWServ-specific code to net/tmwservJared Adams1-0/+53
Also fix several instances where the same net handler was being used for both servers, and a few other related oddities.