summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
2017-05-01Remove ServerFeatures haveOnlineList, because it depend only on server type.Andrei Karas5-16/+0
2017-04-28Add workaround to open npc buy shop if npc invisible.Andrei Karas5-0/+21
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 Karas6-19/+77
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-10Fix new style issue detected by mplint.Andrei Karas1-1/+1
2017-03-09Remove extra includes.Andrei Karas1-2/+0
2017-03-06Show assert if failed open streamed files.Andrei Karas1-0/+3
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 Karas3-7/+5
2017-02-14Remove extra includes.Andrei Karas1-1/+0
2017-02-14Fix possible use after free in curl.Andrei Karas1-3/+3
2017-02-07Remove extra include SDL_stdinc.h.Andrei Karas1-12/+0
2017-02-07Fix compilation with SDL2.Andrei Karas1-2/+2
2017-02-07Fix compilation with gcc version below 4.6.Andrei Karas1-3/+3
2017-02-04Fix code style.Andrei Karas3-3/+3
2017-02-04Fix libcurl version checks.Andrei Karas1-28/+25
2017-02-04Fix compilation with very new SDL2.Andrei Karas1-1/+3
2017-02-02Remove extra include from cashshoprecv.cppAndrei Karas1-2/+0
2017-02-02Remove extra include from buysellrecv.cppAndrei Karas1-2/+0
2017-02-01Store interacted npc type before buy or talk and send it to buy dialog.Andrei Karas5-14/+27
2017-02-01Set currency to buy dialog based on selected npc type id.Andrei Karas7-6/+98
2017-01-31Move units into db directory.Andrei Karas3-8/+11
2017-01-31Fix money amount in cash shops.Andrei Karas1-2/+3
2017-01-31Allow buy multiply items at once from cash shops.Andrei Karas6-9/+105
2017-01-31Remove extra include from buysellrecv.cppAndrei Karas1-1/+0
2017-01-30Move BuySellRecv::processNpcBuyResponse from ea namespace into eathena and tmwa.Andrei Karas8-38/+67
2017-01-30Clean buy dialog dungling pointer if buy dialog was destroyed.Andrei Karas3-0/+14
2017-01-30Fix compilation with old libcurl versions.Andrei Karas1-7/+11