summaryrefslogtreecommitdiff
path: root/src/net/tmwa/beingrecv.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-03-25Typofix Guil -> Guild and insert AndFedja Beader1-4/+4
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-05Fix code style.Andrei Karas1-6/+18
2018-10-29Fix code style.s20181102Andrei Karas1-3/+3
2018-06-30Rename "other" gender into "hidden" gender.Andrei Karas1-1/+1
2018-05-23Remove extra include from beingrecv.cppAndrei Karas1-1/+0
2018-05-20Show gm revive button in death dialog if player have rights for @alive command.Andrei Karas1-1/+1
2018-03-04Add support for hightlight attribute in groups.xmlAndrei Karas1-15/+4
2018-02-19Allow set any gm level for tmwa.Andrei Karas1-4/+4
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-22Remove default parameters from effectmanager.Andrei Karas1-1/+1
2017-12-17Remove default parameters from localplayer.Andrei Karas1-4/+4
2017-12-17Remove default parameter from Being::updateSprite.Andrei Karas1-31/+31
2017-08-31Fix compilation warning.Andrei Karas1-1/+1
2017-08-30Move some variables to better scope.Andrei Karas1-1/+6
2017-08-14Replace static members usage from pointers to direct classes.Andrei Karas1-2/+2
2017-07-13Remove extra include from beingrecv.cppAndrei Karas1-1/+0
2017-07-13Add default gm level for legacy server, because real level almost always hidden.Andrei Karas1-1/+2
2017-07-13Set group id from net code to not only local player.Andrei Karas1-6/+28
2017-06-19Auto close death dialog if local player resurrected.Andrei Karas1-1/+10
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-76/+76
2017-05-01Remove ServerFeatures haveTeamId because it used only in tmwa.Andrei Karas1-4/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-11-11Fix typo implimented -> implemented.Andrei Karas1-2/+2
2016-07-10Add support for initial particle effect for effect from status-effects.xmlAndrei Karas1-1/+5
2016-06-21Remove function BeingRecv::setSpriteAndrei Karas1-32/+18
2016-06-21Remove colorId parameter from Being::updateSprite.Andrei Karas1-10/+5
2016-06-21In Being split setSprite into setSpriteColor and setSpriteColorId.Andrei Karas1-49/+24
2016-06-21Split in Being setSprite into setSprite and setSpriteId.Andrei Karas1-4/+2
2016-06-21Split Being::setSprite into Being::setSprite and Being::setSpriteCards.Andrei Karas1-26/+13
2016-06-20Add explicit keyword into CardsList.Andrei Karas1-13/+13
2016-06-08Simplify set weapon sprite.Andrei Karas1-23/+5
2016-06-08Add setWeaponId into Being class.Andrei Karas1-0/+6
2016-06-08Add setTempSprite method into Being.Andrei Karas1-13/+0
2016-06-08Remove default value from parameter cards in Being->setSprite.Andrei Karas1-13/+26
2016-06-08Remove default value from parameter isItemSprite in Being->setSprite.Andrei Karas1-13/+26
2016-06-08Remove default value from parameter isWeapon in Being->setSprite.Andrei Karas1-12/+24
2016-06-08Remove default value from parameter colorId in Being->setSprite.Andrei Karas1-12/+37
2016-06-08Remove default value from parameter color in Being->setSprite.Andrei Karas1-1/+1
2016-06-08Add strong typed bool IsWeapon.Andrei Karas1-8/+32
2016-05-27Fix some false positive asserts in working with hair style equal to zero.Andrei Karas1-10/+64
2016-05-18Fix random one tile desync in SMSG_BEING_MOVE3 packet.Andrei Karas1-1/+3
2016-05-01Read whole packet SMSG_BEING_IP_RESPONSE if player not present.Andrei Karas1-1/+5
2016-04-27Fix reading whole packet SMSG_BEING_RESURRECT (tmwa).Andrei Karas1-2/+2
2016-04-02Sort more packets. Add version checks inside packets.Andrei Karas1-0/+28
2016-03-26Fix code style.Andrei Karas1-1/+1
2016-03-21Move status effects start/end calls into separate functions in actorsprite.Andrei Karas1-56/+46
2016-03-21Fix some status effects packet field names.Andrei Karas1-6/+6
2016-03-21Fix typo Plater -> Player.Andrei Karas1-1/+1