summaryrefslogtreecommitdiff
path: root/src/net/eathena
AgeCommit message (Expand)AuthorFilesLines
2016-02-23Add chat command for gms /iteminfoAndrei Karas2-0/+7
2016-02-23Add chat command /monsterinfoAndrei Karas2-0/+11
2016-02-22Add more missing consts.Andrei Karas4-4/+4
2016-02-21Change some int constants to unsigned.Andrei Karas1-2/+2
2016-02-21Remove useless checks.Andrei Karas2-3/+2
2016-02-20Add some more missing consts.Andrei Karas5-10/+10
2016-02-20Add missing const in net directory.Andrei Karas35-88/+97
2016-02-14Add server feature haveExtendedDropsPosition.Andrei Karas2-0/+7
2016-02-08Improve some empty string checks.Andrei Karas1-2/+2
2016-02-08Add some missing const.Andrei Karas9-12/+16
2016-02-08Stop cast animation also if got skill error message.Andrei Karas1-0/+2
2016-02-07Fix code style.Andrei Karas1-2/+0
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas35-252/+252
2016-02-07Read whole SMSG_BEING_RESURRECT if being not exists.Andrei Karas1-0/+1
2016-02-07Read whole SMSG_BEING_SELFEFFECT packet if being not exists.Andrei Karas1-0/+2
2016-02-06Add missing check.Andrei Karas1-1/+2
2016-02-05Fix old compilers again.Andrei Karas1-1/+1
2016-02-05Fix old compilers again.Andrei Karas1-1/+1
2016-02-05Impliment packet SMSG_NPC_CUTIN. Add support for cutins.Andrei Karas1-3/+6
2016-02-03Add option for saving mapping between account id and nicks.Andrei Karas1-5/+7
2016-02-03Fix packets mapping for plain hercules.Andrei Karas1-1/+1
2016-01-28Improver error message about old client. Now it show also what server type ca...Andrei Karas1-1/+1
2016-01-28Impliment packet SMSG_MAIL_OPEN_WINDOW 0x0260.Andrei Karas1-1/+11
2016-01-27In undress command remove all known slots (hercules).Andrei Karas1-0/+8
2016-01-25Fix packet SMSG_WHO_ANSWER (hercules).Andrei Karas1-1/+8
2016-01-22Add packet CMSG_QUICK_IDENTIFY_ITEM 0x0a35.Andrei Karas3-0/+12
2016-01-17Move cards constants into separate file.Andrei Karas9-36/+46
2016-01-13Impliment packet CMSG_SELECT_CART 0x0980.Andrei Karas3-0/+14
2016-01-13Add packet SMSG_SELECT_CART 0x00c2Andrei Karas3-0/+14
2016-01-13Add support for packet version 20150513.Andrei Karas3-1/+15
2016-01-13Add missing id for packets for server version 20150226.Andrei Karas1-0/+1
2016-01-07Move invetory into inventory directory.Andrei Karas2-2/+4
2016-01-06Add packet SMSG_DRESS_ROOM_OPEN 0x0a02.Andrei Karas3-0/+13
2016-01-06Impliment packet CMSG_SHORTCUTS_ROW_SHIFT 0x0a01.Andrei Karas3-0/+11
2016-01-05Change packet version to 11. Impliment fixed packets for same version.Andrei Karas3-5/+30
2016-01-04Fix some typos.Andrei Karas1-1/+1
2016-01-04Add missing TRANSLATORS comments to translation strings.Andrei Karas6-1/+83
2016-01-02Update copyrights year.Andrei Karas158-158/+158
2015-12-29Move shopitem into item directory.Andrei Karas5-9/+10
2015-12-29Move item into item directory.Andrei Karas5-8/+10
2015-12-23Add const attribute to net classes.Andrei Karas6-35/+36
2015-12-18Fix code style.Andrei Karas11-21/+0
2015-12-18Move inventory index related constants into separate file.Andrei Karas10-0/+20
2015-12-14Move chatconsts into const directory.Andrei Karas1-2/+2
2015-12-14Move skillconsts from resources int consts directory.Andrei Karas1-1/+1
2015-12-14Move skill error defines into separate file.Andrei Karas1-0/+7
2015-11-24Impliment packet SMSG_SPIRIT_BALLS.Andrei Karas3-14/+6
2015-11-23Impliment packet SMSG_SKILL_SNAP (hercules).Andrei Karas3-10/+1
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