summaryrefslogtreecommitdiff
path: root/src/being/playerrelations.cpp
AgeCommit message (Collapse)AuthorFilesLines
2025-05-24Switch source code headers to ManaVerse & update copyrights to 2025Fedja Beader1-3/+3
.. instead of manaplus's header. & update copyrights to 2025. Open problem: should it be "The ManaVerse Client", "the ManaVerse client" or something in between in "This file is part of ..." line? All caps is current situation. Squashed with: * update copyright dates for 2025 * Revert "Switch to branch of mplint that checks for manaverse copyright headers" * Change back to uppercase The Why? This line was changed 3 times in history and all had an uppercase The. PS: ManaVerse has no endorsment from the parent project, ManaPlus. * Change to "This file is part of the ManaVerse Client" poppet says 'the' instead of 'The' find . \( -name "*.h" -o -name "*.cpp" -o -name "*.cc" -o -name "*.inc" \) -execdir sed -i -e 's/This file is part of The ManaPlus Client/This file is part of the ManaVerse Client/' {} \+ * Change 'The ManaPlus Client' to 'The ManaVerse Client' in headers find . \( -name "*.h" -o -name "*.cpp" -o -name "*.cc" -o -name "*.inc" \) -execdir sed -i -e '2s/ManaPlus/ManaVerse/' {} \+ * Switch to branch of mplint that checks for manaverse copyright headers .. instead of manaplus's **** mana/plus!179
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
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
In most case it equal to std::vector except debug modes. Now it can be also mse::mstd::vector, but sadly this class not support all required features.
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
new class() -> new class
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
This reverts commit 55480eb4477b2cf85af1bcdcc5e8ec4f4ce6682d.
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