summaryrefslogtreecommitdiff
path: root/src/being/being.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-04-23Fix links removing from over head text.Andrei Karas1-1/+1
2014-04-11fix code style.Andrei Karas1-1/+1
2014-04-02Improve isVisible usage.Andrei Karas1-1/+1
2014-03-29Fix code style.Andrei Karas1-1/+0
2014-03-28simplify variables cleanup.Andrei Karas1-43/+15
2014-03-16Remove some useless static methods from theme.Andrei Karas1-4/+4
2014-02-28fix some leaks issues.Andrei Karas1-0/+1
2014-02-27Remove manaserv ifdefs code.Andrei Karas1-198/+51
2014-02-24Rename Rectangle into Rect.Andrei Karas1-8/+8
2014-02-22Move Rectangle and ClipRectangle into gui directory.Andrei Karas1-9/+8
2014-02-22Move color into gui dir.Andrei Karas1-1/+1
2014-02-20improve includes.Andrei Karas1-0/+1
2014-02-16combine font classes in one.Andrei Karas1-4/+4
2014-02-15move some methods from base/graphics into render/graphics.Andrei Karas1-4/+4
2014-02-15remove use internal guichan flag.Andrei Karas1-2/+0
2014-02-02Add missing const and static into being classes.Andrei Karas1-4/+3
2014-01-20dont add and remove pets for temporary sprites.Andrei Karas1-2/+2
2014-01-20add attack action for pets.Andrei Karas1-2/+39
2014-01-16add workaround for fix issue with chat messages if used external guichan.Andrei Karas1-0/+2
2014-01-14fix code style.Andrei Karas1-4/+3
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 Karas1-5/+13
2014-01-11add support for multiply pets for one player at same time.Andrei Karas1-24/+71
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 Karas1-1/+1
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
2013-12-31add pet offset if owner is moving.Andrei Karas1-8/+20
2013-12-30fix overhead text popups order. Now it drawed always below any windows.Andrei Karas1-0/+1
2013-12-26Show popup on pets.Andrei Karas1-0/+1
2013-12-25fix typo in pets direction code.Andrei Karas1-4/+4
2013-12-25add option for enable/disable pets support.Andrei Karas1-1/+1
2013-12-25add support for pet sit direction logic.Andrei Karas1-1/+2
2013-12-25add direction logic to pets.Andrei Karas1-0/+40
2013-12-25add pet think time.Andrei Karas1-8/+8
2013-12-25add support for pet offsets if owner is sitting.Andrei Karas1-5/+24
2013-12-25fix pet correct position detection.Andrei Karas1-2/+3
2013-12-25update pet position if owner changed direction.Andrei Karas1-0/+2
2013-12-25extend pet follow logic with follow in fixed position to owner.Andrei Karas1-19/+25
2013-12-25add pet spawn offset in tiles from owner position.Andrei Karas1-2/+37
2013-12-25add pethandler with stubs only.Andrei Karas1-2/+6
2013-12-24fix possible pets leak.Andrei Karas1-2/+7
2013-12-24add support for warp pets if distance very long.Andrei Karas1-1/+8
2013-12-24add speed parameter for pets.Andrei Karas1-0/+10
2013-12-24Check collision in pet follow logic.Andrei Karas1-3/+21
2013-12-24dehardcode pet logic parameters.Andrei Karas1-2/+2
2013-12-24add basic follow logic for pets with hard coded parameters.Andrei Karas1-0/+43
2013-12-17add restrict into being.Andrei Karas1-2/+2
2013-12-17fix compilation warning.Andrei Karas1-1/+0