summaryrefslogtreecommitdiff
path: root/src/net/eathena/beingrecv.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-25Typofix Guil -> Guild and insert AndFedja Beader1-2/+2
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2023-04-07added missing cstdint includejak11-0/+4
2019-08-19Update packet SMSG_RANKS_LISTAndrei Karas1-1/+2
2019-05-15Add packet SMSG_NAME_RESPONSE_TITLE 0x0adfAndrei Karas1-0/+1
2019-02-12Add packet SMSG_SKILL_CASTING 0x0b1aAndrei Karas1-0/+2
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-03Add packet SMSG_BEING_REMOVE_SPECIAL_EFFECT 0x0b0d.Andrei Karas1-0/+1
2018-09-26Add packet SMSG_BEING_VIEW_EQUIPMENT2 0x0b03.Andrei Karas1-0/+1
2018-09-25Add packet SMSG_PLAYER_GUILD_PARTY_INFO 0x0a30.Andrei Karas1-0/+1
2018-04-07Add packet SMSG_BEING_HAT_EFFECTS 0x0a3b.Andrei Karas1-0/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-10-04Move beingtype into enums directory.Andrei Karas1-2/+2
2016-08-15Move skilltype.h and skilltype2.h into skill directory.Andrei Karas1-1/+1
2016-07-19Add support casting flag what allow moving.Andrei Karas1-0/+3
2016-07-18Play cast animation while casting skills.Andrei Karas1-0/+1
2016-07-18Highlight skill attack range with border, while casting skill.Andrei Karas1-0/+1
2016-07-17Simplify functions processSkillCasting and processSkillCasting2.Andrei Karas1-1/+8
2016-07-17Add packet SMSG_SKILL_CASTING2.Andrei Karas1-0/+1
2016-06-24Add packet CMSG_NAVIGATE_TOAndrei Karas1-0/+1
2016-06-14Remove some useless includes.Andrei Karas1-6/+2
2016-04-23Fix code style.Andrei Karas1-1/+1
2016-04-03Separate being and monster hp packets.Andrei Karas1-0/+1
2016-04-02Sort more packets. Add version checks inside packets.Andrei Karas1-0/+1
2016-04-02Sort more packets. Add version checks inside packets.Andrei Karas1-1/+0
2016-04-01Sort more packets. Removed some old packet copies.Andrei Karas1-1/+0
2016-03-21Fix typo Plater -> Player.Andrei Karas1-3/+3
2016-03-11Fix code style.Andrei Karas1-1/+1
2016-02-20Add missing const in net directory.Andrei Karas1-2/+3
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-11-24Impliment packet SMSG_SPIRIT_BALLS.Andrei Karas1-1/+0
2015-11-13Impliment packet SMSG_GRAFFITI_VISIBLE.Andrei Karas1-0/+1
2015-09-25Fix being states (hercules)Andrei Karas1-0/+4
2015-09-20Fix processBeingRemoveSkill name.Andrei Karas1-1/+1
2015-09-10Impliment packets CMSG_SOLVE_CHAR_NAME and SMSG_SOLVE_CHAR_NAME.Andrei Karas1-0/+1
2015-09-01Add missing handler for skill cancel packet.Andrei Karas1-0/+1
2015-08-29Fix code style.Andrei Karas1-6/+24
2015-08-24Rename being receive handler into beingrecv.Andrei Karas1-0/+101