summaryrefslogtreecommitdiff
path: root/src/being/playerinfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-05-29Convert Attributes enum into strong typed enum.Andrei Karas1-14/+15
2015-05-29Add strong typed int type BeingId.Andrei Karas1-10/+11
2015-05-07Remove npcpostdialog.Andrei Karas1-3/+1
2015-05-05Replace most bools usage in playerinfo to strong typed bools.Andrei Karas1-35/+39
2015-04-05On room creation show room name in general tab caption.Andrei Karas1-0/+16
2015-03-17Remove useless includes from .h files.Andrei Karas1-0/+1
2015-03-16Remove useless includes from cpp filesAndrei Karas1-10/+9
2015-02-28Build mercenaryhandler only if eathena enabled.Andrei Karas1-4/+2
2015-02-28Build homunculushandler only if eathena enabled.Andrei Karas1-0/+4
2015-02-23eathena: fix crash if pet went outside of visible area.Andrei Karas1-6/+9
2015-02-22eathena: allow move pet by left shift + cursor keys.Andrei Karas1-0/+9
2015-02-11Add typed bool type Equipped.Andrei Karas1-2/+2
2015-02-11Add typed bool type Equipm.Andrei Karas1-2/+2
2015-02-02Set correct vending status to local player.Andrei Karas1-0/+11
2015-01-24Move inventory type into separate file.Andrei Karas1-3/+4
2015-01-23Add variable for cart window.Andrei Karas1-0/+16
2015-01-06Move attributes.h into enums directory.Andrei Karas1-2/+3
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-10-25Fix code style.Andrei Karas1-2/+0
2014-10-21Remove function setInventoryItem from playerinfo.Andrei Karas1-11/+0
2014-10-20Remove item default parameters.Andrei Karas1-1/+1
2014-10-06read guild position flags.Andrei Karas1-0/+11
2014-10-01Move ATK stat from net enum into attributes.Andrei Karas1-9/+5
2014-09-26Fix code style.Andrei Karas1-1/+0
2014-09-25Add simple attack logic for mercenary and homunculus.Andrei Karas1-0/+8
2014-09-25Add simple follow logic for mercenary and homunculus.Andrei Karas1-0/+10
2014-09-25eathena: add packet CMSG_HOMMERC_MOVE_TO_MASTER 0x0234.Andrei Karas1-0/+10
2014-09-25Fix homunculus name detection.Andrei Karas1-1/+1
2014-09-24eathena: add packet SMSG_HOMUNCULUS_DATA 0x0230.Andrei Karas1-0/+22
2014-09-23eathena: use petinfo for loading and storing data about pet.Andrei Karas1-0/+23
2014-09-21Restore all usable mercenary stats if it respawned.Andrei Karas1-0/+2
2014-09-21Restore mercenary stats if it was respawned.Andrei Karas1-0/+9
2014-09-21Use MercenaryInfo object for storing mercenary attributes.Andrei Karas1-0/+15
2014-09-17Remove getter for playerHandler.Andrei Karas1-2/+2
2014-09-17Remove getter for inventoryHandler.Andrei Karas1-11/+11
2014-07-14Change refine type to uint8_t.Andrei Karas1-1/+1
2014-05-19Move itemsoundevent into separate file.Andrei Karas1-11/+11
2014-05-19Move itemtype into separate file.Andrei Karas1-2/+2
2014-05-11Move player attributes into separate file.Andrei Karas1-5/+8
2014-05-08Fix code style in beingAndrei Karas1-2/+2
2014-04-27Remove depricated event and depricated listener.Andrei Karas1-1/+0
2014-04-27Add StatListener.Andrei Karas1-10/+3
2014-04-27Simplify triggerStat function.Andrei Karas1-10/+4
2014-04-27Add AttributeListener.Andrei Karas1-5/+2
2014-03-28simplify variables cleanup.Andrei Karas1-4/+4
2014-02-27Remove manaserv ifdefs code.Andrei Karas1-19/+0
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-1/+0
2013-10-05add missing consts in playerinfo.Andrei Karas1-7/+7
2013-10-04add pickup and drop sound effects.Andrei Karas1-1/+19