summaryrefslogtreecommitdiff
path: root/src/being
AgeCommit message (Expand)AuthorFilesLines
2017-07-30Add option to show player name at top or at bottom.Andrei Karas2-18/+55
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 Karas6-27/+27
2017-07-13Add vector.h for use different vectors.Andrei Karas1-1/+2
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 Karas4-8/+10
2017-07-12Rename gm level into group id in localplayer.cppAndrei Karas2-8/+8
2017-07-12Add packet SMSG_PLAYER_ATTRS 0x0b25.Andrei Karas1-2/+6
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