summaryrefslogtreecommitdiff
path: root/src/net/tmwa/playerhandler.cpp
AgeCommit message (Collapse)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
And online list typo.
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
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it.
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
disabled. Fix some compilation warnings.
2011-05-06Fix player moving with mouse.Andrei Karas1-1/+1
Now move with mouse is soft moving. Player always can stop or change direction. Collisions not stoping player what holding down left mouse button. Also fix typo in method name navigateClean.
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
Also save extra layers if network error.
2011-01-10Fix skill points updating.Andrei Karas1-0/+3
2011-01-02Initial commit.Andrei Karas1-0/+752
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.