Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-05-16 | Refactor loadFromLogFile calls into ChatTab contructor | Fedja Beader | 1 | -2/+0 | |
This has the side effect that now #Debug history is also loaded. **** mana/plus!84 | |||||
2024-04-27 | deduplicate branches | Fedja Beader | 1 | -12/+7 | |
2024-04-27 | Correct ommision of 0 in hexadecimal format spec | Fedja Beader | 1 | -1/+3 | |
2024-04-27 | Fix "Show items" (equipment display on other players) | Fedja Beader | 1 | -2/+1 | |
See #73 for discussion Squashed with: * Fix mana pearl showing in arrows slot in Classic * Fix off-by-one. Was causing Old Towel to render in torso slot in ML. **** mana/plus!78 | |||||
2024-03-25 | Typofix Guil -> Guild and insert And | Fedja Beader | 3 | -6/+6 | |
See merge request mana/plus!64 | |||||
2024-03-11 | Remove last-login(time) from char select window. | Fedja Beader | 1 | -1/+3 | |
No server in use still sends that field. **** Approved-by: Jesusalva Jesusalva <jesusalva@themanaworld.org> | |||||
2024-02-09 | Update copyright headers up to 2023 | Jesusalva Jesusalva | 127 | -127/+254 | |
2023-04-07 | added missing cstdint include | jak1 | 1 | -0/+4 | |
2022-12-27 | Add mobinfo command to popup menu | ccc | 1 | -1/+2 | |
2021-06-06 | added exitcode 7 to unique sessions (-S) | jak1 | 1 | -0/+17 | |
2020-03-13 | Fix alternate ip address for char and map servers [ci skip] | Andrei Karas | 1 | -0/+1 | |
2019-10-16 | Fix code style, ignore some warning in clang-tidy | Andrei Karas | 2 | -4/+4 | |
2019-06-26 | Update packet CMSG_SET_SHORTCUTS | Andrei Karas | 2 | -0/+2 | |
2019-06-26 | Update packet CMSG_SHORTCUTS_ROW_SHIFT | Andrei Karas | 2 | -2/+4 | |
2019-05-18 | Fix code style | Andrei Karas | 4 | -10/+10 | |
2019-05-15 | Add packet CMSG_REFINE_CLOSE 0x0aa4 | Andrei Karas | 2 | -0/+6 | |
2019-05-14 | Add item CMSG_REFINE_ITEM 0x0aa3 | Andrei Karas | 2 | -0/+10 | |
2019-05-14 | Add packet CMSG_REFINE_ADD_ITEM 0x0aa1 | Andrei Karas | 4 | -0/+90 | |
2019-04-08 | Add packet CMSG_ADMIN_RESET_COOLDOWNS 0x0a88 | Andrei Karas | 2 | -0/+6 | |
2019-04-08 | Add packer CMSG_MAP_PING2 0x0b1c | Andrei Karas | 2 | -0/+6 | |
2019-04-08 | Add packet CMSG_PLAYER_STYLE_CLOSE 0x0a48 | Andrei Karas | 2 | -0/+6 | |
2019-04-08 | Add separate auto move sync distance for legacy servers | Andrei Karas | 1 | -1/+0 | |
2019-03-21 | Remove useless explicit keyword from BeingHandler constructors. | Andrei Karas | 1 | -1/+1 | |
2019-03-21 | Possible fix for desync in moving | Andrei Karas | 3 | -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-19 | Remove extra include | Andrei Karas | 1 | -1/+0 | |
2019-03-18 | Fix badges state in legacy server online list packet | Andrei Karas | 1 | -15/+1 | |
2019-03-02 | Impliment packet SMSG_PLAYER_COMBINED_EQUIPMENT 0x0b0a | Andrei Karas | 1 | -2/+4 | |
2019-03-02 | Impliment packet SMSG_INVENTORY_START 0x0b08 | Andrei Karas | 1 | -3/+3 | |
2019-02-12 | Add packet CMSG_CLIENT_VERSION 0x044a | Andrei Karas | 2 | -0/+6 | |
2019-01-26 | Add icomplete packet CMSG_NPC_BARTER_BUY 0x0b0f | Andrei Karas | 2 | -0/+6 | |
2019-01-26 | Add packet CMSG_CAMERA_INFO 0x0a77 | Andrei Karas | 2 | -0/+12 | |
2019-01-25 | Add packet CMSG_NPC_BARTER_CLOSE 0x0b12 | Andrei Karas | 4 | -0/+90 | |
2019-01-25 | Add packet CMSG_SKILL_USE_BEING_STOP 0x0b11 | Andrei Karas | 2 | -0/+6 | |
2019-01-25 | Add packet CMSG_SKILL_USE_BEING_START 0x0b10 | Andrei Karas | 2 | -0/+10 | |
2019-01-25 | Add packet CMSG_REQ_REMAIN_TIME 0x01c0 | Andrei Karas | 2 | -0/+6 | |
2019-01-25 | Add packet CMSG_INVENTORY_EXPAND_REJECT 0x0b19 | Andrei Karas | 2 | -0/+6 | |
2019-01-25 | Add packet CMSG_INVENTORY_EXPAND_CONFIRM 0x0b16 | Andrei Karas | 2 | -0/+6 | |
2019-01-25 | Add packet CMSG_INVENTORY_EXPAND 0x0b14 | Andrei Karas | 2 | -0/+6 | |
2019-01-25 | Add packet CMSG_LOGIN_OTP_CODE 0x0ad0 | Andrei Karas | 2 | -0/+6 | |
2019-01-25 | Add packet CMSG_LOGIN_MOBILE_OTP 0x09a3 | Andrei Karas | 2 | -0/+8 | |
2019-01-01 | Update copyright year. | Andrei Karas | 123 | -123/+123 | |
2018-12-17 | Remove extra ';' | Andrei Karas | 1 | -1/+1 | |
2018-12-06 | Fix gender display in legacy server online list. | Andrei Karas | 1 | -1/+1 | |
2018-11-29 | Remove extra include.s20181205 | Andrei Karas | 1 | -2/+0 | |
2018-11-27 | Fix showing group name in online list for legacy server. | Andrei Karas | 1 | -0/+2 | |
2018-11-27 | Show short group name when available instead of (GM) | gumi | 1 | -3/+2 | |
2018-11-27 | Avoid shop spam in legacy server. | Andrei Karas | 3 | -1/+23 | |
2018-11-27 | Remove extra ; from different code. | Andrei Karas | 3 | -46/+46 | |
2018-11-19 | In legacy server save all online list to log with mapping name to id. | Andrei Karas | 1 | -1/+4 | |
2018-11-19 | Fix server side online list detection on legacy server. | Andrei Karas | 1 | -1/+1 | |