Age | Commit message (Expand) | Author | Files | Lines |
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 |
2015-03-13 | fix code style. | Andrei Karas | 1 | -1/+0 |
2015-03-12 | eathena: add partial support for packet SMSG_BOSS_MAP_INFO 0x0293. | Andrei Karas | 1 | -0/+19 |
2015-03-12 | eathena: add partial support for packet SMSG_GLADIATOR_FEEL_REQUEST 0x0253. | Andrei Karas | 1 | -0/+12 |
2015-03-12 | eathena: add partial support for packet SMSG_PK_RANKS_LIST 0x0238. | Andrei Karas | 1 | -0/+15 |
2015-03-12 | eathena: add partial support for packet SMSG_TAEKWON_RANKS_LIST 0x0226. | Andrei Karas | 1 | -0/+15 |
2015-03-12 | eathena: add partial support for packet SMSG_ALCHEMIST_RANKS_LIST 0x021a. | Andrei Karas | 1 | -0/+15 |
2015-03-12 | eathena: fix packet SMSG_RANKS_LIST. | Andrei Karas | 1 | -2/+1 |
2015-03-12 | eathena: add partial support for packet SMSG_BLACKSMITH_RANKS_LIST 0x0219. | Andrei Karas | 1 | -0/+15 |
2015-03-11 | eathena: add partial support for packet SMSG_STARS_KILL 0x020e. | Andrei Karas | 1 | -0/+15 |
2015-03-11 | eathena: add partial support for packet SMSG_BEING_SLIDE 0x01ff. | Andrei Karas | 1 | -0/+14 |
2015-03-11 | eathena: add partial support for packet CMSG_WEDDING_EFFECT 0x01ea. | Andrei Karas | 1 | -0/+12 |
2015-03-11 | eathena: add partial support for packet CMSG_SPIRIT_BALL_SINGLE 0x01e1. | Andrei Karas | 1 | -0/+13 |
2015-03-11 | eathena: add partial support for packet CMSG_COMBO_DELAY 0x01d2. | Andrei Karas | 1 | -0/+13 |
2015-03-11 | eathena: add partial support for packet CMSG_BLADE_STOP 0x01d1. | Andrei Karas | 1 | -0/+14 |
2015-03-11 | eathena: add partial support for packet CMSG_SPIRIT_BALLS 0x01d0. | Andrei Karas | 1 | -0/+13 |