Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-24 | REplace instances of TMW with Mana | Jared Adams | 6 | -264/+0 | |
2009-07-14 | Merge and cleanup more stuff | Jared Adams | 2 | -16/+0 | |
2009-07-14 | Add netcode for specials | Jared Adams | 2 | -8/+0 | |
2009-07-13 | Move some functions into better places | Jared Adams | 2 | -23/+0 | |
2009-07-13 | Some item pickup cleaning | Jared Adams | 2 | -9/+0 | |
Still need to find where to attach LocalPlayer::pickedUp for TMWServ. | |||||
2009-05-18 | Added target combat | David Athay | 2 | -8/+0 | |
2009-04-21 | Trade system | blue112 | 1 | -1/+1 | |
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-06 | Moved many MessageOut constructions around | Bjørn Lindeijer | 2 | -102/+0 | |
No real point in having these abstracted away twice. We're using network interfaces now instead of functions structured in namespaces. | |||||
2009-03-27 | Changed the includes for the net/tmwserv/ directory | Bjørn Lindeijer | 3 | -7/+9 | |
2009-03-26 | Fixes to file headers and header guards | Bjørn Lindeijer | 6 | -30/+30 | |
Mostly removal of branding for tmwserv related files, as was done for the eAthena client before. | |||||
2009-03-23 | Move all TMWServ-specific code to net/tmwserv | Jared Adams | 6 | -0/+428 | |
Also fix several instances where the same net handler was being used for both servers, and a few other related oddities. |