summaryrefslogtreecommitdiff
path: root/src/net/eathena/skillrecv.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-02-08Stop cast animation also if got skill error message.Andrei Karas1-0/+2
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-5/+5
2016-01-04Add missing TRANSLATORS comments to translation strings.Andrei Karas1-0/+14
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-18Fix code style.Andrei Karas1-2/+0
2015-12-14Move skill error defines into separate file.Andrei Karas1-0/+7
2015-11-23Impliment packet SMSG_SKILL_SNAP (hercules).Andrei Karas1-8/+0
2015-11-23Add skill error about missing spirits.Andrei Karas1-0/+4
2015-11-23Impliment packet SMSG_SKILL_WARP_POINT (hercules)Andrei Karas1-6/+16
2015-11-10Add fail summon skill error handling.Andrei Karas1-1/+5
2015-11-10Decode some more skill errors.Andrei Karas1-0/+41
2015-09-04Remove some useless includes.Andrei Karas1-3/+0
2015-09-02Remove MessageHandler classAndrei Karas1-0/+2
2015-08-30Move receive code from skillhandler into separate file.Andrei Karas1-0/+365