summaryrefslogtreecommitdiff
path: root/src/being
AgeCommit message (Expand)AuthorFilesLines
2015-11-18Fix code style in beingequipbackend and add some consts to it.Andrei Karas2-2/+2
2015-11-17Fix compilation without C++11 again.Andrei Karas2-2/+2
2015-11-16Convert State enum into strong typed.Andrei Karas1-1/+1
2015-11-16Convert InventoryType enum into strong typed.Andrei Karas1-2/+2
2015-11-16Fix code style.Andrei Karas2-0/+24
2015-11-15Add support for different per skill casting animations.Andrei Karas2-2/+28
2015-11-14Fix attack sprite actions. Add ride attack action.Andrei Karas2-4/+11
2015-11-14Add cast action to beings.Andrei Karas2-0/+6
2015-11-13Impliment packet SMSG_GRAFFITI_VISIBLE.Andrei Karas1-1/+1
2015-11-09Add skill unit support in most files excluding net code.Andrei Karas1-4/+41
2015-11-02Add intmap defines.Andrei Karas2-7/+6
2015-11-02Fix compilation with different flags.Andrei Karas1-6/+6
2015-11-01Show enabled status effects in player popups.Andrei Karas1-0/+3
2015-10-31Add support for dead trick status effect (hercules)Andrei Karas4-5/+67
2015-10-31Move away message to per server configuration file.Andrei Karas1-2/+3
2015-10-23Fix code style.Andrei Karas3-2/+4
2015-10-19Fix default horses direction and action.Andrei Karas1-4/+10
2015-10-19Allow support for different horses riding.Andrei Karas4-12/+27
2015-10-18Add support for multiply sprites in each horse part.Andrei Karas2-37/+66
2015-10-18Add logging for not implimemted effects.Andrei Karas1-2/+13
2015-10-18Split horse into two sprites before player and after player.Andrei Karas2-19/+38
2015-10-15Simplify setWall function in map.Andrei Karas1-1/+1
2015-10-15Convert BlockType into strong typed enum.Andrei Karas2-2/+2
2015-09-24Fix random wrong y position if non local player moved on tiles with height > 0.Andrei Karas1-2/+2
2015-09-20Add function for selecting new target.Andrei Karas2-0/+20
2015-09-15Fix showing away badge.Andrei Karas1-2/+2
2015-09-05Add away being badge.Andrei Karas2-4/+24
2015-09-05Add inactive being badge.Andrei Karas2-1/+21
2015-09-05Add shop badge to beings.Andrei Karas2-1/+25
2015-09-05Put badges into array in being.Andrei Karas2-88/+54
2015-08-29Fix code style.Andrei Karas1-1/+0
2015-08-22Use resource manager as global variable.Andrei Karas1-3/+1
2015-08-19Add workaround for npc talk action for avoid packets limit.Andrei Karas1-2/+12
2015-08-16Add strong typed int for item color.Andrei Karas4-39/+67
2015-08-09Fix yellow bar option "archer attack range".Andrei Karas1-1/+1
2015-08-09Add some missing checks to being found by paranucker.Andrei Karas5-47/+104
2015-07-31Fix code style.Andrei Karas1-1/+1
2015-07-30Add badges for player names.Andrei Karas2-0/+43
2015-07-29Draw being smile over badge and animation effect.Andrei Karas1-2/+2
2015-07-29Fix enable/disable badges without client restart.Andrei Karas2-34/+66
2015-07-29Add support for gm badge.Andrei Karas2-3/+32
2015-07-29Fix compilation warnings.Andrei Karas1-1/+0
2015-07-29Add ability to show badges under nick.Andrei Karas2-7/+10
2015-07-29Add support for guild badges.Andrei Karas2-2/+32
2015-07-29Add bages db. Add badges support for parties.Andrei Karas2-11/+67
2015-07-28Use variables from paths.xml for team badges file name.Andrei Karas1-3/+3
2015-07-27Add option for show badges at top or char or after name.Andrei Karas2-1/+4
2015-07-27Rotate and change action in team badge with player.Andrei Karas1-0/+6
2015-07-27Add option to show/hide badges. By default badges visible.Andrei Karas2-10/+20
2015-07-27Draw team badge if set.Andrei Karas2-2/+28