summaryrefslogtreecommitdiff
path: root/src/being/being.cpp
AgeCommit message (Collapse)AuthorFilesLines
2014-02-15move some methods from base/graphics into render/graphics.Andrei Karas1-4/+4
Remove base/graphcs.
2014-02-15remove use internal guichan flag.Andrei Karas1-2/+0
From now manaplus can use only own forked guichan version.
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
New pets db attributes: attackOffsetX attackOffsetY attaclDirectionType
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
But one item still can have only one pet.
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
New pet db attribute: deadDirectionType
2013-12-31add pet offset if owner is dead.Andrei Karas1-1/+5
New pet db attributes: deadOffsetX, deadOffsetY
2013-12-31add pet offset if owner is moving.Andrei Karas1-8/+20
New pet db attributes: moveOffsetX, moveOffsetY
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
New pet db attribute: sitDirectionType It can be set same values like in directionType.
2013-12-25add direction logic to pets.Andrei Karas1-0/+40
New pet db attribute: directionType Possible values: 0 - not change direction. 1 - use same direction as owner. 2 - always look to owner. 3 - always look outside from owner.
2013-12-25add pet think time.Andrei Karas1-8/+8
New pet db attribute: thinkTime time in milliseconds. also remove extra pet logic calls.
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
New pet db attributes: offsetX, offsetY Offset counted from player direction.
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
New pet db option: warpDistance
2013-12-24add speed parameter for pets.Andrei Karas1-0/+10
New pet db option: walkSpeed
2013-12-24Check collision in pet follow logic.Andrei Karas1-3/+21
2013-12-24dehardcode pet logic parameters.Andrei Karas1-2/+2
New pet db parameters: startFollowDistance - distance from pet start follow owner. followDistance - distance on what pet preffer follow owner.
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
2013-12-17improve a bit draw speed in over head texts.Andrei Karas1-5/+7
2013-12-16fix compilation warnings.Andrei Karas1-1/+0
2013-12-15in updater window cut news to 50 lines and show link to full news.Andrei Karas1-1/+2
2013-12-14chnage return values for draw functions from bool to void.Andrei Karas1-9/+5
2013-12-13in reorder and replace sprites add more priority into hiding sprites over ↵Andrei Karas1-1/+1
replacment.
2013-11-28Remove some virtual methods in actorsprite and being.Andrei Karas1-5/+7
2013-11-27fix possible crash after last changes in reoder logic.Andrei Karas1-2/+8
2013-11-26fix complex sprite replace combinations from items.xml.Andrei Karas1-4/+21
2013-11-25prevent update some sprites from move packets and some other.Andrei Karas1-0/+15
2013-11-25disable sprites update optimisation because it may broke replace/remove logicAndrei Karas1-3/+3
2013-11-22fix code style.Andrei Karas1-1/+5
2013-11-16dont show speech messages from other languages if local client have language ↵Andrei Karas1-1/+1
tab disabled.
2013-11-10Improve sprites update speed.Andrei Karas1-0/+4