summaryrefslogtreecommitdiff
path: root/src/being/playerrelations.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-08-22Remove some parentheses.Andrei Karas1-1/+1
2017-08-21Remove useless else.Andrei Karas1-29/+24
2017-08-21Add missing break.Andrei Karas1-0/+1
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-2/+2
2017-06-29Move foreach macroses into separate file.Andrei Karas1-0/+1
2017-06-11Rename player_relations into playerRelations.Andrei Karas1-2/+2
2017-06-07Remove static in anonimouse namespaces.Andrei Karas1-12/+11
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-36/+53
2017-03-10Fix new style issue detected by mplint.Andrei Karas1-2/+2
2017-01-17Add missing A_DEFAULT_COPY / A_DELETE_COPY into being.Andrei Karas1-1/+20
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-21Fix code style.Andrei Karas1-1/+1
2016-09-11Remove support for legacy configuration in PlayerRelations.Andrei Karas1-6/+2
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas1-6/+6
2016-04-17Remove override keyword, if it present with final.Andrei Karas1-6/+6
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-5/+5
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-13Move spells and graphics related constants into separate files.Andrei Karas1-0/+2
2015-06-26Add missing checks into being directory.Andrei Karas1-1/+1
2015-06-15Fix code style.Andrei Karas1-0/+1
2015-06-06Fix code style.Andrei Karas1-0/+1
2015-05-30Move relation enum into separate file.Andrei Karas1-26/+26
2015-03-16Remove useless includes from cpp filesAndrei Karas1-2/+0
2015-02-07Fix players relations storing if switch server.Andrei Karas1-0/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-09-10Change format in ActorType enum.Andrei Karas1-5/+5
2014-07-30Rename player_node variable into localPlayer.Andrei Karas1-2/+2
2014-07-28Fix formatting in being files.Andrei Karas1-93/+93
2014-05-13Move actor type into separate file.Andrei Karas1-5/+5
2014-05-11Move playerignorestrategy into separate file.Andrei Karas1-0/+1
2014-05-11Move playerrelation into separate file.Andrei Karas1-5/+0
2014-05-11Add anonimous namespace in playerrelations.Andrei Karas1-60/+64
2014-05-08Fix code style in beingAndrei Karas1-2/+2
2014-04-30Fix code style in being.Andrei Karas1-1/+1
2014-04-11fix code style.Andrei Karas1-1/+1
2014-02-20improve includes.Andrei Karas1-0/+2
2014-02-02Add missing const and static into being classes.Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-24add final keyword to being files.Andrei Karas1-6/+6
2013-10-19Rename actorspritemanager into actormanager.Andrei Karas1-5/+5
2013-09-26remove useless virtual keywords.Andrei Karas1-10/+10
2013-09-18add missing const in being classes.Andrei Karas1-1/+1
2013-09-09remove unused includes from being files.Andrei Karas1-2/+0
2013-08-31move being related files into being dir.Andrei Karas1-0/+630