summaryrefslogtreecommitdiff
path: root/src/being/being.h
AgeCommit message (Expand)AuthorFilesLines
2021-12-13Initial attempt at mass renamingJesusaves1-2/+2
2021-03-11added desync walkaroundjak11-0/+1
2019-09-30Add missing static keywordsAndrei Karas1-4/+4
2019-03-21Possible fix for desync in movingAndrei Karas1-1/+1
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-06-30Rename "other" gender into "hidden" gender.Andrei Karas1-2/+2
2018-02-19Fix update gm badge if group was changed on the fly.Andrei Karas1-2/+1
2018-02-13Add support for show clan badge.Andrei Karas1-0/+9
2018-01-09Remove useless A_CONST attributes.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-28Add missing override and final to destructors.Andrei Karas1-1/+1
2017-12-17Remove default parameter from Being::setPixelPositionF.Andrei Karas1-1/+1
2017-12-17Remove default parameter from Being::setSpriteColor.Andrei Karas1-1/+1
2017-12-17Remove default parameter from Being::updateSprite.Andrei Karas1-1/+1
2017-12-16Remove default parameter from Being::handleAttack.Andrei Karas1-1/+1
2017-12-16Remove default parameters from Being::takeDamage.Andrei Karas1-2/+2
2017-12-16Remove default parameters from Being::setSpeech.Andrei Karas1-3/+1
2017-11-08Add npc option for allow equipment.Andrei Karas1-0/+4
2017-11-08Allow draw npc equipment sprites (only basic slots).Andrei Karas1-0/+9
2017-08-18Remove extra includes.Andrei Karas1-1/+1
2017-08-07Spawn missile particles with configurable additional parameters.Andrei Karas1-1/+2
2017-07-31Precalculate badges position on each change time.Andrei Karas1-0/+4
2017-07-30Add option to show player name at top or at bottom.Andrei Karas1-1/+5
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-7/+7
2017-07-12Move group id from localplayer to being.Andrei Karas1-0/+7
2017-06-13Move virtual methods from Being constructor to postInit.Andrei Karas1-3/+9
2017-06-07Fix some wrong parameter names in headers.Andrei Karas1-6/+6
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-6/+9
2017-04-05Add chat command for translate message from player language to english.Andrei Karas1-0/+3
2017-04-04Show player language badge.Andrei Karas1-0/+3
2017-03-01Fix pointers alias issue in Being::playSfx (detected by gcc 7)Andrei Karas1-1/+1
2017-01-17Add missing A_DEFAULT_COPY / A_DELETE_COPY into being.Andrei Karas1-0/+2
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 Karas1-1/+1
2016-12-29Add constexpr into being.Andrei Karas1-2/+29
2016-12-28Use templated parameters in Being::getOffset.Andrei Karas1-2/+2
2016-12-12Add noexcept in some files.Andrei Karas1-3/+3
2016-10-28Add missing consts references.Andrei Karas1-3/+3
2016-10-04Move Cursor enum into enums directory.Andrei Karas1-1/+1
2016-08-29Use time_t for time values.Andrei Karas1-12/+12
2016-08-24Add homunculus/mercenary basic ai logic.Andrei Karas1-9/+20
2016-08-24Remove some more local pet related code.Andrei Karas1-9/+0
2016-08-24First step of removing local pets (tmwa only).Andrei Karas1-12/+0
2016-08-23Add support for equipment particles effects from dyes.Andrei Karas1-0/+4
2016-08-15Cast skills with offsets.Andrei Karas1-0/+3
2016-08-04Draw hp bar for elementals.Andrei Karas1-0/+9
2016-07-31Show hp and max hp in being popup.Andrei Karas1-0/+3
2016-07-29Add some missing tmwa defines.Andrei Karas1-2/+4
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas1-10/+0