summaryrefslogtreecommitdiff
path: root/src/net/eathena
AgeCommit message (Expand)AuthorFilesLines
2024-03-25Typofix Guil -> Guild and insert AndFedja Beader3-14/+14
2024-03-11Remove last-login(time) from char select window.Fedja Beader1-1/+3
2024-03-11TypofixFedja Beader2-2/+2
2024-02-16Client rebranding: Partly import changes from !28Jesusalva Jesusalva1-2/+3
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva189-189/+378
2023-04-07added missing cstdint includejak11-0/+4
2021-06-06added exitcode 7 to unique sessions (-S)jak11-0/+15
2021-04-13moved all skillbased errors to debugChatTabjak11-2/+8
2019-10-16Fix code style, ignore some warning in clang-tidyAndrei Karas1-1/+1
2019-08-19Add new shuffle packetsAndrei Karas3-0/+1156
2019-08-19Update shortcuts related packets for zeroAndrei Karas3-2/+17
2019-08-19Update packet SMSG_BEING_HAT_EFFECTSAndrei Karas1-4/+11
2019-08-19Update packet SMSG_RANKS_LISTAndrei Karas3-9/+43
2019-08-19Update packet SMSG_HOMUNCULUS_INFOAndrei Karas3-0/+96
2019-06-26Update packet CMSG_SET_SHORTCUTSAndrei Karas3-1/+10
2019-06-26Update packet CMSG_SHORTCUTS_ROW_SHIFTAndrei Karas3-3/+22
2019-06-26Update packet SMSG_PLAYER_SHORTCUTSAndrei Karas3-8/+60
2019-06-24Fix code styleAndrei Karas2-3/+1
2019-05-18Fix code styleAndrei Karas5-11/+12
2019-05-16Remove extra include from generalhandler.cppAndrei Karas1-1/+0
2019-05-15Remove extra unused attribute in gamerecv.cppAndrei Karas1-1/+1
2019-05-15Change protocol version to 26Andrei Karas1-1/+1
2019-05-15Fix different server packets for packet versions where item id size was changedAndrei Karas1-0/+46
2019-05-15Update shuffle packetsAndrei Karas3-0/+340
2019-05-15Add packet SMSG_NAME_RESPONSE_TITLE 0x0adfAndrei Karas3-0/+79
2019-05-15Add packet SMSG_REFINE_ANNOUNCE 0x0adaAndrei Karas3-0/+26
2019-05-15Add packet CMSG_REFINE_CLOSE 0x0aa4Andrei Karas3-0/+11
2019-05-14Add item CMSG_REFINE_ITEM 0x0aa3Andrei Karas3-0/+27
2019-05-14Add packet SMSG_REFINE_ADD_ITEM 0x0aa2Andrei Karas3-0/+29
2019-05-14Add packet CMSG_REFINE_ADD_ITEM 0x0aa1Andrei Karas5-0/+116
2019-05-14Add packet SMSG_REFINE_WINDOW_OPEN 0x0aa0Andrei Karas4-0/+81
2019-05-14Add packet SMSG_MAP_LOAD_CONFIRM 0x0b1bAndrei Karas3-0/+24
2019-05-14Update packets SMSG_ACK_MERGE_ITEMS and SMSG_MERGE_ITEMAndrei Karas1-4/+13
2019-05-14Add packet SMSG_ROULETTE_CLOSE 0x0a1eAndrei Karas3-0/+20
2019-05-14Update packet SMSG_NPC_CASH_BUYAndrei Karas2-3/+14
2019-05-14Update packet SMSG_PLAYER_GUILD_PARTY_INFOAndrei Karas1-6/+3
2019-05-14Add packet SMSG_GUILD_EXPULSION_LIST 0x0a87Andrei Karas3-15/+43
2019-05-14Update packet SMSG_PARTY_INVITATION_STATSAndrei Karas1-1/+2
2019-04-08Update shuffle packetsAndrei Karas3-0/+340
2019-04-08Add packet CMSG_ADMIN_RESET_COOLDOWNS 0x0a88Andrei Karas3-0/+16
2019-04-08Add packet SMSG_MAP_PING2 0x0b1dAndrei Karas3-0/+25
2019-04-08Add packer CMSG_MAP_PING2 0x0b1cAndrei Karas3-0/+35
2019-04-08Add packet CMSG_PLAYER_STYLE_CLOSE 0x0a48Andrei Karas3-0/+11
2019-03-21Remove extra include from generalhandlerAndrei Karas1-1/+0
2019-03-21Remove useless explicit keyword from BeingHandler constructors.Andrei Karas1-1/+1
2019-03-21Possible fix for desync in movingAndrei Karas3-4/+4
2019-03-16Remove extra check from guildrecv.cppAndrei Karas1-10/+7
2019-03-15Update shuffle packetsAndrei Karas3-0/+136
2019-03-11Update packet SMSG_SKILL_CASTINGAndrei Karas1-0/+12
2019-03-05Remove extra includes.Andrei Karas1-1/+0