summaryrefslogtreecommitdiff
path: root/src/net/eathena
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-20Fix code style.Andrei Karas1-1/+0
2015-11-18Fix party invite response (hercules)Andrei Karas1-14/+2
2015-11-16Convert State enum into strong typed.Andrei Karas7-18/+18
2015-11-16Convert InventoryType enum into strong typed.Andrei Karas2-15/+15
2015-11-16Switch camera to default mode after slide.Andrei Karas1-0/+4
2015-11-16Add server feature haveSlide.Andrei Karas2-0/+7
2015-11-16Fix code style.Andrei Karas1-0/+1
2015-11-15Add server feature haveCharOtherGender.Andrei Karas2-0/+7
2015-11-15Rename haveOtherGender into haveAccountOtherGenderAndrei Karas2-2/+2
2015-11-14Add cast action to beings.Andrei Karas1-2/+5
2015-11-13Remove manaserv related RegistrationOptions.Andrei Karas2-10/+0
2015-11-13Impliment packet SMSG_GRAFFITI_VISIBLE.Andrei Karas5-15/+23
2015-11-10Add support for casting status effect on ground.Andrei Karas1-2/+4
2015-11-10Add fail summon skill error handling.Andrei Karas1-1/+5
2015-11-10Decode some more skill errors.Andrei Karas1-0/+41
2015-11-09Impliment packets SMSG_SKILL_ENTRY and SMSG_BEING_REMOVE_SKILL.Andrei Karas1-11/+22
2015-11-09Impliment packet SMSG_BEING_SLIDE.Andrei Karas1-4/+14
2015-11-07fix code style.Andrei Karas1-1/+0
2015-11-04Allow sell to npc many items at one time (hercules).halloween2015Andrei Karas2-1/+34
2015-11-04Allow buy from npc shop or from market more than one of item at one transaction.Andrei Karas8-0/+121
2015-11-01Fix cart inventory initialisation if was no items in cart inventory.Andrei Karas1-1/+16