summaryrefslogtreecommitdiff
path: root/src/net/eathena/beinghandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2019-03-21Possible fix for desync in movingAndrei Karas1-2/+2
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-08-22Move requestCheckName from BeingHandler into Mail2Handler.Andrei Karas1-11/+0
2017-08-11Fix added MAIL2 packets limits by packet version and plugin version.Andrei Karas1-1/+4
2017-08-11Add packet CMSG_CHECK_NAME 0x0a13.Andrei Karas1-0/+8
2017-08-03Remove network handlers in general handler was deleted.Andrei Karas1-0/+5
2017-06-09Fix code style.Andrei Karas1-1/+0
2017-06-08Remove useless extern declarations.Andrei Karas1-1/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-2/+2
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-12Fix some packet sizes for version 20080827.Andrei Karas1-0/+10
2016-09-12Fix version for packet CMSG_REQUEST_RANKS.Andrei Karas1-0/+4
2016-06-21In Being split setSpriteId into setSpriteId and unSetSprite.Andrei Karas1-30/+15
2016-06-21Split in Being setSprite into setSprite and setSpriteId.Andrei Karas1-60/+30
2016-06-21Split Being::setSprite into Being::setSprite and Being::setSpriteCards.Andrei Karas1-30/+15
2016-06-20Add explicit keyword into CardsList.Andrei Karas1-15/+15
2016-06-08Simplify set weapon sprite.Andrei Karas1-15/+0
2016-06-08Add setTempSprite method into Being.Andrei Karas1-15/+0
2016-06-08Remove default value from parameter cards in Being->setSprite.Andrei Karas1-15/+30
2016-06-08Remove default value from parameter isItemSprite in Being->setSprite.Andrei Karas1-15/+30
2016-06-08Remove default value from parameter isWeapon in Being->setSprite.Andrei Karas1-15/+30
2016-06-08Remove default value from parameter colorId in Being->setSprite.Andrei Karas1-16/+60
2016-06-08Remove default value from parameter color in Being->setSprite.Andrei Karas1-15/+15
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