summaryrefslogtreecommitdiff
path: root/src/being/being.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-09-03Fixed all "buttom" into "bottom".Alige1-3/+3
2017-08-30Move some variables to better scope.Andrei Karas1-3/+3
2017-08-22Add strong typed enum DisplayType.Andrei Karas1-8/+8
2017-08-22Remove default parameters from ActorSprite::setupSpriteDisplay.Andrei Karas1-2/+10
2017-08-21Change useless if conditions.Andrei Karas1-4/+1
2017-08-21Remove useless else.Andrei Karas1-11/+5
2017-08-14Replace static members usage from pointers to direct classes.Andrei Karas1-2/+2
2017-08-10Fix drawning language badge in some cases.Andrei Karas1-0/+2
2017-08-07Spawn missile particles with configurable additional parameters.Andrei Karas1-16/+16
2017-08-07Add additional attributes to missile particles in skills.Andrei Karas1-2/+2
2017-08-07Rename skill attributes related to missile particles.Andrei Karas1-2/+2
2017-08-07Add additional attributes to missile particle in attacks.Andrei Karas1-1/+1
2017-08-07Add additional attributes to missile particle in items.Andrei Karas1-7/+12
2017-07-31Precalculate badges position on each change time.Andrei Karas1-43/+64
2017-07-31Improve a bit settings.playerNameOffset usage.Andrei Karas1-5/+3
2017-07-31Add paths.xml option for set bandge offset.Andrei Karas1-1/+1
2017-07-31Show player name on fixed position on top.Andrei Karas1-9/+3
2017-07-31Fix random wrong name position at players top.Andrei Karas1-4/+17
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