summaryrefslogtreecommitdiff
path: root/src/being
AgeCommit message (Expand)AuthorFilesLines
2017-07-04Fix wrong error in Being::setAction.Andrei Karas1-0/+1
2017-06-30Move likely macroses into separate file.Andrei Karas2-0/+2
2017-06-29Move cast macroses into separate file.Andrei Karas1-0/+2
2017-06-29Move foreach macroses into separate file.Andrei Karas5-0/+5
2017-06-20Fix sdl warning hiding pragmas for old compilers.Andrei Karas1-3/+3
2017-06-20Prevent Wshadow varnings in SDL code.Andrei Karas1-0/+3
2017-06-13Move virtual methods from Being constructor to postInit.Andrei Karas4-9/+30
2017-06-11Rename player_relations into playerRelations.Andrei Karas4-15/+15
2017-06-09Fix code style.Andrei Karas2-8/+5
2017-06-09Fix code style.Andrei Karas2-3/+7
2017-06-08Add missing consts or string references.Andrei Karas1-1/+1
2017-06-08Remove useless extern declarations.Andrei Karas1-3/+1
2017-06-08Replace size() to empty() where is possibleAndrei Karas1-1/+0
2017-06-07Fix some wrong parameter names in headers.Andrei Karas3-8/+8
2017-06-07Remove static in anonimouse namespaces.Andrei Karas1-12/+11
2017-06-07Fix namespace comments.Andrei Karas1-1/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas12-598/+669
2017-06-04Fix code style.Andrei Karas2-2/+2
2017-06-04Imrove compound images update speed in software mode and fix memory leak.Andrei Karas1-8/+7
2017-05-08Fix wrong checks after removing some server features.Andrei Karas1-2/+2
2017-05-02Fix compilation without tmwa support.Andrei Karas1-3/+3
2017-05-02Remove extra includes.Andrei Karas1-4/+2
2017-05-01Remove ServerFeatures haveExpPacket because it depend only on server type.Andrei Karas1-2/+2
2017-05-01Remove ServerFeatures haveVending because it depend only on server type.Andrei Karas2-7/+12
2017-05-01Remove ServerFeatures haveAttackDirections because it depend only on server t...Andrei Karas2-4/+7
2017-05-01Remove ServerFeatures haveItemColors because it depend only by server type.Andrei Karas2-6/+20
2017-05-01Remove ServerFeatures haveBrokenAttackDistance because it depend only on serv...Andrei Karas1-4/+3
2017-05-01Add ifdef for tmwa only in call to serverFeatures->haveServerHp.Andrei Karas1-0/+2
2017-04-05Add chat command for translate message from player language to english.Andrei Karas3-0/+24
2017-04-04Show player language badge.Andrei Karas2-0/+22
2017-04-03Replace string::append with pathJoin.Andrei Karas1-10/+10
2017-04-03Use pathJoin for concatinate some paths.Andrei Karas1-5/+5
2017-03-10Fix new style issue detected by mplint.Andrei Karas4-8/+8
2017-03-01Fix pointers alias issue in Being::playSfx (detected by gcc 7)Andrei Karas2-2/+2
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-20Fix code style.Andrei Karas1-0/+1
2017-01-17Add missing A_DEFAULT_COPY / A_DELETE_COPY into being.Andrei Karas4-1/+28
2017-01-06Fix code style.Andrei Karas1-1/+1
2017-01-06Add possible missing initialisation in Being::recalcSpritesOrder.Andrei Karas1-0/+6
2017-01-03Fix some doxygen issues.Andrei Karas1-2/+3
2017-01-03Remove useless todo messages.Andrei Karas1-3/+0
2017-01-03Update copyright year.Andrei Karas30-30/+30
2016-12-31Improve special layers draw speed in same way like fringe layer.Andrei Karas1-1/+10
2016-12-29Add constexpr into being.Andrei Karas2-31/+29
2016-12-29Add A_UNLIKELY into CompoundSprite::update.Andrei Karas1-1/+1
2016-12-29Add A_UNLIKELY into Being::logic.Andrei Karas1-9/+9
2016-12-28Use templated parameters in Being::getOffset.Andrei Karas2-8/+8
2016-12-23Fix style issues.Andrei Karas1-1/+1