summaryrefslogtreecommitdiff
path: root/src/net/tmwa/beinghandler.cpp
AgeCommit message (Collapse)AuthorFilesLines
2025-05-24Switch source code headers to ManaVerse & update copyrights to 2025Fedja Beader1-3/+3
.. instead of manaplus's header. & update copyrights to 2025. Open problem: should it be "The ManaVerse Client", "the ManaVerse client" or something in between in "This file is part of ..." line? All caps is current situation. Squashed with: * update copyright dates for 2025 * Revert "Switch to branch of mplint that checks for manaverse copyright headers" * Change back to uppercase The Why? This line was changed 3 times in history and all had an uppercase The. PS: ManaVerse has no endorsment from the parent project, ManaPlus. * Change to "This file is part of the ManaVerse Client" poppet says 'the' instead of 'The' find . \( -name "*.h" -o -name "*.cpp" -o -name "*.cc" -o -name "*.inc" \) -execdir sed -i -e 's/This file is part of The ManaPlus Client/This file is part of the ManaVerse Client/' {} \+ * Change 'The ManaPlus Client' to 'The ManaVerse Client' in headers find . \( -name "*.h" -o -name "*.cpp" -o -name "*.cc" -o -name "*.inc" \) -execdir sed -i -e '2s/ManaPlus/ManaVerse/' {} \+ * Switch to branch of mplint that checks for manaverse copyright headers .. instead of manaplus's **** mana/plus!179
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2019-03-21Possible fix for desync in movingAndrei Karas1-2/+2
Handle player stop packet always. Check desync always if tile changed client side. Check desync always if server move response packet received. Removed unused configuration option.
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
Now eathena like support enabled always.
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