summaryrefslogtreecommitdiff
path: root/src/net/tmwa/playerhandler.cpp
AgeCommit message (Collapse)AuthorFilesLines
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.