Age | Commit message (Expand) | Author | Files | Lines |
2014-09-06 | Use skill type struct in skill info. | Andrei Karas | 8 | -10/+20 |
2014-09-06 | Add skill type reading from server | Andrei Karas | 7 | -13/+24 |
2014-09-06 | Add skill types enum. | Andrei Karas | 3 | -1/+40 |
2014-09-06 | For unknown skills use if possible server side skill name. | Andrei Karas | 5 | -8/+22 |
2014-09-06 | allow use unknown skills. | Andrei Karas | 2 | -20/+28 |
2014-09-06 | eathena: fix reading all fields in SMSG_WALK_RESPONSE 0x0087. | Andrei Karas | 1 | -2/+3 |
2014-09-06 | Move processWalkResponse from ea namespace into eathena and tmwa. | Andrei Karas | 6 | -18/+37 |
2014-09-06 | fix some packets reading size. | Andrei Karas | 2 | -0/+4 |
2014-09-06 | Add checking for each packet size after reading and processed. | Andrei Karas | 2 | -3/+22 |
2014-09-06 | eathena: fix packet SMSG_BEING_SPAWN 0x0858. | Andrei Karas | 2 | -2/+26 |
2014-09-06 | Move processBeingSpawn from ea namespace into tmwa. | Andrei Karas | 4 | -15/+15 |
2014-09-06 | eathena: fix packet SMSG_BEING_SPAWN 0x0858. | Andrei Karas | 2 | -12/+19 |
2014-09-06 | eathena: fix packet SMSG_BEING_MOVE 0x0856. | Andrei Karas | 3 | -14/+29 |
2014-09-06 | Increase number of slots again. | Andrei Karas | 3 | -7/+11 |
2014-09-06 | eathena; fix packet SMSG_TRADE_ITEM_ADD 0x080f. | Andrei Karas | 3 | -8/+12 |
2014-09-06 | Move processTradeItemAdd from ea namespace into eathena and tmwa. | Andrei Karas | 6 | -25/+54 |
2014-09-06 | eathena: impliment packet SMSG_TRADE_RESPONSE2 0x01f5. | Andrei Karas | 3 | -0/+15 |
2014-09-06 | eathena: fix packet SMSG_TRADE_REQUEST 0x01f4. | Andrei Karas | 2 | -2/+5 |
2014-09-06 | Move processTradeRequest from ea namespace into eathena and tmwa. | Andrei Karas | 6 | -51/+59 |
2014-09-06 | eathena: fix handling packet SMSG_PLAYER_INVENTORY_ADD 0x0990. | Andrei Karas | 1 | -3/+2 |
2014-09-06 | add comment in processBeingAction. | Andrei Karas | 1 | -1/+1 |
2014-09-06 | eathena: fix packet size SMSG_ITEM_DROPPED 0x084b. | Andrei Karas | 1 | -1/+1 |
2014-09-06 | eathena: fix packet size SMSG_PLAYER_INVENTORY_ADD 0x0990. | Andrei Karas | 1 | -1/+1 |
2014-09-06 | Add new slots definition. | Andrei Karas | 2 | -13/+27 |
2014-09-06 | add missing check in itemdb. | Andrei Karas | 1 | -0/+3 |
2014-09-06 | eathena: fix equipped item sign. | Andrei Karas | 1 | -7/+11 |
2014-09-06 | eathena: fix packet SMSG_PLAYER_UNEQUIP 0x099a. | Andrei Karas | 3 | -5/+5 |
2014-09-06 | eathena: move processPlayerUnEquip from ea namespace into eathena and tmwa. | Andrei Karas | 6 | -16/+32 |
2014-09-06 | eathena: fix packet SMSG_PLAYER_EQUIP 0x0999. | Andrei Karas | 2 | -4/+5 |
2014-09-06 | Move processPlayerEquip from ea namespace into tmwa and eathena. | Andrei Karas | 6 | -16/+40 |
2014-09-06 | eathena: fix packet CMSG_PLAYER_EQUIP 0x0998. | Andrei Karas | 2 | -3/+3 |
2014-09-06 | eathena: fix packet size CMSG_ITEM_PICKUP 0x07e4. | Andrei Karas | 1 | -1/+1 |
2014-09-06 | eathena: fix packet SMSG_ITEM_DROPPED 0x084b. | Andrei Karas | 3 | -10/+11 |
2014-09-06 | Move processItemDropped from ea namespace into eathena and tmwa. | Andrei Karas | 6 | -20/+46 |
2014-09-06 | eathena: fix a bit support for packet SMSG_PLAYER_INVENTORY 0x0991. | Andrei Karas | 4 | -27/+20 |
2014-09-06 | Move processPlayerInventory from ea namespace into tmwa and eathena. | Andrei Karas | 6 | -72/+144 |
2014-09-06 | eathena: fix packet SMSG_PLAYER_INVENTORY_ADD 0x0990. | Andrei Karas | 3 | -18/+23 |
2014-09-06 | move processPlayerInventoryAdd from ea namespace into tmwa and eathena. | Andrei Karas | 6 | -69/+145 |
2014-09-06 | eathena: impliment packet SMSG_QUEST_REMOVE 0x02b4. | Andrei Karas | 4 | -1/+28 |
2014-09-06 | eathena: partially impliment packet SMSG_PLAYER_GET_EXP 0x07f6. | Andrei Karas | 4 | -1/+21 |
2014-09-06 | eathena: fix moving speed. | Andrei Karas | 1 | -6/+3 |
2014-09-06 | eathena: partially impliment packet SMSG_QUEST_UPDATE_OBJECTIVES 0x02b5. | Andrei Karas | 4 | -1/+24 |
2014-09-06 | eathena: partially impliment packet SMSG_QUEST_LIST_OBJECTIVES 0x02b2. | Andrei Karas | 4 | -1/+29 |
2014-09-06 | eathena: impliment packet SMSG_QUEST_LIST 0x02b1. | Andrei Karas | 4 | -1/+28 |
2014-09-06 | fix compilation warnings | Andrei Karas | 4 | -5/+5 |
2014-09-06 | eathena: add basic handling for packet SMSG_QUEST_ADD 0x02b3. | Andrei Karas | 8 | -2/+142 |
2014-09-06 | eathena: fix id for many packets. | Andrei Karas | 1 | -23/+21 |
2014-09-06 | eathena: remove some unused packets. | Andrei Karas | 3 | -10/+0 |
2014-09-06 | eathena: fix packet id for CMSG_PLAYER_ATTACK 0x0369. | Andrei Karas | 1 | -1/+1 |
2014-09-06 | add packet comments in gamehandler. | Andrei Karas | 3 | -15/+16 |