summaryrefslogtreecommitdiff
path: root/src/being
AgeCommit message (Expand)AuthorFilesLines
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
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-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
2013-12-25add direction logic to pets.Andrei Karas1-0/+40
2013-12-25add pet think time.Andrei Karas2-10/+8
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
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 Karas2-2/+39
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 Karas2-1/+11
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 Karas2-0/+45
2013-12-17add restrict into localplayer.Andrei Karas2-4/+5
2013-12-17add restrict into being.Andrei Karas2-4/+5
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 Karas5-18/+11
2013-12-14Improve a bit separate images drawing.Andrei Karas1-2/+4
2013-12-13in reorder and replace sprites add more priority into hiding sprites over rep...Andrei Karas1-1/+1
2013-12-12fix padding in actorsprite.Andrei Karas1-1/+1
2013-11-28Remove some virtual methods in actorsprite and being.Andrei Karas3-32/+27
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 Karas2-4/+22
2013-11-25prevent update some sprites from move packets and some other.Andrei Karas2-0/+21
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
2013-11-10Improve sprites update speed.Andrei Karas1-0/+4
2013-11-10add support for item particles.Andrei Karas2-0/+99
2013-11-01Move timers from client into timers file.Andrei Karas4-2/+6
2013-11-01Add configure option --enable-checks for check some calls (disabled by default)Andrei Karas1-0/+1
2013-10-28Revert "Remove setMap from being constructor."Andrei Karas3-3/+7
2013-10-24add final keyword to being files.Andrei Karas5-33/+37
2013-10-23remove unused virtual keywordAndrei Karas1-2/+2
2013-10-20Remove setMap from being constructor.Andrei Karas3-7/+3