summaryrefslogtreecommitdiff
path: root/src/being/being.h
AgeCommit message (Expand)AuthorFilesLines
2015-04-18Add eathena defines into being.Andrei Karas1-12/+18
2015-04-17Use ActorType for being type.Andrei Karas1-1/+1
2015-04-12Fix move animation after path is empty.Andrei Karas1-0/+3
2015-04-09On skill attacks on target for show effect use skill attribute skillHitEffectId.Andrei Karas1-3/+7
2015-04-08Use enum SpriteDirection form sprite direction in being.Andrei Karas1-2/+2
2015-04-06eathena: impliment packet SMSG_CHAT_ROOM_SETTINGS.Andrei Karas1-1/+1
2015-04-02Remove useless virtual keywords.Andrei Karas1-4/+4
2015-03-17Remove useless includes from .h files.Andrei Karas1-2/+0
2015-03-04Draw riding horse if present.Andrei Karas1-0/+3
2015-03-03Update sprite on changing riding mode.Andrei Karas1-0/+2
2015-02-22Show popup menu pet control commands only for pet owner.Andrei Karas1-0/+3
2015-02-18Add missing override keywords.Andrei Karas1-8/+8
2015-02-15Show buy or sell in player context menu based on enabled shop types.Andrei Karas1-2/+3
2015-02-15Allow to shop buy board name on beings.Andrei Karas1-0/+6
2015-02-15Rename being board into sell board.Andrei Karas1-4/+4
2015-02-02Set correct vending status to local player.Andrei Karas1-0/+2
2015-02-02eathena: Show shop status on seller.Andrei Karas1-3/+0
2015-02-02Show shop name on players.Andrei Karas1-0/+6
2015-01-20eathena: add packet SMSG_NPC_AREA 0x0b0bAndrei Karas1-0/+7
2015-01-18Convert player look variable format from 8 bit to 16 bit.Andrei Karas1-4/+4
2015-01-06Move attacktype into separate file.Andrei Karas1-22/+4
2015-01-06Move beingdirection into enums directory.Andrei Karas1-1/+1
2015-01-06Move gender.h into enums directory.Andrei Karas1-1/+1
2015-01-06Move beingaction.h into enums directory.Andrei Karas1-4/+4
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-28Impliment actual move actions from pet commands.Andrei Karas1-0/+7
2014-12-04Fix compilation error.Andrei Karas1-0/+1
2014-10-10Fix code style.Andrei Karas1-1/+1
2014-10-02eathena: add missing attack types.Andrei Karas1-6/+14
2014-09-30Add manner field to beings.Andrei Karas1-0/+7
2014-09-30Add karma field to beings.Andrei Karas1-0/+7
2014-09-18Add chat object to owner being.Andrei Karas1-0/+7
2014-09-10Change format in ActorType enum.Andrei Karas1-1/+1
2014-08-05Rename walkMask into blockWalkMask.Andrei Karas1-2/+2
2014-08-03Fix some casts.Andrei Karas1-2/+3
2014-07-30Add chat command for spawn debug local player copy.Andrei Karas1-0/+2
2014-07-29Fix sprites draw order with non zero map heights.Andrei Karas1-4/+7
2014-07-27Fix height being position if player not moving.Andrei Karas1-0/+1
2014-07-13Fix code style.Andrei Karas1-1/+1
2014-06-02Add missing final/notfinal to classes.Andrei Karas1-1/+1
2014-05-31Add missing notfinal/final to classes.Andrei Karas1-1/+2
2014-05-21Dont create speechbuble object for all new beings.Andrei Karas1-0/+2
2014-05-19Move spritedirection into separate file.Andrei Karas1-2/+2
2014-05-18fix code style.Andrei Karas1-5/+5
2014-05-13fix code style.Andrei Karas1-1/+2
2014-05-13Move targetcursorsize into separate file.Andrei Karas1-2/+2
2014-05-13Move actor type into separate file.Andrei Karas1-4/+6
2014-05-12Move being action into separate file.Andrei Karas1-20/+6
2014-05-12Move beingspeech into separate file.Andrei Karas1-8/+0
2014-05-12Move being flags into separate file.Andrei Karas1-11/+1