Age | Commit message (Expand) | Author | Files | Lines |
2014-09-11 | eathena: add packet CMSG_ADMIN_KICK_ALL 0x00ce. | Andrei Karas | 2 | -0/+6 |
2014-09-11 | eathena: add packet CMSG_PET_SET_NAME 0x01a5. | Andrei Karas | 2 | -1/+7 |
2014-09-11 | eathena: add packet CMSG_PET_REQUEST_STATE 0x01a9. | Andrei Karas | 2 | -0/+6 |
2014-09-11 | eathena: add packet CMSG_PET_CATCH 0x019f. | Andrei Karas | 2 | -0/+6 |
2014-09-10 | Change format in ActorType enum. | Andrei Karas | 3 | -23/+23 |
2014-09-10 | Impliment packet CMSG_GUILD_CHECK_MASTER 0x014d. | Andrei Karas | 2 | -0/+7 |
2014-09-10 | In party handler in changeLeader accept player nick. | Andrei Karas | 2 | -2/+3 |
2014-09-10 | In server features add method haveChangePartyLeader. | Andrei Karas | 2 | -0/+7 |
2014-09-10 | eathena: add packet CMSG_PARTY_CHANGE_LEADER 0x07da. | Andrei Karas | 2 | -0/+5 |
2014-09-10 | Move processPartyInviteResponse from ea namespace into eathena and tmwa. | Andrei Karas | 2 | -0/+31 |
2014-09-10 | Remove party invite function by being object. | Andrei Karas | 2 | -11/+0 |
2014-09-10 | In server features add havePartyNickInvite. | Andrei Karas | 2 | -0/+7 |
2014-09-10 | eathena: add packet CMSG_ADMIN_RESET_PLAYER 0x0197. | Andrei Karas | 2 | -0/+12 |
2014-09-10 | Fix compilation warning. | Andrei Karas | 1 | -1/+1 |
2014-09-10 | fix packets handling by mailhandler. | Andrei Karas | 1 | -0/+1 |
2014-09-10 | Add mailhandler for now empty. | Andrei Karas | 4 | -1/+96 |
2014-09-10 | Improve logging for unknown and unsupported packets. | Andrei Karas | 1 | -3/+4 |
2014-09-10 | add function to apply being action. | Andrei Karas | 2 | -64/+36 |
2014-09-10 | add function to convert special npc server gender type into client type. | Andrei Karas | 2 | -30/+24 |
2014-09-10 | Improve functions from previous commit. | Andrei Karas | 1 | -295/+88 |
2014-09-10 | Split processPlayerMoveUpdate for each packet type. | Andrei Karas | 2 | -3/+511 |
2014-09-10 | Improve functions from previous commit. | Andrei Karas | 1 | -62/+8 |
2014-09-10 | Split processBeingChangeLook for each packet type. | Andrei Karas | 2 | -1/+63 |
2014-09-10 | Split processBeingChangeLook into tow functions with net code and without. | Andrei Karas | 2 | -11/+18 |
2014-09-10 | Improve functions from previous commit. | Andrei Karas | 1 | -78/+23 |
2014-09-10 | Split processBeingVisibleOrMove for each packet type. | Andrei Karas | 2 | -3/+250 |
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 | 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 | 2 | -0/+8 |
2014-09-10 | eathena: add packet CMSG_PLAYER_USE_CARD 0x017a. | Andrei Karas | 2 | -0/+6 |
2014-09-09 | eathena: add packet CMSG_NPC_SELECT_AUTO_SPELL 0x01ce. | Andrei Karas | 2 | -0/+6 |
2014-09-09 | eathena: add packet CMSG_NPC_SELECT_ARROW 0x01ae. | Andrei Karas | 2 | -0/+6 |
2014-09-09 | eathena: add packet CMSG_NPC_IDENTIFY 0x0178. | Andrei Karas | 2 | -0/+6 |
2014-09-09 | eathena: add packet CMSG_NPC_REFINE 0x0222. | Andrei Karas | 2 | -0/+6 |
2014-09-09 | Fix compilation warnings. | Andrei Karas | 1 | -2/+2 |
2014-09-09 | eathena: add packet CMSG_NPC_REPAIR 0x01fd. | Andrei Karas | 2 | -0/+6 |
2014-09-09 | eathena: add packet CMSG_NPC_COOKING 0x025b. | Andrei Karas | 2 | -0/+8 |
2014-09-09 | eathena: add packet CMSG_NPC_PRODUCE_MIX 0x018e. | Andrei Karas | 2 | -0/+12 |
2014-09-09 | eathena: add packet CMSG_PLAYER_SET_MEMO 0x011d. | Andrei Karas | 2 | -0/+6 |
2014-09-09 | Add packet CMSG_SKILL_USE_POSITION_MORE 0x096a. | Andrei Karas | 2 | -0/+16 |
2014-09-09 | Fix compilation warnings. | Andrei Karas | 3 | -3/+3 |
2014-09-09 | eathena: add packet CMSG_CHANGE_CART 0x01af. | Andrei Karas | 2 | -0/+6 |
2014-09-09 | eathena: add packet CMSG_REMOVE_OPTION 0x012a. | Andrei Karas | 2 | -0/+6 |
2014-09-09 | eathena: add packet CMSG_CREAYE_CHAT_ROOM 0x00d5. | Andrei Karas | 2 | -0/+12 |
2014-09-09 | Remove unused packet id CMSG_CHAT_ANNOUNCE. | Andrei Karas | 1 | -1/+0 |