summaryrefslogtreecommitdiff
path: root/src/being
AgeCommit message (Expand)AuthorFilesLines
2014-04-23Fix links removing from over head text.Andrei Karas1-1/+1
2014-04-11fix code style.Andrei Karas3-3/+3
2014-04-02Improve isVisible usage.Andrei Karas1-1/+1
2014-03-29Fix code style.Andrei Karas1-1/+0
2014-03-28simplify variables cleanup.Andrei Karas5-61/+28
2014-03-27fix compilation warningAndrei Karas1-1/+1
2014-03-27Add option to show/hide server side position.Andrei Karas2-3/+9
2014-03-25If player poisoned, hightlight his life bar in social window with special color.Andrei Karas2-4/+18
2014-03-24fix code style.Andrei Karas1-1/+1
2014-03-16Remove some useless static methods from theme.Andrei Karas2-5/+5
2014-03-07fix emote command in crazy moves A.Andrei Karas1-2/+2
2014-02-28fix some leaks issues.Andrei Karas1-0/+1
2014-02-28fix moving in crazy moves.Andrei Karas1-8/+8
2014-02-27Remove manaserv ifdefs code.Andrei Karas5-915/+138
2014-02-27Dehardcode swords, shields and bows for auto switching weapons.Andrei Karas1-26/+25
2014-02-24Rename Rectangle into Rect.Andrei Karas1-8/+8
2014-02-23Rename drawImage2 methods into drawImage.Andrei Karas1-2/+2
2014-02-22Move Rectangle and ClipRectangle into gui directory.Andrei Karas1-9/+8
2014-02-22Move color into gui dir.Andrei Karas2-8/+4
2014-02-21fix signed shifts.Andrei Karas1-8/+8
2014-02-20fix code style.Andrei Karas1-2/+0
2014-02-20improve includes.Andrei Karas6-7/+17
2014-02-16combine font classes in one.Andrei Karas2-5/+5
2014-02-16move playerrelationlistener into listeners directory.Andrei Karas2-44/+1
2014-02-16move actorspritelistener into listeners directory.Andrei Karas3-46/+3
2014-02-16move actionevent into events directory.Andrei Karas2-2/+2
2014-02-15move actionlistener from base into listeners.Andrei Karas1-2/+2
2014-02-15Move some listeners classes into listeners directory.Andrei Karas1-1/+1
2014-02-15move some methods from base/graphics into render/graphics.Andrei Karas1-4/+4
2014-02-15move exguichan files into gui/base/Andrei Karas2-2/+2
2014-02-15remove use internal guichan flag.Andrei Karas1-2/+0
2014-02-14fix code style.Andrei Karas2-2/+3
2014-02-07add missing const and static keywords.Andrei Karas2-4/+4
2014-02-06Add diagonal direction for crazy move a.Andrei Karas1-18/+30
2014-02-06Add new crazy move A command for show pet emotes.Andrei Karas1-4/+11
2014-02-06In crazy moves A add support for all emotes.Andrei Karas1-4/+10
2014-02-03fix friend tab update in social window if friends was changed.Andrei Karas2-15/+43
2014-02-02Add missing const and static into being classes.Andrei Karas6-17/+18
2014-01-20dont add and remove pets for temporary sprites.Andrei Karas1-2/+2
2014-01-20add attack action for pets.Andrei Karas3-2/+53
2014-01-16add workaround for fix issue with chat messages if used external guichan.Andrei Karas1-0/+2
2014-01-14fix code style.Andrei Karas2-6/+4
2014-01-12in pethandler add pet id parameter.Andrei Karas1-3/+3
2014-01-12fix using same pet from different items at same time.Andrei Karas2-5/+20
2014-01-11add support for multiply pets for one player at same time.Andrei Karas2-30/+83
2014-01-11fix pet position after owner rotation if near owner located collisions.Andrei Karas1-1/+1
2014-01-03dont spawn pet on collision.Andrei Karas1-0/+8
2014-01-01update copyright year in all sources.Andrei Karas16-16/+16
2013-12-31add pet direction type if owner dead.Andrei Karas1-2/+19
2013-12-31add pet offset if owner is dead.Andrei Karas1-1/+5