Age | Commit message (Expand) | Author | Files | Lines |
2014-09-13 | Remove duplicate packet id CMSG_PLAYER_ATTACK. | Andrei Karas | 1 | -1/+1 |
2014-09-12 | fix code style. | Andrei Karas | 1 | -4/+4 |
2014-09-11 | eathena: add packet CMSG_EXPLOSION_SPIRITS 0x01ed. | Andrei Karas | 1 | -0/+5 |
2014-09-11 | eathena: add packet CMSG_DORI_DORI 0x01e7. | Andrei Karas | 1 | -0/+5 |
2014-09-09 | eathena: add packet CMSG_PLAYER_SET_MEMO 0x011d. | Andrei Karas | 1 | -0/+5 |
2014-09-09 | eathena: add packet CMSG_CHANGE_CART 0x01af. | Andrei Karas | 1 | -0/+6 |
2014-09-09 | eathena: add packet CMSG_REMOVE_OPTION 0x012a. | Andrei Karas | 1 | -0/+5 |
2014-09-09 | eathena: add comments to packet CMSG_PLAYER_CHANGE_DIR fields. | Andrei Karas | 1 | -2/+3 |
2014-09-09 | eathena: add packet CMSG_SET_SHORTCUTS 0x02ba. | Andrei Karas | 1 | -0/+12 |
2014-09-07 | Fix compilation warnings. | Andrei Karas | 1 | -4/+4 |
2014-09-07 | Remove unused includes. | Andrei Karas | 1 | -2/+0 |
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 | 1 | -0/+16 |
2014-09-06 | fix some packets reading size. | Andrei Karas | 1 | -0/+1 |
2014-09-06 | eathena: partially impliment packet SMSG_PLAYER_GET_EXP 0x07f6. | Andrei Karas | 1 | -0/+17 |
2014-09-06 | eathena: fix moving speed. | Andrei Karas | 1 | -6/+3 |
2014-09-06 | eathena: add comments in packet SMSG_PLAYER_SHOW_EQUIP 0x02da. | Andrei Karas | 1 | -1/+1 |
2014-09-06 | Fix compilation errors in playerhandler. | Andrei Karas | 1 | -24/+25 |
2014-09-06 | eathena: fix handling packet SMSG_PLAYER_STAT_UPDATE_5 0x00bd. | Andrei Karas | 1 | -40/+47 |
2014-09-06 | Move processPlayerStatUpdate5 from ea namespace into tmwa and eathena. | Andrei Karas | 1 | -0/+76 |
2014-09-06 | eathena: fix handling packet SMSG_PLAYER_SHORTCUTS 0x07d9. | Andrei Karas | 1 | -3/+3 |
2014-07-14 | Rename readInt8 into readUInt8 because it really read uint8_t. | Andrei Karas | 1 | -2/+2 |
2014-05-20 | Move player attributes in net code into separate file. | Andrei Karas | 1 | -0/+1 |
2014-05-12 | Move being action into separate file. | Andrei Karas | 1 | -8/+8 |
2014-05-11 | Move player attributes into separate file. | Andrei Karas | 1 | -1/+3 |
2014-02-02 | Add missing const and static into net classes. | Andrei Karas | 1 | -2/+2 |
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 |
2013-09-15 | remove unused includes from net directory. | Andrei Karas | 1 | -5/+2 |
2013-04-26 | fix code style more. | Andrei Karas | 1 | -1/+1 |
2013-04-21 | some other fixes from cpplint. | Andrei Karas | 1 | -3/+3 |
2013-04-12 | first part of style fixed after cpplint checks. | Andrei Karas | 1 | -7/+7 |
2013-04-10 | improve playerhandler class. | Andrei Karas | 1 | -14/+15 |
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 |
2012-10-16 | Fix some signed/unsigned chars issues. | Andrei Karas | 1 | -2/+2 |
2012-09-08 | Improve constructors in some classes. | Andrei Karas | 1 | -1/+3 |
2012-09-02 | Add const to more classes. | Andrei Karas | 1 | -1/+1 |
2012-08-23 | Remove useless includes. | Andrei Karas | 1 | -3/+0 |
2012-08-21 | first part of checks and style fixes. | Andrei Karas | 1 | -1/+1 |
2012-07-15 | Fix code style. | Andrei Karas | 1 | -1/+1 |
2012-06-25 | From eAthena netcode remove some evol packets implimentations. | Andrei Karas | 1 | -69/+0 |
2012-06-24 | Add basic support for eathena stable. | Andrei Karas | 1 | -0/+313 |