summaryrefslogtreecommitdiff
path: root/src/net/tmwa/beinghandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-09-15remove unused includes from net directory.Andrei Karas1-17/+1
2013-09-13fix code style.Andrei Karas1-2/+2
2013-09-06fix leak in handling full move path from evol server.Andrei Karas1-0/+1
2013-09-04add support for getting full move path from server (evol only).Andrei Karas1-0/+42
2013-08-31move being related files into being dir.Andrei Karas1-3/+4
2013-08-31move input related files into input dir.Andrei Karas1-1/+2
2013-06-12add support for player look.Andrei Karas1-0/+3
2013-06-10add partial support for player looks.Andrei Karas1-4/+10
2013-05-30Limit hair color and hair style only for one byte.Andrei Karas1-2/+4
2013-05-27Fix spawn of disguised mobs.Andrei Karas1-20/+30
2013-04-21some other fixes from cpplint.Andrei Karas1-3/+3
2013-04-14another fixes from cpplint.Andrei Karas1-1/+1
2013-04-14some more style fixes from cpplint.Andrei Karas1-2/+2
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-17/+9
2013-04-09some more style and cast fixes.Andrei Karas1-8/+4
2013-04-07remove useless checks.Andrei Karas1-5/+2
2013-03-26inprove beinghandler class.Andrei Karas1-36/+29
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-25Improve empty strings manipulation.Andrei Karas1-1/+1
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+2
2012-09-08Improve constructors in some classes.Andrei Karas1-1/+2
2012-09-04add const to more classes,Andrei Karas1-2/+1
2012-09-04Fix hair colors color if old and new hair using different paletes.Andrei Karas1-3/+3
2012-09-02Add const to more classes.Andrei Karas1-12/+12
2012-08-29Add to replace/reorder sprites pseudo direction "died"Andrei Karas1-1/+5
2012-08-23Remove useless includes.Andrei Karas1-4/+0
2012-07-17Fix more code style and additional warnings.Andrei Karas1-2/+4
2012-06-18Fix code style.Andrei Karas1-1/+2
2012-06-17Replace SDL int types to C++ types.Andrei Karas1-14/+14
2012-05-31Add support for each hair style own palete.Andrei Karas1-3/+5
2012-03-14Add support for other gender.Andrei Karas1-2/+1
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