summaryrefslogtreecommitdiff
path: root/src/net/eathena/skillhandler.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2019-01-25Add packet CMSG_SKILL_USE_BEING_STOP 0x0b11Andrei Karas1-0/+2
2019-01-25Add packet CMSG_SKILL_USE_BEING_START 0x0b10Andrei Karas1-0/+4
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-28Add missing override and final to destructors.Andrei Karas1-1/+1
2017-08-03Remove network handlers in general handler was deleted.Andrei Karas1-0/+2
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-04-20Add packet CMSG_TAEKWON_RANKS 0x0225Andrei Karas1-0/+2
2016-04-19Add packet CMSG_PLAYER_LESS_EFFECTS 0x021d.Andrei Karas1-0/+2
2016-04-19Add packet CMSG_SKILL_FEEL_SAVE_OK 0x0254Andrei Karas1-0/+2
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas1-7/+7
2016-04-17Remove override keyword, if it present with final.Andrei Karas1-7/+7
2016-04-06Impliment packet CMSG_PK_RANKS 0x0237.Andrei Karas1-0/+2
2016-04-06Add packet CMSG_BLACKSMITH_RANKS 0x0217.Andrei Karas1-0/+2
2016-04-06Impliment packet CMSG_ALCHEMIST_RANKS 0x0218.Andrei Karas1-0/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-09-02Remove MessageHandler classAndrei Karas1-5/+1
2015-08-30Move receive code from skillhandler into separate file.Andrei Karas1-35/+0
2015-05-29Add strong typed int type BeingId.Andrei Karas1-4/+7
2015-03-18eathena: add partial support for packet SMSG_SKILL_ITEM_LIST_WINDOW 0x07e3.Andrei Karas1-0/+2
2015-03-11eathena: add partial support for packet SMSG_SKILL_DEVOTION_EFFECT 0x01cf.Andrei Karas1-0/+2
2015-03-11eathena: add partial support for packet SMSG_PLAYER_SKILL_AUTO_SPELLS 0x01cd.Andrei Karas1-0/+2
2015-03-11eathena: add partial support for packet SMSG_SKILL_ARROW_CREATE_LIST 0x01ad.Andrei Karas1-0/+2
2015-03-11eathena: add partial support for packet SMSG_SKILL_UNIT_UPDATE 0x01ac.Andrei Karas1-0/+2
2015-03-11eathena: add partial support for packet SMSG_PLAYER_SKILL_PRODUCE_EFFECT 0x018f.Andrei Karas1-0/+2
2015-03-11eathena: add partial support for packet SMSG_PLAYER_SKILL_PRODUCE_MIX_LIST 0x...Andrei Karas1-0/+2
2015-03-10eathena: add partial support for packet SMSG_SKILL_MEMO_MESSAGE 0x011e.Andrei Karas1-0/+2
2015-03-10eathena: add partial support for packet SMSG_SKILL_WARP_POINT 0x011c.Andrei Karas1-0/+2
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-10-19Add static in skillhandler.Andrei Karas1-7/+7
2014-10-02eathena: add packet SMSG_PLAYER_UPDATE_SKILL 0x07e1.Andrei Karas1-0/+2
2014-10-02eathena: add packet SMSG_PLAYER_DELETE_SKILL 0x0441.Andrei Karas1-0/+2
2014-10-02eathena: add packet SMSG_PLAYER_ADD_SKILL 0x0111.Andrei Karas1-0/+2
2014-09-25eathena: add partial support for packet SMSG_SKILL_SNAP 0x08d2.Andrei Karas1-0/+2
2014-09-23Move processSkillFailed from ea namespace into eathena and tmwa.Andrei Karas1-0/+2
2014-09-18eathena: add packet SMSG_PLAYER_SKILL_COOLDOWN_LIST 0x0985.Andrei Karas1-0/+2
2014-09-17eathena: add partial support for packet SMSG_PLAYER_SKILL_COOLDOWN 0x043d.Andrei Karas1-0/+2
2014-09-09Add packet CMSG_SKILL_USE_POSITION_MORE 0x096a.Andrei Karas1-0/+4
2014-09-06Move processPlayerSkills from ea namespace into tmwa and eathena.Andrei Karas1-0/+3
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-24add final keyword to net files.Andrei Karas1-4/+4
2013-09-15remove unused includes from net directory.Andrei Karas1-3/+0
2013-04-14some more style fixes from cpplint.Andrei Karas1-2/+2
2013-04-10improve skillhandler class.Andrei Karas1-4/+6
2013-02-24Rename specialhandler to skillhandler.Andrei Karas1-0/+54