summaryrefslogtreecommitdiff
path: root/src/being/playerinfo.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-09Remove useless A_CONST attributes.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-17Remove unused functions from playerinfo.cppAndrei Karas1-13/+0
2017-12-17Remove default parameter from PlayerInfo::setStatMod.Andrei Karas1-1/+1
2017-12-17Remove default parameter from PlayerInfo::setStatBase.Andrei Karas1-1/+1
2017-12-17Remove default parameter from PlayerInfo::setAttribute.Andrei Karas1-1/+1
2017-09-27Change attributes value type to int64.Andrei Karas1-4/+7
2017-08-09Add different use actions for items.Andrei Karas1-2/+6
2017-04-05Add chat command for translate message from player language to english.Andrei Karas1-0/+4
2017-01-17Add missing A_DEFAULT_COPY / A_DELETE_COPY into being.Andrei Karas1-0/+4
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-08-24Remove function PlayerInfo::updateMoveAI.Andrei Karas1-2/+0
2016-08-04Remember id of own elemental.Andrei Karas1-0/+4
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas1-6/+0
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-23Add const attribute to being classes.Andrei Karas1-6/+1
2015-11-18Fix code style in beingequipbackend and add some consts to it.Andrei Karas1-1/+1
2015-11-17Fix compilation without C++11 again.Andrei Karas1-1/+1
2015-11-02Add intmap defines.Andrei Karas1-2/+2
2015-05-29Fix compilation without C++11 flag.Andrei Karas1-2/+2
2015-05-29Convert Attributes enum into strong typed enum.Andrei Karas1-14/+23
2015-05-29Add strong typed int type BeingId.Andrei Karas1-4/+6
2015-05-24Remove simpletypes.h.Andrei Karas1-1/+0
2015-05-24Move type Keep into separate file.Andrei Karas1-0/+1
2015-05-24Move type Sfx into separate file.Andrei Karas1-0/+1
2015-05-24Move type Trading into separate file.Andrei Karas1-0/+1
2015-05-24Move type Notify into separate file.Andrei Karas1-0/+1
2015-05-24Move simpletypes.h into directory simpletypes.Andrei Karas1-1/+2
2015-05-05Replace most bools usage in playerinfo to strong typed bools.Andrei Karas1-17/+19
2015-04-10Fix code style.Andrei Karas1-0/+2
2015-04-06Fix compilation with some options.Andrei Karas1-0/+1
2015-04-05On room creation show room name in general tab caption.Andrei Karas1-0/+6
2015-03-16Remove useless includes from cpp filesAndrei Karas1-1/+1
2015-02-28Build mercenaryhandler only if eathena enabled.Andrei Karas1-0/+2
2015-02-23eathena: fix crash if pet went outside of visible area.Andrei Karas1-1/+1
2015-02-22eathena: allow move pet by left shift + cursor keys.Andrei Karas1-0/+2
2015-02-02Set correct vending status to local player.Andrei Karas1-0/+4
2015-01-23Add variable for cart window.Andrei Karas1-0/+4
2015-01-06Move guildpositionflags.h into enums directory.Andrei Karas1-1/+1
2015-01-06Move state.h into enums directory.Andrei Karas1-1/+2
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-10-21Remove function setInventoryItem from playerinfo.Andrei Karas1-6/+0
2014-10-06read guild position flags.Andrei Karas1-0/+5
2014-09-25Add simple attack logic for mercenary and homunculus.Andrei Karas1-0/+2
2014-09-25Add simple follow logic for mercenary and homunculus.Andrei Karas1-0/+2
2014-09-25eathena: add packet CMSG_HOMMERC_MOVE_TO_MASTER 0x0234.Andrei Karas1-0/+4
2014-09-24eathena: add packet SMSG_HOMUNCULUS_DATA 0x0230.Andrei Karas1-0/+7
2014-09-23eathena: use petinfo for loading and storing data about pet.Andrei Karas1-0/+7
2014-09-21Restore mercenary stats if it was respawned.Andrei Karas1-0/+2