Age | Commit message (Expand) | Author | Files | Lines |
2015-04-04 | Show unimplimented packet debug message on each unsupported packets parameters. | Andrei Karas | 1 | -14/+11 |
2015-03-21 | Revert "Move processBeingAction from ea namespace into tmwa." | Andrei Karas | 1 | -91/+0 |
2015-03-18 | Move processBeingAction from ea namespace into tmwa. | Andrei Karas | 1 | -0/+91 |
2015-01-22 | fix direction in packet SMSG_BEING_CHANGE_DIRECTION. | Andrei Karas | 1 | -2/+2 |
2015-01-18 | Convert player look variable format from 8 bit to 16 bit. | Andrei Karas | 1 | -7/+7 |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 |
2014-12-16 | Move processIpResponse from ea namespace into tmwa. | Andrei Karas | 1 | -0/+15 |
2014-12-05 | fix code style. | Andrei Karas | 1 | -3/+6 |
2014-12-04 | Give correct names to eathena/tmwa sprites. | Andrei Karas | 1 | -74/+74 |
2014-11-30 | eathena: add support for get full moving path from server. | Andrei Karas | 1 | -48/+0 |
2014-11-29 | Use server feature haveNpcGender. | Andrei Karas | 1 | -2/+4 |
2014-11-21 | fix code style. | Andrei Karas | 1 | -1/+1 |
2014-11-20 | Move processNameResponse2 into ea namespace. | Andrei Karas | 1 | -46/+0 |
2014-11-12 | Add missing packet field comments. | Andrei Karas | 1 | -3/+8 |
2014-10-23 | tmwa: fix reading whole packets SMSG_PLAYER_GUILD_PARTY_INFO and SMSG_BEING_C... | Andrei Karas | 1 | -2/+12 |
2014-10-17 | Add static in beinthandler. | Andrei Karas | 1 | -19/+19 |
2014-10-09 | Move processBeingSelfEffect from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -0/+34 |
2014-09-30 | Add manner field to beings. | Andrei Karas | 1 | -5/+5 |
2014-09-30 | Add karma field to beings. | Andrei Karas | 1 | -5/+5 |
2014-09-26 | Fix code style. | Andrei Karas | 1 | -3/+1 |
2014-09-19 | Add comments for all output packets header. | Andrei Karas | 1 | -1/+1 |
2014-09-18 | Move processPlayerGuilPartyInfo from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -0/+29 |
2014-09-17 | Move processBeingResurrect from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -0/+28 |
2014-09-17 | Remove getter for serverFeatures. | Andrei Karas | 1 | -10/+10 |
2014-09-16 | Remove unused externs | Andrei Karas | 1 | -2/+0 |
2014-09-16 | add server feature haveMonsterAttackRange. | Andrei Karas | 1 | -2/+4 |
2014-09-16 | add server feature haveItemColors. | Andrei Karas | 1 | -4/+4 |
2014-09-16 | Add server feature haveMove3. | Andrei Karas | 1 | -2/+2 |
2014-09-15 | eathena: add packet CMSG_PLAYER_VIEW_EQUIPMENT 0x02d6. | Andrei Karas | 1 | -0/+4 |
2014-09-14 | Move processPlaterStatusChange from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -0/+28 |
2014-09-14 | Use haveServerHp feature in getting hp in tmwa. | Andrei Karas | 1 | -2/+5 |
2014-09-12 | fix code style. | Andrei Karas | 1 | -1/+1 |
2014-09-10 | Change format in ActorType enum. | Andrei Karas | 1 | -21/+21 |
2014-09-10 | add function to apply being action. | Andrei Karas | 1 | -64/+33 |
2014-09-10 | add function to convert special npc server gender type into client type. | Andrei Karas | 1 | -30/+21 |
2014-09-10 | Improve functions from previous commit. | Andrei Karas | 1 | -295/+88 |
2014-09-10 | Split processPlayerMoveUpdate for each packet type. | Andrei Karas | 1 | -2/+506 |
2014-09-10 | Improve functions from previous commit. | Andrei Karas | 1 | -62/+8 |
2014-09-10 | Split processBeingChangeLook for each packet type. | Andrei Karas | 1 | -1/+61 |
2014-09-10 | Split processBeingChangeLook into tow functions with net code and without. | Andrei Karas | 1 | -11/+13 |
2014-09-10 | Improve functions from previous commit. | Andrei Karas | 1 | -78/+23 |
2014-09-10 | Split processBeingVisibleOrMove for each packet type. | Andrei Karas | 1 | -2/+247 |
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_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-09 | Move processBeingChangeDirection from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -0/+27 |
2014-09-08 | eathena: add packet CMSG_REQUEST_RANKS 0x097c. | Andrei Karas | 1 | -0/+4 |
2014-09-06 | Move processBeingMove2 from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -0/+40 |