summaryrefslogtreecommitdiff
path: root/src/net/npchandler.cpp
AgeCommit message (Collapse)AuthorFilesLines
2007-11-21Renamed {read,write}{Byte,Short,Long} to {read,write}{Int8,Int16,Int32}. ThisBjørn Lindeijer1-1/+1
is less confusing in 64-bit context and less conflicting with the 0.0 client.
2007-08-10Removed colon in NPC choice messages.Guillaume Melquiond1-3/+6
2007-07-23Converted NPC code to new server.Guillaume Melquiond1-20/+14
2006-12-11Merged 0.0 changes from revision 2825 to 2898 to trunk.Bjørn Lindeijer1-4/+6
2006-08-20Changed MessageHandler::handleMessage to take a reference instead of a pointer.Bjørn Lindeijer1-8/+10
Removed unused Packet class. Added stub for handling GPMSG_BEING_ENTER.
2006-07-25Switched client to use enet and modified login sequence to work with the new ↵Eugenio Favalli1-4/+4
protocol from tmwserv.
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-0/+74