summaryrefslogtreecommitdiff
path: root/src/net/tmwserv/npchandler.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-05-02Fix up some things in the NPC dialogJared Adams1-0/+1
2009-05-01mainline - NPC String inputBlue1-0/+6
Adding support for npc string input for tmwserv.
2009-05-01Merge the NPC dialogs into oneJared Adams1-13/+35
Also add support for the new TMWServ NPC packets
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-06Moved many MessageOut constructions aroundBjørn Lindeijer1-7/+26
No real point in having these abstracted away twice. We're using network interfaces now instead of functions structured in namespaces.
2009-04-05Implement TMWServ's NpcHandlerJared Adams1-0/+75
2009-04-05Fixed compile warningsBjørn Lindeijer1-2/+2
Initialization order, return values, unused variables, missing enumerator.
2009-03-27Changed the includes for the net/tmwserv/ directoryBjørn Lindeijer1-11/+8
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/+86
Also fix several instances where the same net handler was being used for both servers, and a few other related oddities.