summaryrefslogtreecommitdiff
path: root/src/net/beinghandler.h
AgeCommit message (Collapse)AuthorFilesLines
2009-03-23Move all TMWServ-specific code to net/tmwservJared Adams1-45/+0
Also fix several instances where the same net handler was being used for both servers, and a few other related oddities.
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
I don't know why we dealt with these things for so long. Did we ever get anything out of it?
2008-10-15src/localplayer.cppDavid Athay1-0/+1
src/net/beinghandler.cpp src/net/protocol.h src/net/gameserver/player.h src/net/gameserver/player.cpp src/net/beinghandler.h ChangeLog tmw.cbp
2007-07-12Added support for visible equipment.Guillaume Melquiond1-0/+1
2007-03-02Implemented communication of being action changes.Philipp Sehmisch1-0/+1
2006-12-29Implemented catching and displaying of damage notifications.Philipp Sehmisch1-0/+1
2006-12-27Client-sided implementation of attacksPhilipp Sehmisch1-0/+1
2006-08-27Added support for leaving beings.Guillaume Melquiond1-0/+1
2006-08-26Handle "beings move" messages.Guillaume Melquiond1-2/+2
2006-08-20Changed MessageHandler::handleMessage to take a reference instead of a pointer.Bjørn Lindeijer1-1/+5
Removed unused Packet class. Added stub for handling GPMSG_BEING_ENTER.
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-0/+37