diff options
author | jak1 <jak1@themanaworld.org> | 2023-01-08 15:31:42 +0100 |
---|---|---|
committer | jak1 <jak1@themanaworld.org> | 2023-01-08 15:31:42 +0100 |
commit | a58d101f8b261313bc95c96ade691073aee1ffca (patch) | |
tree | beae1e8cdc0ad688bcc6aed72a660e0453435c83 /src/being | |
parent | 252ab4b6bcc73c4a798ed4fce5768daf4eac779a (diff) | |
download | manaplus-a58d101f8b261313bc95c96ade691073aee1ffca.tar.gz manaplus-a58d101f8b261313bc95c96ade691073aee1ffca.tar.bz2 manaplus-a58d101f8b261313bc95c96ade691073aee1ffca.tar.xz manaplus-a58d101f8b261313bc95c96ade691073aee1ffca.zip |
[WIP] renamed the client to ManaVerse
removed evol, since its not developed anymore... only leads to confusing players
removed that anoying 'broken nick detected' message (regulare player don't care what crap the server sends)
updated copyright -2020 for manaplus
Diffstat (limited to 'src/being')
32 files changed, 32 insertions, 32 deletions
diff --git a/src/being/actor.cpp b/src/being/actor.cpp index 55a49af8b..4d804c5b0 100644 --- a/src/being/actor.cpp +++ b/src/being/actor.cpp @@ -1,7 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2010 The Mana Developers - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/being/actor.h b/src/being/actor.h index 79de642fe..205621ff4 100644 --- a/src/being/actor.h +++ b/src/being/actor.h @@ -1,7 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2010 The Mana Developers - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/being/actorsprite.cpp b/src/being/actorsprite.cpp index eadc4c18e..53dae79aa 100644 --- a/src/being/actorsprite.cpp +++ b/src/being/actorsprite.cpp @@ -1,7 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2010 The Mana Developers - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/being/actorsprite.h b/src/being/actorsprite.h index 66f959649..500c9eeda 100644 --- a/src/being/actorsprite.h +++ b/src/being/actorsprite.h @@ -1,7 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2010 The Mana Developers - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/being/being.cpp b/src/being/being.cpp index b12b00c08..0dd90c8ad 100644 --- a/src/being/being.cpp +++ b/src/being/being.cpp @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/being/being.h b/src/being/being.h index 1431aeab3..741d844b9 100644 --- a/src/being/being.h +++ b/src/being/being.h @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/being/beingcacheentry.h b/src/being/beingcacheentry.h index 68cd274ed..4267b4f6f 100644 --- a/src/being/beingcacheentry.h +++ b/src/being/beingcacheentry.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/being/beingflag.h b/src/being/beingflag.h index 3e72ffac6..88b3fe01e 100644 --- a/src/being/beingflag.h +++ b/src/being/beingflag.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/being/beingspeech.h b/src/being/beingspeech.h index bb8034d9f..5aff8ce47 100644 --- a/src/being/beingspeech.h +++ b/src/being/beingspeech.h @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/being/castingeffect.cpp b/src/being/castingeffect.cpp index 63981e31c..cb914fdf6 100644 --- a/src/being/castingeffect.cpp +++ b/src/being/castingeffect.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/being/castingeffect.h b/src/being/castingeffect.h index 6d1bcf113..ccd294610 100644 --- a/src/being/castingeffect.h +++ b/src/being/castingeffect.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/being/compounditem.h b/src/being/compounditem.h index fcf52b144..6eff71d61 100644 --- a/src/being/compounditem.h +++ b/src/being/compounditem.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/being/compoundsprite.cpp b/src/being/compoundsprite.cpp index 935125f83..f70f80dfb 100644 --- a/src/being/compoundsprite.cpp +++ b/src/being/compoundsprite.cpp @@ -1,7 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2010 The Mana Developers - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/being/compoundsprite.h b/src/being/compoundsprite.h index d9e933b1f..4be84ec18 100644 --- a/src/being/compoundsprite.h +++ b/src/being/compoundsprite.h @@ -1,7 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2010 The Mana Developers - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/being/crazymoves.cpp b/src/being/crazymoves.cpp index 0bf0d01cb..f6c4d1e34 100644 --- a/src/being/crazymoves.cpp +++ b/src/being/crazymoves.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/being/crazymoves.h b/src/being/crazymoves.h index c757c5c3d..4b17b5679 100644 --- a/src/being/crazymoves.h +++ b/src/being/crazymoves.h @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/being/flooritem.cpp b/src/being/flooritem.cpp index e9866d55a..f39e3c27e 100644 --- a/src/being/flooritem.cpp +++ b/src/being/flooritem.cpp @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/being/flooritem.h b/src/being/flooritem.h index dc2ee4ce6..01f16dbb0 100644 --- a/src/being/flooritem.h +++ b/src/being/flooritem.h @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/being/homunculusinfo.h b/src/being/homunculusinfo.h index 07021d6f1..e21a5cf2c 100644 --- a/src/being/homunculusinfo.h +++ b/src/being/homunculusinfo.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/being/localclan.cpp b/src/being/localclan.cpp index e779b261c..67d9dbc9b 100644 --- a/src/being/localclan.cpp +++ b/src/being/localclan.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2018-2019 The ManaPlus Developers + * Copyright (C) 2018-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/being/localclan.h b/src/being/localclan.h index a7a478e29..c4df331b4 100644 --- a/src/being/localclan.h +++ b/src/being/localclan.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2018-2019 The ManaPlus Developers + * Copyright (C) 2018-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/being/localplayer.cpp b/src/being/localplayer.cpp index 449032a40..1558a68cb 100644 --- a/src/being/localplayer.cpp +++ b/src/being/localplayer.cpp @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/being/localplayer.h b/src/being/localplayer.h index 9847f7970..f7eadfd78 100644 --- a/src/being/localplayer.h +++ b/src/being/localplayer.h @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/being/mercenaryinfo.h b/src/being/mercenaryinfo.h index d963d1ccc..aec379de8 100644 --- a/src/being/mercenaryinfo.h +++ b/src/being/mercenaryinfo.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/being/petinfo.h b/src/being/petinfo.h index 877e5973f..f356d1d83 100644 --- a/src/being/petinfo.h +++ b/src/being/petinfo.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/being/playerignorestrategy.h b/src/being/playerignorestrategy.h index 18be3d141..950086cc6 100644 --- a/src/being/playerignorestrategy.h +++ b/src/being/playerignorestrategy.h @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2008-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/being/playerinfo.cpp b/src/being/playerinfo.cpp index 0f3193fb3..f0bffae10 100644 --- a/src/being/playerinfo.cpp +++ b/src/being/playerinfo.cpp @@ -1,7 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2010 The Mana Developers - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/being/playerinfo.h b/src/being/playerinfo.h index 329422862..a98aa431d 100644 --- a/src/being/playerinfo.h +++ b/src/being/playerinfo.h @@ -1,7 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2010 The Mana Developers - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/being/playerrelation.cpp b/src/being/playerrelation.cpp index aa0f342cf..4b2db5bd7 100644 --- a/src/being/playerrelation.cpp +++ b/src/being/playerrelation.cpp @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2008-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/being/playerrelation.h b/src/being/playerrelation.h index 083ea45ef..fcf55cdb4 100644 --- a/src/being/playerrelation.h +++ b/src/being/playerrelation.h @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2008-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/being/playerrelations.cpp b/src/being/playerrelations.cpp index e819cf827..3b5a9502f 100644 --- a/src/being/playerrelations.cpp +++ b/src/being/playerrelations.cpp @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2008-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/being/playerrelations.h b/src/being/playerrelations.h index 59fbedf9e..b7da309a6 100644 --- a/src/being/playerrelations.h +++ b/src/being/playerrelations.h @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2008-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * |