summaryrefslogtreecommitdiff
path: root/src/net/eathena/skillhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-25Add packet CMSG_SKILL_USE_BEING_STOP 0x0b11Andrei Karas1-0/+13
2019-01-25Add packet CMSG_SKILL_USE_BEING_START 0x0b10Andrei Karas1-0/+19
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-06-10Disable additional field in SkillHandler::usePos.Andrei Karas1-0/+3
2018-05-18Add packet CMSG_SKILL_USE_POSITION 0x0af4.Andrei Karas1-0/+6
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-08-03Remove network handlers in general handler was deleted.Andrei Karas1-0/+5
2017-06-08Remove useless extern declarations.Andrei Karas1-1/+0
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-12Fix some packet sizes for version 20080827.Andrei Karas1-4/+20
2016-04-20Add packet CMSG_TAEKWON_RANKS 0x0225Andrei Karas1-0/+8
2016-04-19Add packet CMSG_PLAYER_LESS_EFFECTS 0x021d.Andrei Karas1-0/+9
2016-04-19Add packet CMSG_SKILL_FEEL_SAVE_OK 0x0254Andrei Karas1-0/+11
2016-04-06Impliment packet CMSG_PK_RANKS 0x0237.Andrei Karas1-0/+8
2016-04-06Add packet CMSG_BLACKSMITH_RANKS 0x0217.Andrei Karas1-1/+13
2016-04-06Impliment packet CMSG_ALCHEMIST_RANKS 0x0218.Andrei Karas1-0/+5
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-11/+11
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-09-07Split protocol.h into protocolin.h and protocolout.hAndrei Karas1-1/+1
2015-09-04Remove some useless includes.Andrei Karas1-18/+0
2015-09-02Remove MessageHandler classAndrei Karas1-105/+0
2015-08-30Move receive code from skillhandler into separate file.Andrei Karas1-332/+21
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