Age | Commit message (Expand) | Author | Files | Lines |
2016-02-20 | Add missing const in net directory. | Andrei Karas | 1 | -1/+1 |
2016-02-07 | Replace most static_cast<Type> to shorter versions from defines. | Andrei Karas | 1 | -1/+1 |
2016-01-27 | In undress command remove all known slots (hercules). | Andrei Karas | 1 | -0/+8 |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 |
2015-09-10 | Impliment packets CMSG_SOLVE_CHAR_NAME and SMSG_SOLVE_CHAR_NAME. | Andrei Karas | 1 | -0/+6 |
2015-09-07 | Split protocol.h into protocolin.h and protocolout.h | Andrei Karas | 1 | -1/+1 |
2015-09-04 | Remove some useless includes. | Andrei Karas | 1 | -3/+0 |
2015-09-02 | Remove MessageHandler class | Andrei Karas | 1 | -344/+0 |
2015-09-02 | Add to packets defines packet handlers. For now unused. | Andrei Karas | 1 | -0/+3 |
2015-09-01 | Add missing handler for skill cancel packet. | Andrei Karas | 1 | -1/+1 |
2015-08-29 | Fix code style. | Andrei Karas | 1 | -35/+0 |
2015-08-24 | Rename being receive handler into beingrecv. | Andrei Karas | 1 | -65/+65 |
2015-08-24 | Move receive code from beinghandler into separate file. | Andrei Karas | 1 | -1661/+66 |
2015-08-22 | Impliment packet SMSG_SKILL_AUTO_CAST. | Andrei Karas | 1 | -6/+11 |
2015-08-17 | Fix colors on equipment. | Andrei Karas | 1 | -26/+13 |
2015-08-16 | In all places try get item color from ItemColorManager. | Andrei Karas | 1 | -3/+5 |
2015-08-16 | Add strong typed int for item color. | Andrei Karas | 1 | -24/+26 |
2015-08-14 | fix code style. | Andrei Karas | 1 | -4/+1 |
2015-08-13 | Add support for load all item slots with cards in char selection dialog (herc... | Andrei Karas | 1 | -19/+57 |
2015-08-12 | Send equipped cards to function processBeingChangeLookContinue. | Andrei Karas | 1 | -4/+8 |
2015-08-12 | With equipped items read cards (hercules). | Andrei Karas | 1 | -0/+28 |
2015-07-21 | Add missing checks and non null attributes. | Andrei Karas | 1 | -3/+4 |
2015-06-29 | Move notifytypes.h into enums directory. | Andrei Karas | 1 | -2/+2 |
2015-06-25 | Add missing checks into net directory. | Andrei Karas | 1 | -31/+2 |
2015-06-20 | Move processNameResponse2 from ea namespace into eathena. | Andrei Karas | 1 | -0/+47 |
2015-06-16 | Move processPvpSet from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -0/+15 |
2015-06-06 | Fix code style. | Andrei Karas | 1 | -3/+8 |
2015-05-30 | Convert Rank enum into strong typed enum. | Andrei Karas | 1 | -1/+1 |
2015-05-29 | Convert AttackType enum into strong typed enum. | Andrei Karas | 1 | -2/+3 |
2015-05-29 | Convert ActorType enum into strong typed enum. | Andrei Karas | 1 | -1/+1 |
2015-05-29 | Use BeingTypeId in Being for subtypeid. | Andrei Karas | 1 | -6/+7 |
2015-05-29 | Add strong typed int type BeingId. | Andrei Karas | 1 | -52/+50 |
2015-05-10 | eathena: impliment packet SMSG_MAP_TYPE. | Andrei Karas | 1 | -3/+7 |
2015-05-08 | Fix code style. | Andrei Karas | 1 | -1/+2 |
2015-05-06 | Add strong typed bool type Enable. | Andrei Karas | 1 | -3/+5 |
2015-04-15 | Remove hideShield setting. | Andrei Karas | 1 | -13/+6 |
2015-04-13 | eathena: fix moving animation. | Andrei Karas | 1 | -1/+0 |
2015-04-12 | eathena: dont update slots from move packets. | Andrei Karas | 1 | -6/+9 |
2015-04-10 | Fix code style. | Andrei Karas | 1 | -1/+0 |
2015-04-09 | On skill attacks on target for show effect use skill attribute skillHitEffectId. | Andrei Karas | 1 | -1/+2 |
2015-04-09 | Add skill attributes with effect id what will play on caster and target while... | Andrei Karas | 1 | -7/+28 |
2015-04-04 | Show unimplimented packet debug message on each unsupported packets parameters. | Andrei Karas | 1 | -22/+17 |
2015-03-26 | eathena: fix some packets naming. | Andrei Karas | 1 | -10/+10 |
2015-03-21 | Add missing check in setting gm flag. | Andrei Karas | 1 | -1/+2 |
2015-03-21 | Revert "Move processBeingAction from ea namespace into tmwa." | Andrei Karas | 1 | -4/+9 |
2015-03-19 | eathena: add partial support for packet SMSG_BEING_VIEW_EQUIPMENT 0x0997. | Andrei Karas | 1 | -0/+37 |
2015-03-18 | Move processBeingAction from ea namespace into tmwa. | Andrei Karas | 1 | -9/+4 |
2015-03-18 | eathena: add partial support for packet SMSG_BEING_CHARM 0x08cf. | Andrei Karas | 1 | -0/+14 |
2015-03-17 | eathena: add partial support for packet SMSG_BEING_MILLENIUM_SHIELD 0x0440. | Andrei Karas | 1 | -0/+14 |
2015-03-17 | eathena: add partial support for packet SMSG_BEING_FONT 0x02ef. | Andrei Karas | 1 | -0/+13 |