summaryrefslogtreecommitdiff
path: root/src/being/being.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-07-31Fix show badges if player name hidden.Andrei Karas1-17/+38
2017-07-30Add option to show player name at top or at bottom.Andrei Karas1-17/+50
2017-07-17Add missing std::move in being.cppAndrei Karas1-2/+3
2017-07-14Add missing reference.Andrei Karas1-1/+1
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-12/+12
2017-07-13Allow use different badges for each group in groups.xmlAndrei Karas1-1/+1
2017-07-13Add property "showBadge" to groups.Andrei Karas1-1/+5
2017-07-12Move group id from localplayer to being.Andrei Karas1-0/+1
2017-07-04Fix wrong error in Being::setAction.Andrei Karas1-0/+1
2017-06-30Move likely macroses into separate file.Andrei Karas1-0/+1
2017-06-29Move foreach macroses into separate file.Andrei Karas1-0/+1
2017-06-13Move virtual methods from Being constructor to postInit.Andrei Karas1-3/+17
2017-06-11Rename player_relations into playerRelations.Andrei Karas1-9/+9
2017-06-09Fix code style.Andrei Karas1-5/+5
2017-06-09Fix code style.Andrei Karas1-2/+5
2017-06-08Add missing consts or string references.Andrei Karas1-1/+1
2017-06-08Replace size() to empty() where is possibleAndrei Karas1-1/+0
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-284/+288
2017-06-04Fix code style.Andrei Karas1-1/+1
2017-05-01Remove ServerFeatures haveVending because it depend only on server type.Andrei Karas1-6/+11
2017-05-01Remove ServerFeatures haveAttackDirections because it depend only on server t...Andrei Karas1-3/+4
2017-05-01Add ifdef for tmwa only in call to serverFeatures->haveServerHp.Andrei Karas1-0/+2
2017-04-04Show player language badge.Andrei Karas1-0/+19
2017-04-03Replace string::append with pathJoin.Andrei Karas1-10/+10
2017-03-10Fix new style issue detected by mplint.Andrei Karas1-3/+3
2017-03-01Fix pointers alias issue in Being::playSfx (detected by gcc 7)Andrei Karas1-1/+1
2017-02-21Move other fs related files into fs directory.Andrei Karas1-2/+3
2017-02-01Store interacted npc type before buy or talk and send it to buy dialog.Andrei Karas1-1/+1
2017-01-28Fix code style. Remove some useless checks.Andrei Karas1-7/+4
2017-01-06Add possible missing initialisation in Being::recalcSpritesOrder.Andrei Karas1-0/+6
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-29Add constexpr into being.Andrei Karas1-29/+0
2016-12-29Add A_UNLIKELY into Being::logic.Andrei Karas1-9/+9
2016-12-28Use templated parameters in Being::getOffset.Andrei Karas1-6/+6
2016-12-23Fix style issues.Andrei Karas1-1/+1
2016-10-28Add missing consts references.Andrei Karas1-3/+3
2016-10-16Add option to show player name only for selected player.s20161017Andrei Karas1-7/+9
2016-09-18Fix assert in sethair function. If some one set hair with id 0.Andrei Karas1-5/+12
2016-09-15Add type into ShopListBox.Andrei Karas1-0/+2
2016-08-29Use time_t for time values.Andrei Karas1-1/+1
2016-08-24Remove empty line from being.cpp.Andrei Karas1-1/+0
2016-08-24Add homunculus/mercenary basic ai logic.Andrei Karas1-185/+267
2016-08-24Remove some more local pet related code.Andrei Karas1-31/+0
2016-08-24First step of removing local pets (tmwa only).Andrei Karas1-230/+0
2016-08-23Remove extra include.Andrei Karas1-1/+0
2016-08-23Add check for cards for existing item id.Andrei Karas1-0/+6
2016-08-23Add support for equipment particles effects from dyes.Andrei Karas1-1/+67
2016-08-22Add some missing consts.Andrei Karas1-1/+1
2016-08-15Cast skills with offsets.Andrei Karas1-0/+27
2016-08-09Fix compilation after last commit.Andrei Karas1-0/+2