summaryrefslogtreecommitdiff
path: root/src/net/tmwa/playerhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-02-25Fix old casts.Andrei Karas1-2/+2
2012-02-11Remove some unneeded includes.Andrei Karas1-0/+1
2012-02-02Add some checks after automatic checking.Andrei Karas1-0/+3
2012-01-29Fix client detection in online list.Andrei Karas1-1/+1
2012-01-28Add support for processing player statuses in evol server.Andrei Karas1-6/+27
2012-01-28Add basic support for extended online list on evol server.Andrei Karas1-4/+18
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-12-14Fix memory leak in reading evol online list.Andrei Karas1-0/+1
2011-12-02Fix some issues after automatic code checking.Andrei Karas1-1/+1
2011-11-30Add server side online players list support.Andrei Karas1-0/+41
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-07-31Extract shared logic from npchandler and playerhandler netcode to ea namespace.Andrei Karas1-591/+11
2011-07-08Add small optimisations and fixes.Andrei Karas1-4/+4
2011-07-07Remove undescore from variables and defines.Andrei Karas1-6/+6
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-05-22Some typo fixes and add comments for translators.Andrei Karas1-1/+1
2011-05-13Add more MANASERV_SUPPORT defines to disable server type checks, if manaserv ...Andrei Karas1-0/+1
2011-05-06Fix player moving with mouse.Andrei Karas1-1/+1
2011-04-25Add more checks.Andrei Karas1-8/+16
2011-04-14Stop protected pickups flood.Andrei Karas1-0/+5
2011-03-27Fix some warnings and improve code from gcc 4.6 compilation.Andrei Karas1-3/+12
2011-03-18Fix most conversions except manaserv net code and some other code.Andrei Karas1-10/+16
2011-03-18Fix most old style cast except manaserv and libxml2 defines.Andrei Karas1-2/+3
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-02-13Set weight notice message not modal and hide it after 10 seconds.Andrei Karas1-2/+5
2011-02-02Close npc and other dialogs if reconnecting.Andrei Karas1-8/+1
2011-01-10Fix skill points updating.Andrei Karas1-0/+3
2011-01-02Initial commit.Andrei Karas1-0/+752