summaryrefslogtreecommitdiff
path: root/src/net/tmwa
AgeCommit message (Collapse)AuthorFilesLines
2023-01-08[WIP] renamed the client to ManaVersejak1127-127/+127
removed evol, since its not developed anymore... only leads to confusing players removed that anoying 'broken nick detected' message (regulare player don't care what crap the server sends) updated copyright -2020 for manaplus
2022-12-27Add mobinfo command to popup menuccc1-1/+2
2021-06-06added exitcode 7 to unique sessions (-S)jak11-0/+17
2020-03-13Fix alternate ip address for char and map servers [ci skip]Andrei Karas1-0/+1
2019-10-16Fix code style, ignore some warning in clang-tidyAndrei Karas2-4/+4
2019-06-26Update packet CMSG_SET_SHORTCUTSAndrei Karas2-0/+2
2019-06-26Update packet CMSG_SHORTCUTS_ROW_SHIFTAndrei Karas2-2/+4
2019-05-18Fix code styleAndrei Karas4-10/+10
2019-05-15Add packet CMSG_REFINE_CLOSE 0x0aa4Andrei Karas2-0/+6
2019-05-14Add item CMSG_REFINE_ITEM 0x0aa3Andrei Karas2-0/+10
2019-05-14Add packet CMSG_REFINE_ADD_ITEM 0x0aa1Andrei Karas4-0/+90
2019-04-08Add packet CMSG_ADMIN_RESET_COOLDOWNS 0x0a88Andrei Karas2-0/+6
2019-04-08Add packer CMSG_MAP_PING2 0x0b1cAndrei Karas2-0/+6
2019-04-08Add packet CMSG_PLAYER_STYLE_CLOSE 0x0a48Andrei Karas2-0/+6
2019-04-08Add separate auto move sync distance for legacy serversAndrei 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
Handle player stop packet always. Check desync always if tile changed client side. Check desync always if server move response packet received. Removed unused configuration option.
2019-03-19Remove extra includeAndrei Karas1-1/+0
2019-03-18Fix badges state in legacy server online list packetAndrei Karas1-15/+1
2019-03-02Impliment packet SMSG_PLAYER_COMBINED_EQUIPMENT 0x0b0aAndrei Karas1-2/+4
2019-03-02Impliment packet SMSG_INVENTORY_START 0x0b08Andrei Karas1-3/+3
2019-02-12Add packet CMSG_CLIENT_VERSION 0x044aAndrei Karas2-0/+6
2019-01-26Add icomplete packet CMSG_NPC_BARTER_BUY 0x0b0fAndrei Karas2-0/+6
2019-01-26Add packet CMSG_CAMERA_INFO 0x0a77Andrei Karas2-0/+12
2019-01-25Add packet CMSG_NPC_BARTER_CLOSE 0x0b12Andrei Karas4-0/+90
2019-01-25Add packet CMSG_SKILL_USE_BEING_STOP 0x0b11Andrei Karas2-0/+6
2019-01-25Add packet CMSG_SKILL_USE_BEING_START 0x0b10Andrei Karas2-0/+10
2019-01-25Add packet CMSG_REQ_REMAIN_TIME 0x01c0Andrei Karas2-0/+6
2019-01-25Add packet CMSG_INVENTORY_EXPAND_REJECT 0x0b19Andrei Karas2-0/+6
2019-01-25Add packet CMSG_INVENTORY_EXPAND_CONFIRM 0x0b16Andrei Karas2-0/+6
2019-01-25Add packet CMSG_INVENTORY_EXPAND 0x0b14Andrei Karas2-0/+6
2019-01-25Add packet CMSG_LOGIN_OTP_CODE 0x0ad0Andrei Karas2-0/+6
2019-01-25Add packet CMSG_LOGIN_MOBILE_OTP 0x09a3Andrei Karas2-0/+8
2019-01-01Update copyright year.Andrei Karas123-123/+123
2018-12-17Remove extra ';'Andrei Karas1-1/+1
2018-12-06Fix gender display in legacy server online list.Andrei Karas1-1/+1
2018-11-29Remove extra include.s20181205Andrei Karas1-2/+0
2018-11-27Fix showing group name in online list for legacy server.Andrei Karas1-0/+2
2018-11-27Show short group name when available instead of (GM)gumi1-3/+2
2018-11-27Avoid shop spam in legacy server.Andrei Karas3-1/+23
2018-11-27Remove extra ; from different code.Andrei Karas3-46/+46
2018-11-19In legacy server save all online list to log with mapping name to id.Andrei Karas1-1/+4
2018-11-19Fix server side online list detection on legacy server.Andrei Karas1-1/+1
2018-11-12Add support for online list in legacy server.Andrei Karas6-1/+65
2018-11-05Fix code style.Andrei Karas3-8/+24
2018-10-29Fix code style.s20181102Andrei Karas4-12/+12
2018-09-26Add packet CMSG_ACHIEVEMENT_GET_REWARD 0x0a25.Andrei Karas4-0/+89
2018-09-26Add packet CMSG_INSTANCE_COMMAND 0x02cf.Andrei Karas2-0/+6
2018-09-26Add packet CMSG_CHANGE_DRESS 0x0ae8.Andrei Karas2-0/+6
2018-09-25Add packet CMSG_PLAYER_SET_TITLE 0x0a2e.Andrei Karas2-0/+6