summaryrefslogtreecommitdiff
path: root/src/net/tmwserv/beinghandler.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-04-06Moved many MessageOut constructions aroundBjørn Lindeijer1-4/+4
No real point in having these abstracted away twice. We're using network interfaces now instead of functions structured in namespaces.
2009-03-28Remove #ifdefs related to Being creationJared Adams1-2/+3
Also move the Monster type offset handling into the eAthena netcode.
2009-03-27Changed the includes for the net/tmwserv/ directoryBjørn Lindeijer1-17/+15
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-25Merge branch 'eathena/master'Bjørn Lindeijer1-1/+1
Conflicts: A lot of files.
2009-03-23Move all TMWServ-specific code to net/tmwservJared Adams1-0/+359
Also fix several instances where the same net handler was being used for both servers, and a few other related oddities.