summaryrefslogtreecommitdiff
path: root/src/being.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-08-31move being related files into being dir.Andrei Karas1-3040/+0
2013-08-31move particles into particle dir.Andrei Karas1-1/+2
2013-08-30remove duplicate variables.Andrei Karas1-2/+0
2013-08-24remove most static methods from Client.Andrei Karas1-1/+1
2013-08-24improve dirs usage in Client.Andrei Karas1-4/+4
2013-08-09improve size() methods usage.Andrei Karas1-3/+6
2013-07-28move bools in being.Andrei Karas1-29/+29
2013-07-24Dont save errors about item id 0 in logs.Andrei Karas1-6/+13
2013-07-23add support for attacksky and attackwater actions.Andrei Karas1-4/+48
2013-07-23Add new sprite actions for water and sky.Andrei Karas1-7/+67
2013-07-21Add settings for monster hp bar offset.Andrei Karas1-3/+7
2013-07-18add name offsets for npc and monster names.Andrei Karas1-10/+22
2013-07-11move sound constants to separate file.Andrei Karas1-0/+1
2013-06-30improve size() usage in being.Andrei Karas1-3/+5
2013-06-17Fix code style.Andrei Karas1-1/+0
2013-06-15Add support for monster look.Andrei Karas1-1/+2
2013-06-12add support for player look.Andrei Karas1-2/+7
2013-06-10add partial support for player looks.Andrei Karas1-3/+11
2013-05-21improve skilldialog class.Andrei Karas1-0/+1
2013-05-11Allow load avatars from avatars.xmlAndrei Karas1-0/+7
2013-05-03add comments for translators.Andrei Karas1-0/+2
2013-04-29split being.cpp to some files.Andrei Karas1-157/+2
2013-04-25fix some code style by cpplint.Andrei Karas1-1/+0
2013-04-23fix crash in new emote code.Andrei Karas1-0/+1
2013-04-21fix code style and some other fixes after auto checks.Andrei Karas1-0/+2
2013-04-21add owned show time to each emote type.Andrei Karas1-2/+11
2013-04-20fix style in other files.Andrei Karas1-1/+19
2013-04-18add support for using sound delays.Andrei Karas1-16/+63
2013-04-18add delay to action sounds.Andrei Karas1-39/+21
2013-04-14add basic client side only support for pets.Andrei Karas1-0/+78
2013-04-14some more style fixes from cpplint.Andrei Karas1-1/+0
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-11/+3
2013-04-07Fix emote leak from commit 4ad3a8e89e64ce3ae845d2786dd433ab2682393eAndrei Karas1-0/+5
2013-04-05add animation effect to being.Andrei Karas1-5/+33
2013-04-04Add support for animated emotes.Andrei Karas1-17/+33
2013-03-31Rename SoundManager sigleton from sound to soundManager.Andrei Karas1-12/+21
2013-03-31Add option to move player names (disabled by default).Andrei Karas1-3/+5
2013-03-28Disable more particles if particle engine disabled.Andrei Karas1-2/+5
2013-03-27improve charserverhandler class.Andrei Karas1-5/+5
2013-03-22Add option to accept language messages in any languge.Andrei Karas1-1/+9
2013-03-15Fix code style.Andrei Karas1-1/+1
2013-03-04Add different effects to npc depend on qests status (evol only)Andrei Karas1-7/+16
2013-03-02Other fixes after Coverity checks.Andrei Karas1-5/+4
2013-02-24Improve string usage in some files.Andrei Karas1-12/+14
2013-02-21fix name signs update.Andrei Karas1-1/+3
2013-02-20Fix afk particle effect.Andrei Karas1-0/+3
2013-02-19Add support for away particle effect.Andrei Karas1-1/+26
2013-02-05Add missing checks to being class.Andrei Karas1-105/+81
2013-02-05Add checks and const to animatedsprites and related classes.Andrei Karas1-1/+2
2013-01-23Fix erase action to guild members or other players with some kind of colored ...Andrei Karas1-2/+4