summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-02-02Remove useless cast in messageout.cpps20190211Andrei Karas1-1/+1
2019-01-27Remove useless strprintf from actions/chat.cppAndrei Karas1-1/+1
2019-01-27Possible fix for SDL 1.2 build on fedoraAndrei Karas1-3/+3
2019-01-27Fix wrong extern in loginhandler.cppAndrei Karas1-1/+1
2019-01-27Remove extra strprintf usage from clanwindowtabs.cppAndrei Karas1-1/+1
2019-01-27Remove extra include from barterrecv.cppAndrei Karas1-2/+0
2019-01-26Add icomplete packet CMSG_NPC_BARTER_BUY 0x0b0fAndrei Karas6-0/+96
2019-01-26Add packet SMSG_NPC_BARTER_OPEN 0x0b0eAndrei Karas4-0/+36
2019-01-26Add packet SMSG_ENCHANT_EQUIPMENT 0x0a3fAndrei Karas3-0/+25
2019-01-26Add packet CMSG_CAMERA_INFO 0x0a77Andrei Karas8-0/+59
2019-01-25Update packet SMSG_CAMERA_INFOAndrei Karas3-3/+21
2019-01-25Update version checks for packet SMSG_PRIVATE_AIRSHIP_RESPONSEAndrei Karas1-1/+2
2019-01-25Update version checks for packet CMSG_PRIVATE_AIRSHIP_REQUESTAndrei Karas2-1/+10
2019-01-25Update version checks for packet SMSG_CLAN_INFOAndrei Karas1-5/+13
2019-01-25Add packet CMSG_NPC_BARTER_CLOSE 0x0b12Andrei Karas15-1/+362
2019-01-25Update fields for packet SMSG_NPC_MARKET_OPENAndrei Karas1-1/+1
2019-01-25Update version check for packet CMSG_NPC_SELECT_ARROWAndrei Karas1-0/+7
2019-01-25Add packet CMSG_SKILL_USE_BEING_STOP 0x0b11Andrei Karas6-0/+27
2019-01-25Add packet CMSG_SKILL_USE_BEING_START 0x0b10Andrei Karas6-0/+56
2019-01-25Add packet SMSG_SERVICE_MESSAGE_COLOR 0x0adbAndrei Karas3-0/+13
2019-01-25Update versions for packet SMSG_PLAYER_SKILL_AUTO_SPELLSAndrei Karas1-1/+13
2019-01-25Create main inventory always with configurable variable size fixedInventorySizeAndrei Karas1-1/+3
2019-01-25Add packet CMSG_REQ_REMAIN_TIME 0x01c0Andrei Karas6-0/+17
2019-01-25Add packet CMSG_INVENTORY_EXPAND_REJECT 0x0b19Andrei Karas6-0/+25
2019-01-25Add packet CMSG_INVENTORY_EXPAND_CONFIRM 0x0b16Andrei Karas6-0/+25
2019-01-25Add packet CMSG_INVENTORY_EXPAND 0x0b14Andrei Karas6-0/+43
2019-01-25Add packet SMSG_INVENTORY_EXPANSION_RESULT 0x0b17Andrei Karas3-0/+10
2019-01-25Add packet SMSG_INVENTORY_EXPANSION_ACK 0x0b15Andrei Karas3-1/+11
2019-01-25Add packet SMSG_INVENTORY_EXPANSION_INFO 0x0b18Andrei Karas6-0/+35
2019-01-25Update packet versions for packet SMSG_HOMUNCULUS_INFOAndrei Karas3-23/+113
2019-01-25Add packet SMSG_LOGIN_MOBILE_OTP 0x09a2Andrei Karas3-0/+20
2019-01-25Add packet SMSG_LOGIN_OTPAndrei Karas3-0/+61
2019-01-25Add packet CMSG_LOGIN_OTP_CODE 0x0ad0Andrei Karas6-0/+25
2019-01-25Add packet CMSG_LOGIN_MOBILE_OTP 0x09a3Andrei Karas6-0/+48
2019-01-23Update packet versions supported for int32 int fields.Andrei Karas1-1/+3
2019-01-01Update copyright year.Andrei Karas1943-1945/+1945
2018-12-17Remove extra ';'Andrei Karas1-1/+1
2018-12-08Remove some wrong constexpr3 usage.v1.8.12.8Andrei Karas1-8/+8
2018-12-08Change version to 1.8.12.8.Andrei Karas1-2/+2
2018-12-07Fix code style.Andrei Karas15-126/+126
2018-12-06Fix style in enums.Andrei Karas10-44/+44
2018-12-06Fix gender display in legacy server online list.Andrei Karas1-1/+1
2018-12-06Update shuffle packets.Andrei Karas3-0/+1462
2018-12-06Add packet SMSG_ITEM_PREVIEW2 0x0b13 for zero packet type.Andrei Karas1-0/+6
2018-12-06Update packet SMSG_FORMAT_MESSAGE_STRING_COLOR 0x0a6f.Andrei Karas1-1/+4
2018-12-06Add packet SMSG_PLAYER_SKILL_AUTO_SPELLS 0x0afb.Andrei Karas3-3/+27
2018-11-29Remove extra include.s20181205Andrei Karas1-2/+0
2018-11-28Fix string allocation in whoisonline.cppAndrei Karas1-1/+1
2018-11-27Fix showing group name in online list for legacy server.Andrei Karas4-10/+19
2018-11-27Show short group name when available instead of (GM)gumi4-7/+22