summaryrefslogtreecommitdiff
path: root/src/net/eathena/beingrecv.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-08-30Move some variables to better scope.Andrei Karas1-3/+6
2017-08-14Replace static members usage from pointers to direct classes.Andrei Karas1-4/+4
2017-08-10Read whole packet in processPlayerStatusChange if being not found.Andrei Karas1-0/+9
2017-07-17Fix issues detected by coverity.Andrei Karas1-1/+3
2017-07-13Set group id from net code to not only local player.Andrei Karas1-8/+8
2017-07-12Rename gm level into group id in localplayer.cppAndrei Karas1-1/+1
2017-07-12Add packet SMSG_PLAYER_ATTRS 0x0b25.Andrei Karas1-10/+7
2017-06-29Move foreach macroses into separate file.Andrei Karas1-0/+1
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-109/+110
2017-05-01Improve ServerFeatures haveExtendedRiding.Andrei Karas1-10/+3
2017-04-20Drop support server packet version 10 (Nov 15 2015).Andrei Karas1-10/+3
2017-04-05Add chat command for translate message from player language to english.Andrei Karas1-0/+2
2017-04-04Show player language badge.Andrei Karas1-1/+3
2017-04-04Add language field in packet SMSG_BEING_ATTRS.Andrei Karas1-0/+2
2017-03-06Fix packet warnings for server plugin version < 16.Andrei Karas1-12/+48
2017-03-06Fix packets for updated hercules.Andrei Karas1-0/+9
2017-01-17Remove support for hercules plugin version 6.Andrei Karas1-2/+0
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-11-11Fix typo implimented -> implemented.Andrei Karas1-28/+28
2016-10-04Move beingtype into enums directory.Andrei Karas1-9/+9
2016-08-24First step of removing local pets (tmwa only).Andrei Karas1-9/+0
2016-08-18Add some clang fixes.Andrei Karas1-1/+2
2016-08-04Add some missing tmwa defines. Fix compilation error without tmwa support.Andrei Karas1-0/+6
2016-08-03Add support for elemental db and draw elementals sprites.Andrei Karas1-1/+3
2016-08-03Replace some ifs to switches.Andrei Karas1-86/+144
2016-07-29Fix code style.Andrei Karas1-13/+18
2016-07-29Add some missing tmwa defines.Andrei Karas1-1/+0
2016-07-23Play casting ground animation if skill casted to being.Andrei Karas1-0/+9
2016-07-23Allow skill source and destination particle effects depend on skill level.Andrei Karas1-0/+1
2016-07-23Add skill casting particle arrow effect.Andrei Karas1-3/+1
2016-07-19Add support casting flag what allow moving.Andrei Karas1-1/+9
2016-07-18Play cast animation while casting skills.Andrei Karas1-0/+5
2016-07-18Highlight skill attack range with border, while casting skill.Andrei Karas1-1/+8
2016-07-17Freeze plater while casting skill.Andrei Karas1-3/+6
2016-07-17Simplify functions processSkillCasting and processSkillCasting2.Andrei Karas1-26/+20
2016-07-17Add packet SMSG_SKILL_CASTING2.Andrei Karas1-0/+40
2016-07-15Add some missing costs.Andrei Karas1-1/+1
2016-07-10Add support for initial particle effect for effect from status-effects.xmlAndrei Karas1-1/+4
2016-06-24Add packet CMSG_NAVIGATE_TOAndrei Karas1-0/+15
2016-06-21Remove useless includes.Andrei Karas1-1/+0
2016-06-21Simplify Being::setSpriteCards, remove color parameters.Andrei Karas1-33/+0
2016-06-21Remove useless variable from BeingRecv::processBeingChangeLookContinue.Andrei Karas1-17/+16
2016-06-21Remove function BeingRecv::setSpriteAndrei Karas1-43/+24
2016-06-21Remove colorId parameter from Being::updateSprite.Andrei Karas1-6/+3
2016-06-21Split in Being setSprite into setSprite and setSpriteId.Andrei Karas1-4/+2
2016-06-21In Being rename setSpriteID into setHairColorSpriteID.Andrei Karas1-1/+2
2016-06-21Split Being::setSprite into Being::setSprite and Being::setSpriteCards.Andrei Karas1-18/+17
2016-06-20Remove useless includes.Andrei Karas1-2/+0
2016-06-20Add explicit keyword into CardsList.Andrei Karas1-17/+17