summaryrefslogtreecommitdiff
path: root/src/being
AgeCommit message (Expand)AuthorFilesLines
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
2016-12-12Another fix for old compilers.Andrei Karas1-1/+1
2016-12-12Add noexcept in some files.Andrei Karas6-39/+41
2016-12-12Add constexpr and noexcept into some methods.Andrei Karas1-3/+3
2016-11-11Remove extra header in SDL 2.Andrei Karas1-1/+1
2016-11-04Fix some defines/includes, because in some systems it may works wrong.Andrei Karas1-4/+2
2016-11-03Fix legacy status effects with block-id.Andrei Karas1-1/+2
2016-10-28Add missing consts references.Andrei Karas2-6/+6
2016-10-16Add option to show player name only for selected player.s20161017Andrei Karas3-14/+60
2016-10-06Fix code style.Andrei Karas1-2/+2
2016-10-04Move Cursor enum into enums directory.Andrei Karas2-4/+4
2016-09-30Fix removing particle effects after end effect message.Andrei Karas4-10/+26