Age | Commit message (Expand) | Author | Files | Lines |
2014-09-10 | In server features add method haveChangePartyLeader. | Andrei Karas | 5 | -0/+16 |
2014-09-10 | eathena: add packet CMSG_PARTY_CHANGE_LEADER 0x07da. | Andrei Karas | 6 | -0/+18 |
2014-09-10 | eathenea: in party handler add comments about share options. | Andrei Karas | 1 | -0/+2 |
2014-09-10 | eathena: add missing party invite errors. | Andrei Karas | 3 | -0/+27 |
2014-09-10 | eathena: fix packet SMSG_PARTY_INVITE_RESPONSE 0x02c5. | Andrei Karas | 3 | -4/+4 |
2014-09-10 | Move processPartyInviteResponse from ea namespace into eathena and tmwa. | Andrei Karas | 6 | -31/+62 |
2014-09-10 | eathena: fix packets id from wrong version. | Andrei Karas | 1 | -3/+3 |
2014-09-10 | fix special commands in tabs. | Andrei Karas | 1 | -1/+2 |
2014-09-10 | eathena: add CMSG_PARTY_INVITED2 0x02c7. | Andrei Karas | 2 | -2/+3 |
2014-09-10 | Remove party invite function by being object. | Andrei Karas | 5 | -24/+0 |
2014-09-10 | In server features add havePartyNickInvite. | Andrei Karas | 7 | -22/+46 |
2014-09-10 | In popup manager rename function addParty into addPartyName. | Andrei Karas | 2 | -4/+4 |
2014-09-10 | eathena: add packet CMSG_PARTY_INVITE2 0x08a9. | Andrei Karas | 2 | -1/+7 |
2014-09-10 | eathena: add packet id CMSG_PARTY_CREATE2 0x01e8. | Andrei Karas | 1 | -0/+1 |
2014-09-10 | eathena: simplify function moveItem2. | Andrei Karas | 1 | -30/+26 |
2014-09-10 | eathena: add packet CMSG_MOVE_FROM_STORAGE_TO_CART 0x0128. | Andrei Karas | 2 | -0/+7 |
2014-09-10 | eathena: add packet CMSG_MOVE_FROM_CART_TO_STORAGE 0x0129. | Andrei Karas | 2 | -0/+7 |
2014-09-10 | eathena: add packet CMSG_ADMIN_RESET_PLAYER 0x0197. | Andrei Karas | 6 | -0/+33 |
2014-09-10 | eathena: fix packet id for CMSG_SOLVE_CHAR_NAME 0x0898. | Andrei Karas | 1 | -1/+1 |
2014-09-10 | Fix compilation warning. | Andrei Karas | 1 | -1/+1 |
2014-09-10 | fix packets handling by mailhandler. | Andrei Karas | 2 | -0/+2 |
2014-09-10 | eathena: add partial support for packet SMSG_MAIL_OPEN_WINDOW 0x0260. | Andrei Karas | 4 | -1/+35 |
2014-09-10 | Add mailhandler for now empty. | Andrei Karas | 13 | -3/+248 |
2014-09-10 | Improve logging for unknown and unsupported packets. | Andrei Karas | 2 | -6/+8 |
2014-09-10 | Improve server side position drawing. | Andrei Karas | 1 | -4/+8 |
2014-09-10 | add function to apply being action. | Andrei Karas | 4 | -123/+72 |
2014-09-10 | add function to convert special npc server gender type into client type. | Andrei Karas | 4 | -75/+46 |
2014-09-10 | Improve functions from previous commit. | Andrei Karas | 2 | -579/+171 |
2014-09-10 | Split processPlayerMoveUpdate for each packet type. | Andrei Karas | 4 | -6/+964 |
2014-09-10 | Improve functions from previous commit. | Andrei Karas | 2 | -116/+14 |
2014-09-10 | Split processBeingChangeLook for each packet type. | Andrei Karas | 4 | -2/+112 |
2014-09-10 | Split processBeingChangeLook into tow functions with net code and without. | Andrei Karas | 4 | -16/+33 |
2014-09-10 | Improve functions from previous commit. | Andrei Karas | 2 | -331/+95 |
2014-09-10 | Split processBeingVisibleOrMove for each packet type. | Andrei Karas | 4 | -6/+737 |
2014-09-10 | tmwa: fix reading whole packet SMSG_PLAYER_UPDATE_2. | Andrei Karas | 1 | -1/+2 |
2014-09-10 | tmwa: read whole packet SMSG_WALK_RESPONSE. | Andrei Karas | 1 | -2/+3 |
2014-09-10 | tmwa: read whole packet SMSG_BEING_SPAWN. | Andrei Karas | 1 | -0/+1 |
2014-09-10 | Read whole packet SMSG_BEING_REMOVE. | Andrei Karas | 1 | -0/+1 |
2014-09-10 | tmwa: fix reading whole packet in processBeingVisibleOrMove. | Andrei Karas | 1 | -4/+3 |
2014-09-10 | tmwa: read whole packet SMSG_BEING_CHANGE_LOOKS2. | Andrei Karas | 1 | -0/+5 |
2014-09-10 | tmwa: read whole packet SMSG_BEING_VISIBLE. | Andrei Karas | 1 | -0/+3 |
2014-09-10 | tmwa: read whole packet SMSG_PLAYER_STAT_UPDATE_5. | Andrei Karas | 1 | -32/+34 |
2014-09-10 | eathena: add packet CMSG_PLAYER_INSERT_CARD 0x017c. | Andrei Karas | 6 | -0/+23 |
2014-09-10 | eathena: add packet CMSG_PLAYER_USE_CARD 0x017a. | Andrei Karas | 6 | -0/+17 |
2014-09-09 | eathena: add packet CMSG_NPC_SELECT_AUTO_SPELL 0x01ce. | Andrei Karas | 6 | -0/+17 |
2014-09-09 | Fix another translation issue. | Andrei Karas | 1 | -1/+1 |
2014-09-09 | eathena: add packet CMSG_NPC_SELECT_ARROW 0x01ae. | Andrei Karas | 6 | -0/+18 |
2014-09-09 | eathena: add packet CMSG_NPC_IDENTIFY 0x0178. | Andrei Karas | 6 | -0/+17 |
2014-09-09 | fix translation issues. | Andrei Karas | 3 | -427/+416 |
2014-09-09 | eathena: add packet CMSG_NPC_REFINE 0x0222. | Andrei Karas | 6 | -0/+17 |