summaryrefslogtreecommitdiff
path: root/src/net/tmwserv/playerhandler.h
AgeCommit message (Collapse)AuthorFilesLines
2009-10-24REplace instances of TMW with ManaJared Adams1-69/+0
2009-07-24Remove an ifdef in StatusWindow and update MP moreJared Adams1-0/+2
Also make MiniStatus only update the bars when needed (called by StatusWindow).
2009-07-14Merge and cleanup more stuffJared Adams1-2/+2
2009-07-13Rename Net::SkillHandler to Net::SpecialHandlerJared Adams1-0/+2
SkillHandler::up moved to PlayerHandler::increaseSkill
2009-05-21Fixed a few strings for better translationKess Vargavind1-2/+2
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-18Added target combatDavid Athay1-1/+1
2009-04-06Add TMWServ's SkillHandlerJared Adams1-1/+3
Also namespace both Player- and TradeHandlers
2009-04-03Fill in TMWServ's TradeHandlerJared Adams1-0/+2
Also started temparary implementation of the Net::getXHandler() methods and started using them.
2009-04-02Start TMWServ's PlayerHandler and InventoryHandlerJared Adams1-1/+24
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/+38
Also fix several instances where the same net handler was being used for both servers, and a few other related oddities.