summaryrefslogtreecommitdiff
path: root/src/being/being.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-02-21Fix code style.Andrei Karas1-2/+2
2016-02-20Add missing const in being directory.Andrei Karas1-12/+14
2016-02-09Allow select skill units and attack it.Andrei Karas1-3/+5
2016-02-08Improve some empty string checks.Andrei Karas1-1/+3
2016-02-08Stop cast animation also if got skill error message.Andrei Karas1-2/+2
2016-02-08Add support for post delay status effect. It change cast animation to stand.Andrei Karas1-0/+5
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-29/+29
2016-01-06Add noexcept into being.Andrei Karas1-1/+1
2016-01-04Add missing TRANSLATORS comments to translation strings.Andrei Karas1-3/+3
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-30Fix animation time for new animated sprites.Andrei Karas1-4/+12
2015-12-30Add workaround for fix animated sprites animation time for new sprites.Andrei Karas1-0/+6
2015-12-27Add restrict keyword in being.Andrei Karas1-192/+224
2015-12-20Move animatedsprite into sprite directory.Andrei Karas1-1/+2
2015-12-20Move spriteaction.h into const directory.Andrei Karas1-1/+2
2015-12-13Move timer constants into separate file.Andrei Karas1-0/+2
2015-12-13Move spells and graphics related constants into separate files.Andrei Karas1-0/+4
2015-11-24Add support for spirit balls effect.Andrei Karas1-0/+51
2015-11-24Impliment packet SMSG_SPIRIT_BALLS.Andrei Karas1-0/+1
2015-11-16Fix code style.Andrei Karas1-0/+23
2015-11-15Add support for different per skill casting animations.Andrei Karas1-2/+24
2015-11-14Fix attack sprite actions. Add ride attack action.Andrei Karas1-2/+5
2015-11-14Add cast action to beings.Andrei Karas1-0/+4
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 Karas1-5/+4
2015-11-02Fix compilation with different flags.Andrei Karas1-6/+6
2015-10-31Add support for dead trick status effect (hercules)Andrei Karas1-4/+52
2015-10-23Fix code style.Andrei Karas1-0/+2
2015-10-19Fix default horses direction and action.Andrei Karas1-4/+10
2015-10-19Allow support for different horses riding.Andrei Karas1-8/+21
2015-10-18Add support for multiply sprites in each horse part.Andrei Karas1-35/+62
2015-10-18Split horse into two sprites before player and after player.Andrei Karas1-18/+36
2015-09-24Fix random wrong y position if non local player moved on tiles with height > 0.Andrei Karas1-2/+2
2015-09-15Fix showing away badge.Andrei Karas1-2/+2
2015-09-05Add away being badge.Andrei Karas1-4/+22
2015-09-05Add inactive being badge.Andrei Karas1-1/+19
2015-09-05Add shop badge to beings.Andrei Karas1-1/+23
2015-09-05Put badges into array in being.Andrei Karas1-83/+52
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 Karas1-26/+53
2015-08-09Add some missing checks to being found by paranucker.Andrei Karas1-13/+27
2015-07-31Fix code style.Andrei Karas1-1/+1
2015-07-30Add badges for player names.Andrei Karas1-0/+40
2015-07-29Draw being smile over badge and animation effect.Andrei Karas1-2/+2
2015-07-29Fix enable/disable badges without client restart.Andrei Karas1-34/+58
2015-07-29Add support for gm badge.Andrei Karas1-3/+31
2015-07-29Fix compilation warnings.Andrei Karas1-1/+0
2015-07-29Add ability to show badges under nick.Andrei Karas1-5/+9
2015-07-29Add support for guild badges.Andrei Karas1-2/+31