summaryrefslogtreecommitdiff
path: root/src/net/tmwa/beinghandler.cpp
AgeCommit message (Expand)AuthorFilesLines
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-4/+0
2017-08-11Add packet CMSG_CHECK_NAME 0x0a13.Andrei Karas1-0/+4
2017-08-03Remove network handlers in general handler was deleted.Andrei Karas1-0/+5
2017-06-09Fix code style.Andrei Karas1-2/+0
2017-06-08Remove useless extern declarations.Andrei Karas1-1/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas1-2/+0
2016-06-21In Being split setSpriteId into setSpriteId and unSetSprite.Andrei Karas1-10/+5
2016-06-21Split in Being setSprite into setSprite and setSpriteId.Andrei Karas1-20/+10
2016-06-21Split Being::setSprite into Being::setSprite and Being::setSpriteCards.Andrei Karas1-10/+5
2016-06-20Add explicit keyword into CardsList.Andrei Karas1-5/+5
2016-06-08Simplify set weapon sprite.Andrei Karas1-5/+0
2016-06-08Add setTempSprite method into Being.Andrei Karas1-5/+0
2016-06-08Remove default value from parameter cards in Being->setSprite.Andrei Karas1-5/+10
2016-06-08Remove default value from parameter isItemSprite in Being->setSprite.Andrei Karas1-5/+10
2016-06-08Remove default value from parameter isWeapon in Being->setSprite.Andrei Karas1-5/+10
2016-06-08Remove default value from parameter colorId in Being->setSprite.Andrei Karas1-6/+20
2016-06-08Remove default value from parameter color in Being->setSprite.Andrei Karas1-5/+5
2016-03-05Remove outdated serverVersion checks from tmwa net code.Andrei Karas1-1/+0
2016-02-20Add missing const in net directory.Andrei Karas1-2/+2
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/+4
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-166/+0
2015-08-29Fix code style.Andrei Karas1-24/+0
2015-08-24Rename being receive handler into beingrecv.Andrei Karas1-31/+31
2015-08-24Move receive code from beinghandler into separate file.Andrei Karas1-1356/+32
2015-08-17Remove some mode outdated color related code from tmwa.Andrei Karas1-11/+11
2015-08-16Add strong typed int for item color.Andrei Karas1-23/+27
2015-06-25Add missing checks into net directory.Andrei Karas1-0/+6
2015-06-20Fix compilation warnings.Andrei Karas1-21/+3
2015-06-20Remove from tmwa namespace checks for haveItemColors.Andrei Karas1-43/+10
2015-06-20Remove unused old evol packets from tmwa namespace.Andrei Karas1-5/+0
2015-06-20Fix code style.Andrei Karas1-1/+1
2015-06-16Add team id into beings cache.Andrei Karas1-0/+1
2015-06-16Set being team id from packet SMSG_PVP_SET (tmwa)Andrei Karas1-1/+8
2015-06-16Move processPvpSet from ea namespace into eathena and tmwa.Andrei Karas1-0/+15
2015-06-06Fix code style.Andrei Karas1-4/+8
2015-05-30Convert Rank enum into strong typed enum.Andrei Karas1-1/+1
2015-05-29Use BeingTypeId in Being for subtypeid.Andrei Karas1-6/+6
2015-05-29Add strong typed int type BeingId.Andrei Karas1-31/+31
2015-05-10Move guildmanager into net/tmwa directory.Andrei Karas1-1/+1
2015-05-06Add strong typed bool type Enable.Andrei Karas1-1/+2
2015-04-24Fix code style.Andrei Karas1-1/+0
2015-04-17Add eathena defines into rank enum.Andrei Karas1-0/+2