summaryrefslogtreecommitdiff
path: root/src/enums/being
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas19-19/+19
2018-12-06Fix style in enums.Andrei Karas3-12/+12
2018-06-30Rename "other" gender into "hidden" gender.Andrei Karas1-1/+1
2018-02-13Add support for show clan badge.Andrei Karas1-0/+1
2018-01-04Update copyrights year.Andrei Karas19-19/+19
2017-09-27Rename Attributes::PLAYER_JOB to Attributes::PLAYER_JOB_LEVEL.Andrei Karas2-2/+2
2017-09-27Change player job level, exp from stat object to attribute.Andrei Karas2-0/+4
2017-09-27Rename Attributes::PLAYER_LEVEL to Attributes::PLAYER_BASE_LEVEL.Andrei Karas2-2/+2
2017-09-03Fixed all "buttom" into "bottom".Alige1-1/+1
2017-07-31Fix comment in badgedrawtype.h.Andrei Karas1-1/+1
2017-07-30Add option to show player name at top or at bottom.Andrei Karas2-0/+68
2017-06-07Fix namespace comments.Andrei Karas1-1/+1
2017-04-04Draw flag badge at first.Andrei Karas1-9/+9
2017-04-04Show player language badge.Andrei Karas1-0/+1
2017-01-03Update copyright year.Andrei Karas17-17/+17
2016-10-16Add option to show player name only for selected player.s20161017Andrei Karas1-0/+34
2016-08-24First step of removing local pets (tmwa only).Andrei Karas1-3/+0
2016-08-12Fix code style.Andrei Karas2-2/+2
2016-08-05Fix includes issue in stringdefines.Andrei Karas2-0/+4
2016-08-04Add missing include into attributesstrings.cppAndrei Karas1-0/+2
2016-08-04Add support for string enums. Add Attributes string enum.Andrei Karas2-0/+147
2016-08-03Add elemental attributes.Andrei Karas1-0/+6
2016-08-03Add actor type elemental.Andrei Karas1-1/+2
2016-07-29Add some missing tmwa defines.Andrei Karas1-0/+2
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas3-8/+0
2016-07-27Calculate damage per second for homunculus and mercenary.Andrei Karas1-0/+1
2016-07-26Remove unused homunculus attribute.Andrei Karas1-1/+0
2016-07-25Add mercenary attributes. Set mercenary attributes from server.Andrei Karas1-0/+20
2016-07-25Add homunculus attributes. Set homunculus attributes from server.Andrei Karas1-0/+23
2016-07-25Add into player attributes prefix PLAYER_.Andrei Karas1-30/+30
2016-06-30Allow read basic attributes from stats.xmlAndrei Karas1-1/+2
2016-01-31Assign to being actions static constant values.Andrei Karas1-8/+8
2016-01-02Update copyrights year.Andrei Karas14-14/+14
2015-11-16Fix code style.Andrei Karas1-1/+1
2015-11-14Add cast action to beings.Andrei Karas1-0/+1
2015-11-09Add SkillUnit actor type.Andrei Karas1-1/+2
2015-09-11Fix code style.Andrei Karas1-1/+2
2015-09-05Put badges into array in being.Andrei Karas1-0/+40
2015-08-10Fix code style.Andrei Karas1-1/+3
2015-05-30Convert Relation enum into strong typed enum.Andrei Karas1-14/+12
2015-05-30Move relation enum into separate file.Andrei Karas1-0/+42
2015-05-30Convert Reachable enum into strong typed enum.Andrei Karas1-8/+8
2015-05-30Move reachable enum into separate file.Andrei Karas1-0/+36
2015-05-30Convert TargetCursorType enum into strong typed enum.Andrei Karas1-8/+8
2015-05-30Convert TargetCursorSize enum into strong typed enum.Andrei Karas1-9/+9
2015-05-30Convert Rank enum into strong typed enum.Andrei Karas1-9/+9
2015-05-29Convert Pickup enum into strong typed enum.Andrei Karas1-18/+15
2015-05-29Convert Gender enum into strong typed enum.Andrei Karas1-9/+9
2015-05-29Convert CookingType enum into strong typed enum.Andrei Karas1-11/+11
2015-05-29Convert BeingAction enum into strong typed enum.Andrei Karas1-18/+13