summaryrefslogtreecommitdiff
path: root/src/net/tmwa/skillhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-10-23Add packet fields comments in skillhandler.Andrei Karas1-25/+25
2014-09-23Move processSkillFailed from ea namespace into eathena and tmwa.Andrei Karas1-0/+144
2014-09-21Fix updating skills window if some skills was removed.Andrei Karas1-2/+6
2014-09-20Use skill owner field in most functions.Andrei Karas1-1/+4
2014-09-19Add comments for all output packets header.Andrei Karas1-4/+4
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-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-1/+1
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-2/+3
2013-04-10improve skillhandler class.Andrei Karas1-3/+4
2013-02-24Rename specialhandler to skillhandler.Andrei Karas1-0/+98