summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
2017-05-01Remove ServerFeatures haveEightDirections because it depend only on server type.Andrei Karas5-16/+0
2017-05-01Remove ServerFeatures haveMonsterName because it depend only on server type.Andrei Karas5-16/+0
2017-05-01Remove ServerFeatures haveAccountOtherGender because it always false.Andrei Karas5-16/+0
2017-05-01Remove ServerFeatures haveItemColors because it depend only by server type.Andrei Karas5-16/+0
2017-05-01Remove ServerFeatures haveServerIgnore because it was used only in tmwa.Andrei Karas6-24/+0
2017-05-01Remove ServerFeatures::haveNativeGuilds and ServerFeatures::haveChatChannels.Andrei Karas6-47/+8
2017-05-01Add tmwa ifdefs for guildmanager and emulateguildtab.Andrei Karas1-0/+3
2017-05-01Remove ServerFeatures haveBrokenAttackDistance because it depend only on serv...Andrei Karas5-16/+0
2017-05-01Remove ServerFeatures havePartyNickInvite, because it depend only on server t...Andrei Karas5-16/+0
2017-05-01Remove ServerFeatures haveChangePartyLeader because it depend only on server ...Andrei Karas5-16/+0
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