summaryrefslogtreecommitdiff
path: root/src/net/eathena/skillhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-06-29Move notifytypes.h into enums directory.Andrei Karas1-2/+2
2015-05-29Add strong typed int type BeingId.Andrei Karas1-5/+5
2015-05-18Remove useless check.Andrei Karas1-1/+1
2015-05-06Add strong typed bool type Modifiable.Andrei Karas1-3/+3
2015-04-04Show unimplimented packet debug message on each unsupported packets parameters.Andrei Karas1-0/+1
2015-03-25Add particle effect for removing skill. (hercules).Andrei Karas1-1/+1
2015-03-25eathena: impliment packet SMSG_PLAYER_DELETE_SKILL.Andrei Karas1-3/+13
2015-03-18eathena: add partial support for packet SMSG_SKILL_ITEM_LIST_WINDOW 0x07e3.Andrei Karas1-0/+13
2015-03-13fix code style.Andrei Karas1-1/+1
2015-03-11eathena: add partial support for packet SMSG_SKILL_DEVOTION_EFFECT 0x01cf.Andrei Karas1-0/+15
2015-03-11eathena: add partial support for packet SMSG_PLAYER_SKILL_AUTO_SPELLS 0x01cd.Andrei Karas1-0/+16
2015-03-11eathena: add partial support for packet SMSG_SKILL_ARROW_CREATE_LIST 0x01ad.Andrei Karas1-0/+14
2015-03-11eathena: add partial support for packet SMSG_SKILL_UNIT_UPDATE 0x01ac.Andrei Karas1-0/+12
2015-03-11eathena: add partial support for packet SMSG_PLAYER_SKILL_PRODUCE_EFFECT 0x018f.Andrei Karas1-0/+13
2015-03-11eathena: add partial support for packet SMSG_PLAYER_SKILL_PRODUCE_MIX_LIST 0x...Andrei Karas1-0/+18
2015-03-10eathena: add partial support for packet SMSG_SKILL_MEMO_MESSAGE 0x011e.Andrei Karas1-0/+11
2015-03-10eathena: add partial support for packet SMSG_SKILL_WARP_POINT 0x011c.Andrei Karas1-0/+15
2015-03-10Mark all unimplimented packets with UNIMPLIMENTEDPACKET attribute.Andrei Karas1-0/+2
2015-02-13Improve skill error messages.Andrei Karas1-54/+50
2015-01-29Fix skill using to being.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-10-23Add packet fields comments in skillhandler.Andrei Karas1-9/+9
2014-10-02eathena: add packet SMSG_PLAYER_UPDATE_SKILL 0x07e1.Andrei Karas1-0/+32
2014-10-02eathena: add packet SMSG_PLAYER_DELETE_SKILL 0x0441.Andrei Karas1-0/+11
2014-10-02eathena: add packet SMSG_PLAYER_ADD_SKILL 0x0111.Andrei Karas1-0/+33
2014-09-26Fix code style.Andrei Karas1-2/+2
2014-09-25eathena: add partial support for packet SMSG_SKILL_SNAP 0x08d2.Andrei Karas1-0/+12
2014-09-23eathena: if skill fail, show errorText from skill.Andrei Karas1-53/+13
2014-09-23eathena: fix processSkillFailed.Andrei Karas1-5/+4
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-4/+10
2014-09-19Add comments for all output packets header.Andrei Karas1-4/+4
2014-09-18eathena: add packet SMSG_PLAYER_SKILL_COOLDOWN_LIST 0x0985.Andrei Karas1-0/+18
2014-09-18Add skills duration/cooldown.Andrei Karas1-3/+4
2014-09-17eathena: add partial support for packet SMSG_PLAYER_SKILL_COOLDOWN 0x043d.Andrei Karas1-0/+12
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