summaryrefslogtreecommitdiff
path: root/src/being/playerinfo.h
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-21Use MercenaryInfo object for storing mercenary attributes.Andrei Karas1-0/+6
2014-07-14Change refine type to uint8_t.Andrei Karas1-1/+1
2014-06-02Add missing final/notfinal to classes.Andrei Karas1-1/+1
2014-05-11Move player attributes into separate file.Andrei Karas1-24/+0
2014-05-11Remove unused code from playerinfo.Andrei Karas1-12/+0
2014-05-09Fix code style.Andrei Karas1-1/+0
2014-05-08Fix code style in beingAndrei Karas1-2/+2
2014-04-27Simplify triggerStat function.Andrei Karas1-6/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-06remove unused includes and remove default parameter in being.Andrei Karas1-2/+0
2013-10-05add missing consts in playerinfo.Andrei Karas1-7/+7
2013-10-04add pickup and drop sound effects.Andrei Karas1-0/+5
2013-10-04add sound effects for equip/unequip/use items for local player.Andrei Karas1-5/+7
2013-10-04move equip/unequip/use calls into playerinfo.Andrei Karas1-0/+10
2013-09-09remove unused includes from being files.Andrei Karas1-1/+0
2013-08-31move being related files into being dir.Andrei Karas1-0/+267