summaryrefslogtreecommitdiff
path: root/src/being
AgeCommit message (Expand)AuthorFilesLines
2015-04-26Use cilkplus in game.cppAndrei Karas2-6/+0
2015-04-24Fix code style.Andrei Karas2-0/+15
2015-04-20Add quick settings page for yellow bar options.Andrei Karas1-1/+1
2015-04-18Add eathena defines into being.Andrei Karas2-12/+44
2015-04-17Use ActorType for being type.Andrei Karas2-2/+3
2015-04-17Add eathena defines into actortype enum.Andrei Karas1-2/+12
2015-04-12Improve a bit checking before stop moving animation.Andrei Karas1-1/+1
2015-04-12Fix move animation after path is empty.Andrei Karas2-1/+13
2015-04-10Fix code style.Andrei Karas1-0/+2
2015-04-09Add to skills miss effect.Andrei Karas1-16/+35
2015-04-09On skill attacks on target for show effect use skill attribute skillHitEffectId.Andrei Karas2-9/+29
2015-04-08Use enum SpriteDirection form sprite direction in being.Andrei Karas2-5/+4
2015-04-08Simplify using rotational particle effect.Andrei Karas1-19/+5
2015-04-06Add variable in away message with player name.Andrei Karas1-2/+5
2015-04-06Fix compilation with some options.Andrei Karas1-0/+1
2015-04-06eathena: impliment packet SMSG_CHAT_ROOM_SETTINGS.Andrei Karas1-1/+1
2015-04-05On room creation show room name in general tab caption.Andrei Karas2-0/+22
2015-04-02Remove useless virtual keywords.Andrei Karas3-19/+20
2015-03-28Impliment packet SMSG_PLAYER_HEAL.Andrei Karas2-0/+22
2015-03-24eathena: use exp packet to show exp and job messages.Andrei Karas2-16/+36
2015-03-24Fix possible issue on exit.Andrei Karas1-1/+1
2015-03-17fix nacl and windows compilation.Andrei Karas1-0/+2
2015-03-17Remove useless includes from .h files.Andrei Karas6-7/+4
2015-03-16Remove useless includes from cpp filesAndrei Karas6-23/+10
2015-03-04Draw riding horse if present.Andrei Karas2-1/+34
2015-03-04Add basic horses db implimentation.Andrei Karas1-0/+1
2015-03-03Update sprite on changing riding mode.Andrei Karas3-1/+11
2015-03-03Use riding sprite actions in being.Andrei Karas2-10/+17
2015-03-03Add support for riding flag in actorsprite and statuseffect.Andrei Karas2-2/+9
2015-02-28Build mercenaryhandler only if eathena enabled.Andrei Karas3-4/+8
2015-02-28Build homunculushandler only if eathena enabled.Andrei Karas1-0/+4
2015-02-27fix code style.Andrei Karas3-8/+20
2015-02-24Split crazy move functions to smaller functions.Andrei Karas2-240/+274
2015-02-23Move crazy moves code from local player into separate file.Andrei Karas4-693/+811
2015-02-23Move crazy move state into settings class.Andrei Karas2-72/+63
2015-02-23eathena: fix crash if pet went outside of visible area.Andrei Karas3-7/+11
2015-02-22Show popup menu pet control commands only for pet owner.Andrei Karas1-0/+3
2015-02-22eathena: allow move pet by left shift + cursor keys.Andrei Karas2-0/+11
2015-02-20Fix cart enable/disable status effect.Andrei Karas1-1/+1
2015-02-20eathena: add packet CMSG_SET_STATUS.Andrei Karas1-3/+5
2015-02-18Add missing override keywords.Andrei Karas2-9/+9
2015-02-15Show buy or sell in player context menu based on enabled shop types.Andrei Karas2-2/+13
2015-02-15Allow to shop buy board name on beings.Andrei Karas2-1/+15
2015-02-15Rename being board into sell board.Andrei Karas2-7/+7
2015-02-11Add typed bool type Equipped.Andrei Karas2-6/+6
2015-02-11Add typed bool type Equipm.Andrei Karas1-2/+2
2015-02-07Fix players relations storing if switch server.Andrei Karas1-0/+1
2015-02-02Set correct vending status to local player.Andrei Karas4-0/+23
2015-02-02eathena: Show shop status on seller.Andrei Karas2-8/+10
2015-02-02Show shop name on players.Andrei Karas2-0/+12