summaryrefslogtreecommitdiff
path: root/src/net/eathena
AgeCommit message (Expand)AuthorFilesLines
2017-05-01Remove ServerFeatures haveBrokenAttackDistance because it depend only on serv...Andrei Karas2-7/+0
2017-05-01Remove ServerFeatures havePartyNickInvite, because it depend only on server t...Andrei Karas2-7/+0
2017-05-01Remove ServerFeatures haveChangePartyLeader because it depend only on server ...Andrei Karas2-7/+0
2017-05-01Remove ServerFeatures haveOnlineList, because it depend only on server type.Andrei Karas2-7/+0
2017-04-28Add workaround to open npc buy shop if npc invisible.Andrei Karas2-0/+10
2017-04-25Change some packets dates based on last hercules changes.Andrei Karas2-21/+32
2017-04-22Remove extra includes.Andrei Karas1-2/+0
2017-04-21Add item options into item and get it from server.Andrei Karas3-19/+62
2017-04-20Drop support server packet version 10 (Nov 15 2015).Andrei Karas2-12/+3
2017-04-20Drop support server packet version 9 (Oct 19 2015).Andrei Karas1-2/+2
2017-04-20Drop support server packet version 8 (Sep 9 2015).Andrei Karas1-1/+1
2017-04-20Drop support server packet version 7.Andrei Karas4-41/+16
2017-04-19Rename rnd fields into option fields in packets.Andrei Karas3-30/+30
2017-04-18Add shuffle packets for all 2015 packet versions supported by hercules.Andrei Karas1-29/+782
2017-04-17Change non shuffle packets for 2016 packet versions.Andrei Karas2-1/+7
2017-04-17Fix packet version for packet CMSG_CHAR_CREATE.Andrei Karas1-5/+5
2017-04-17Add missing packet CMSG_ADMIN_MONSTER_ITEM.Andrei Karas1-0/+5
2017-04-17Add missing sizes for some out packets.Andrei Karas1-7/+7
2017-04-17Add some missing packet types into packetsout.inc without implimentation.Andrei Karas1-14/+61
2017-04-14Fix cast issue.Andrei Karas1-1/+1
2017-04-11Update packets for 2014-2015 versions in packetsout.inc based on servergreps ...s20170411Andrei Karas1-132/+284
2017-04-10Fix packet version for evol servers.Andrei Karas1-1/+7
2017-04-10Add some missing packets and move existing after hercules update.Andrei Karas2-3/+38
2017-04-05Add chat command for translate message from player language to english.Andrei Karas1-0/+2
2017-04-04Show player language badge.Andrei Karas1-1/+3
2017-04-04Add language field in packet SMSG_BEING_ATTRS.Andrei Karas1-0/+2
2017-04-04Increase client protocol version to 21.Andrei Karas1-1/+1
2017-03-21Fix packet CMSG_NPC_STR_RESPONSE for hercules packet version >= 20151029.Andrei Karas1-4/+14
2017-03-06Fix packet warnings for server plugin version < 16.Andrei Karas1-12/+48
2017-03-06Fix packets for updated hercules.Andrei Karas1-0/+9
2017-02-21Move other fs related files into fs directory.Andrei Karas1-1/+2
2017-02-04Fix code style.Andrei Karas3-3/+3
2017-02-02Remove extra include from cashshoprecv.cppAndrei Karas1-2/+0
2017-02-01Store interacted npc type before buy or talk and send it to buy dialog.Andrei Karas2-6/+14
2017-02-01Set currency to buy dialog based on selected npc type id.Andrei Karas6-5/+92
2017-01-31Move units into db directory.Andrei Karas2-5/+7
2017-01-31Fix money amount in cash shops.Andrei Karas1-2/+3
2017-01-31Allow buy multiply items at once from cash shops.Andrei Karas3-6/+99
2017-01-30Move BuySellRecv::processNpcBuyResponse from ea namespace into eathena and tmwa.Andrei Karas3-1/+30
2017-01-20Fix code style.Andrei Karas9-9/+18
2017-01-18Remove extra include.Andrei Karas1-1/+0
2017-01-17Remove support for hercules plugin version 6.Andrei Karas4-10/+2
2017-01-17Add missing A_DEFAULT_COPY / A_DELETE_COPY into net.Andrei Karas2-0/+4
2017-01-03Update copyright year.Andrei Karas157-157/+157
2016-12-17Drop support for evol plugin version 5.Andrei Karas3-8/+1
2016-12-10Fix some issues found by automatic checks.Andrei Karas1-3/+3
2016-11-11Fix typo implimented -> implemented.Andrei Karas27-156/+156
2016-11-04Fix some defines/includes, because in some systems it may works wrong.Andrei Karas2-5/+3
2016-11-04Fix version for packet SMSG_SKILL_NO_DAMAGE in some cases.Andrei Karas1-1/+1
2016-11-04Dont send some packets with unsupported server versions.Andrei Karas8-12/+64