summaryrefslogtreecommitdiff
path: root/src/net/eathena/skillhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-09-09Add packet CMSG_SKILL_USE_POSITION_MORE 0x096a.Andrei Karas1-0/+12
2014-09-06In skills add support for reading mana cost from server.Andrei Karas1-3/+3
2014-09-06eathena: fix skills removing.Andrei Karas1-1/+3
2014-09-06Use skill type struct in skill info.Andrei Karas1-1/+2
2014-09-06Add skill type reading from serverAndrei Karas1-3/+3
2014-09-06For unknown skills use if possible server side skill name.Andrei Karas1-2/+2
2014-09-06eathena: fix packet parsing SMSG_PLAYER_SKILLS 0x010f.Andrei Karas1-8/+7
2014-09-06Move processPlayerSkills from ea namespace into tmwa and eathena.Andrei Karas1-0/+34
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-09-15remove unused includes from net directory.Andrei Karas1-2/+1
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-1/+1
2013-04-10improve skillhandler class.Andrei Karas1-3/+5
2013-02-24Rename specialhandler to skillhandler.Andrei Karas1-0/+96