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