summaryrefslogtreecommitdiff
path: root/src/being
AgeCommit message (Collapse)AuthorFilesLines
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
ManaServ was already depricated long ago.
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
Rename ClipRectangle into ClipRect.
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
Remove base/graphcs.
2014-02-15move exguichan files into gui/base/Andrei Karas2-2/+2
2014-02-15remove use internal guichan flag.Andrei Karas1-2/+0
From now manaplus can use only own forked guichan version.
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
New directions: D, R, L, U
2014-02-06Add new crazy move A command for show pet emotes.Andrei Karas1-4/+11
New command: E. it accept argument for emote number or "?" for random emote.
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
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 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
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 Karas16-16/+16
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-29improve draw image calls.Andrei Karas1-2/+2
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 Karas2-10/+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 Karas2-5/+26
2013-12-25fix pet correct position detection.Andrei Karas1-2/+3