summaryrefslogtreecommitdiff
path: root/src/net/tmwa/playerhandler.cpp
AgeCommit message (Collapse)AuthorFilesLines
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-11-07remove client.h include from some files.Andrei Karas1-1/+1
2013-10-30add support for temporary replace background music on given map by server.Andrei Karas1-0/+19
2013-10-26add handling for map mask packet. (evol only)Andrei Karas1-0/+15
Also change network version to 11.
2013-09-30move windows classes to windows directory.Andrei Karas1-1/+1
2013-09-15remove unused includes from net directory.Andrei Karas1-2/+4
2013-06-20Add more profiler labels.Andrei Karas1-0/+6
2013-04-26fix code style more.Andrei Karas1-1/+1
2013-04-21some other fixes from cpplint.Andrei Karas1-3/+3
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-3/+3
2013-04-10improve playerhandler class.Andrei Karas1-16/+17
2013-04-07fix more style, add consts.Andrei Karas1-0/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+2
2012-10-16Fix some signed/unsigned chars issues.Andrei Karas1-1/+1
2012-09-08Improve constructors in some classes.Andrei Karas1-1/+3
2012-09-02Add const to more classes.Andrei Karas1-2/+2
2012-08-23Remove useless includes.Andrei Karas1-3/+0
2012-08-21first part of checks and style fixes.Andrei Karas1-1/+1
2012-07-15Fix code style.Andrei Karas1-1/+1
2012-06-17Replace SDL int types to C++ types.Andrei Karas1-4/+4
2012-03-14Add support for other gender.Andrei Karas1-1/+3
Fix per gender and race items separation.
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.