summaryrefslogtreecommitdiff
path: root/src/net/eathena
AgeCommit message (Collapse)AuthorFilesLines
2018-09-26Add packet CMSG_ACHIEVEMENT_GET_REWARD 0x0a25.Andrei Karas5-0/+96
2018-09-26Add packet SMSG_ACHIEVEMENT_UPDATE 0x0a24.Andrei Karas3-0/+19
2018-09-26Add packet SMSG_ACHIEVEMENT_LIST 0x0a23.Andrei Karas4-0/+103
2018-09-26Add packet SMSG_BEING_VIEW_EQUIPMENT2 0x0b03.Andrei Karas3-0/+40
2018-09-26Add packet CMSG_INSTANCE_COMMAND 0x02cf.Andrei Karas3-0/+10
2018-09-26Add packet SMSG_PARTY_MEMBER_DEAD 0x0ab2.Andrei Karas3-1/+16
2018-09-26Add packet CMSG_CHANGE_DRESS 0x0ae8.Andrei Karas3-0/+28
2018-09-26Add packet SMSG_OVERWEIGHT_PERCENT 0x0ade.Andrei Karas3-0/+25
2018-09-26Add packet CMSG_PLAYER_SELECT_STYLE2 0x0afc.Andrei Karas2-8/+43
2018-09-25Add packet SMSG_PLAYER_SET_TITLE_ACK 0x0a2f.Andrei Karas3-0/+11
2018-09-25Add packet CMSG_PLAYER_SET_TITLE 0x0a2e.Andrei Karas3-0/+17
2018-09-25Add packet SMSG_FORMAT_MESSAGE_STRING_COLOR 0x0a6f.Andrei Karas3-0/+14
2018-09-25Change client protocol version to 25.Andrei Karas1-1/+1
2018-09-25Add packet SMSG_PLAYER_GUILD_PARTY_INFO 0x0a30.Andrei Karas3-0/+43
2018-09-25Add packet SMSG_GUILD_SET_POSITION 0x0afd.Andrei Karas3-0/+24
2018-09-25Add packet SMSG_GUILD_EXPULSION2 0x0a82.Andrei Karas3-0/+22
2018-09-25Add packet SMSG_GUILD_LEAVE2 0x0a83.Andrei Karas3-0/+65
2018-09-25Update packet versions for packet SMSG_MVP_EXP.Andrei Karas1-1/+13
2018-09-25Update packet versions for packet SMSG_PARTY_MEMBER_JOB_LEVEL.Andrei Karas1-0/+12
2018-09-25Update packet versions for packets SMSG_PARTY_MEMBER_INFO and SMSG_PARTY_INFO.Andrei Karas2-3/+28
2018-09-25Add missing field into ChatRecv::processWhisperResponse.Andrei Karas1-1/+1
2018-09-25Add packet SMSG_SKILL_WARP_POINT 0x0abe.Andrei Karas3-1/+33
2018-09-25Add packet SMSG_ITEM_MOVE_FAILED 0x0aa7.Andrei Karas3-0/+30
2018-09-06Drop support for plugin version 18.Andrei Karas2-57/+15
2018-09-06Drop support for plugin version 17.Andrei Karas1-2/+1
2018-09-06Drop support for plugin version 16.Andrei Karas1-1/+1
2018-09-06Drop support for plugin version 15.Andrei Karas2-49/+13
2018-09-06Drop support for plugin version 14.Andrei Karas1-2/+2
2018-08-19Remove extra includes.Andrei Karas3-9/+0
2018-08-06Play item usage sound to every player around.Andrei Karas1-9/+25
2018-08-06Move InventoryRecv::processPlayerInventoryUse from ea namespace into tmwa ↵Andrei Karas3-2/+28
and eathena.
2018-07-30Split updateprotocol.cpp into files for lower memory usage in compilation.Andrei Karas7-7/+234
2018-07-28Fix deheader include issue [ci skip].Andrei Karas1-0/+1
2018-07-27Fix packet SMSG_PARTY_INFO for 2017+ packet version.Andrei Karas1-6/+8
2018-07-27Add packet CMSG_PLAYER_SELECT_STYLE 0x0afc.Andrei Karas3-2/+13
2018-07-27Fix code style.Andrei Karas2-7/+7
2018-07-27Add new chanaged packet where item id with size int32 was introduced.Andrei Karas4-7/+51
Also fix some other packets for support int32 ints.
2018-07-27Add packet SMSG_LOGIN_ERROR2 0x0b02Andrei Karas1-0/+7
2018-07-26Fix version check in packet RouletteRecv::processRouletteInfoAckType.Andrei Karas1-1/+1
2018-07-26Update shuffle packets for new packet versions.Andrei Karas4-102/+11691
Split main and re shuffle files.
2018-07-26Fix version check for packet CMSG_NPC_CASH_SHOP_REQUEST_TAB.Andrei Karas1-1/+4
2018-07-26Remove server version check for outdated server version.Andrei Karas1-1/+1
2018-07-26Add support for changed item id size in packets.Andrei Karas26-131/+188
From some packet version hercules support item id fields as int32.
2018-07-14Update packet SMSG_ROULETTE_INFO_ACK_TYPE 0x0a1c.Andrei Karas2-2/+17
2018-07-14Update versions for packet SMSG_PRIVATE_AIRSHIP_RESPONSE 0x0A4A.Andrei Karas1-0/+6
2018-07-14Update packet CMSG_PRIVATE_AIRSHIP_REQUEST 0x0a49.Andrei Karas2-1/+11
2018-07-14Update packet SMSG_SEARCHSTORE_SEARCH_ACK 0x0836 for new versions.Andrei Karas2-0/+15
2018-07-14Rename packet CMSG_PLAYER_SET_EQUIPMENT_VISIBLE into CMSG_SET_CONFIG_OPTION.Andrei Karas3-6/+8
For now unused.
2018-07-14Add packet SMSG_PET_EVOLUTION_RESULT 0x09fcAndrei Karas3-0/+10
2018-07-14Add packet CMSG_PET_EVOLUTION 0x09fb.Andrei Karas3-0/+24