summaryrefslogtreecommitdiff
path: root/src/net/tmwa/beinghandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-01-29Fix player mobing message type 2 processing.Andrei Karas1-1/+1
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-10-08Add checks and fix code style.Andrei Karas1-12/+2
2011-09-09Continue fix for shadow variables/methods errors.Andrei Karas1-6/+6
2011-09-05Fix guild tab removing after receive some packets.v1.1.9.4fixAndrei Karas1-4/+12
2011-08-30Don't report about clothes color change packet in log.Andrei Karas1-0/+3
2011-08-22Replace typo dont to don't.Andrei Karas1-1/+1
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-07-09Reserve bits in gender field for future usage.Andrei Karas1-2/+3
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-05-20Start separating netcode to functions and moving some code to ea name spaceAndrei Karas1-997/+427
2011-05-05Fix complilation warnings.Andrei Karas1-3/+3
2011-05-02Fix reading attack delay.Andrei Karas1-7/+7
2011-05-02Save being speed in being object.Andrei Karas1-6/+18
2011-04-15Add missing check.Andrei Karas1-3/+6
2011-04-03Add spawn animation to mobs.Andrei Karas1-4/+15
2011-03-18Fix most conversions except manaserv net code and some other code.Andrei Karas1-21/+32
2011-03-18Fix most old style cast except manaserv and libxml2 defines.Andrei Karas1-6/+7
2011-03-17Move direction calucaltion to Being method.Andrei Karas1-9/+1
2011-03-17Fix other players move animation.Andrei Karas1-14/+34
2011-03-14Fixing direction bug in moving.Andrei Karas1-10/+18
2011-03-11Remove debug messages from log.Andrei Karas1-2/+0
2011-03-04Fix code style.Andrei Karas1-2/+4
2011-03-03Merge branch 'coloritems'Andrei Karas1-22/+47
2011-03-03Dehardcode item colors. Now reading all from configs.Andrei Karas1-3/+3
2011-03-02Add serverversion checks. And disable some advanced features in old servers.Andrei Karas1-5/+16
2011-03-01Add support for reading colors in moveing players packets.Andrei Karas1-5/+16
2011-02-27First part of implimintation item colors.Andrei Karas1-13/+16
2011-02-27Remove debug log messages.Andrei Karas1-3/+0
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-02-18Add packet SMSG_BEING_NAME_RESPONSE2 with big being names.Andrei Karas1-0/+41
2011-02-09Implement npc gender.Andrei Karas1-0/+15
2011-01-08Add support for drawing new slots as sprites.Andrei Karas1-0/+8
2011-01-02Initial commit.Andrei Karas1-0/+1075