Age | Commit message (Expand) | Author | Files | Lines |
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 | 11 | -3/+238 |
2014-09-10 | Improve logging for unknown and unsupported packets. | Andrei Karas | 2 | -6/+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 | 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 | eathena: add packet CMSG_NPC_REFINE 0x0222. | Andrei Karas | 6 | -0/+17 |
2014-09-09 | Fix compilation warnings. | Andrei Karas | 1 | -2/+2 |
2014-09-09 | eathena: add packet CMSG_NPC_REPAIR 0x01fd. | Andrei Karas | 6 | -0/+17 |
2014-09-09 | eathena: add packet CMSG_NPC_COOKING 0x025b. | Andrei Karas | 6 | -0/+25 |
2014-09-09 | eathena: add packet CMSG_NPC_PRODUCE_MIX 0x018e. | Andrei Karas | 6 | -0/+35 |
2014-09-09 | eathena: add packet CMSG_PLAYER_SET_MEMO 0x011d. | Andrei Karas | 6 | -0/+15 |
2014-09-09 | Add packet CMSG_SKILL_USE_POSITION_MORE 0x096a. | Andrei Karas | 6 | -1/+37 |
2014-09-09 | eathena: fix id for packet CMSG_SKILL_USE_POSITION 0x091e. | Andrei Karas | 1 | -1/+1 |
2014-09-09 | Fix compilation warnings. | Andrei Karas | 5 | -6/+4 |
2014-09-09 | eathena: add packet CMSG_CHANGE_CART 0x01af. | Andrei Karas | 6 | -0/+16 |
2014-09-09 | eathena: add packet CMSG_REMOVE_OPTION 0x012a. | Andrei Karas | 6 | -0/+15 |
2014-09-09 | eathena: add packet CMSG_MOVE_FROM_CART 0x0127. | Andrei Karas | 2 | -0/+7 |
2014-09-09 | eathena: add packet CMSG_MOVE_TO_CART 0x0126. | Andrei Karas | 2 | -0/+8 |
2014-09-09 | eathena: add packet CMSG_CREAYE_CHAT_ROOM 0x00d5. | Andrei Karas | 6 | -0/+34 |
2014-09-09 | Remove unused packet id CMSG_CHAT_ANNOUNCE. | Andrei Karas | 2 | -2/+0 |
2014-09-09 | eathena: add comments into processBeingChangeDirection. | Andrei Karas | 1 | -4/+5 |
2014-09-09 | Move processBeingChangeDirection from ea namespace into eathena and tmwa. | Andrei Karas | 6 | -29/+58 |
2014-09-09 | eathena: add comments to packet CMSG_PLAYER_CHANGE_DIR fields. | Andrei Karas | 1 | -2/+3 |
2014-09-09 | eathena: add support for packet CMSG_PLAYER_MAPMOVE 0x0140. | Andrei Karas | 2 | -2/+5 |
2014-09-09 | Move AdminHandler::warp from ea namespace into eathena and tmwa. | Andrei Karas | 6 | -11/+30 |