summaryrefslogtreecommitdiff
path: root/src/being.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-04-25Dont compile manaserv related code if manaserv support disabled.Andrei Karas1-2/+6
2011-04-18Rename sprites method setDirection to setSpriteDirection.Andrei Karas1-2/+2
2011-04-10Add some strings to translations.Andrei Karas1-16/+5
2011-04-04Rename some gui class files to real class names.Andrei Karas1-2/+2
2011-04-04Rename TrueTypeFont to SDLFont.Andrei Karas1-1/+1
2011-04-03Add spawn animation to mobs.Andrei Karas1-0/+11
2011-03-27Fix some warnings and improve code from gcc 4.6 compilation.Andrei Karas1-1/+1
2011-03-19Fix self rotation while attacking.Andrei Karas1-3/+6
2011-03-18Fix most conversions except manaserv net code and some other code.Andrei Karas1-8/+10
2011-03-18Fix most old style cast except manaserv and libxml2 defines.Andrei Karas1-11/+11
2011-03-17Fix attack direction.Andrei Karas1-0/+4
2011-03-17Move direction calucaltion to Being method.Andrei Karas1-11/+31
2011-03-17Fix other players move animation.Andrei Karas1-0/+3
2011-02-27First part of implimintation item colors.Andrei Karas1-7/+9
2011-02-20Fix some code style and some errors.Andrei Karas1-1/+1
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-02-16Fix bug in sprites replacement functionality.Andrei Karas1-2/+5
2011-02-15Fix compilation warnings.Andrei Karas1-2/+0
2011-02-14Replace sprites functionality (need support in client data).Andrei Karas1-14/+53
2011-02-12Add items attribute what allow hide other sprites only by id.Andrei Karas1-1/+4
2011-02-12Add support for items attribute RemoveSprite.Andrei Karas1-0/+19
2011-01-21Add diagonal animations.Andrei Karas1-2/+20
2011-01-15Fix reorder sprite issue. Was broken after last fixes.Andrei Karas1-1/+1
2011-01-15Fix code style, apply some fixes after checking with cppcheck from git.Andrei Karas1-3/+3
2011-01-10Hide own hp bar if player dead.Andrei Karas1-1/+1
2011-01-06Set sound volume depends on distance to object.Andrei Karas1-3/+11
2011-01-05Add hp bar to local player.Andrei Karas1-20/+26
2011-01-05Add gettext to missing strings. Update POTFILES.inAndrei Karas1-1/+2
2011-01-02Initial commit.Andrei Karas1-0/+2009