summaryrefslogtreecommitdiff
path: root/src/being/being.cpp
AgeCommit message (Expand)AuthorFilesLines
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
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 rep...Andrei Karas1-1/+1
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
2013-11-10Improve sprites update speed.Andrei Karas1-0/+4
2013-11-10add support for item particles.Andrei Karas1-0/+85
2013-11-01Move timers from client into timers file.Andrei Karas1-0/+1
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 Karas1-1/+3
2013-10-20Remove setMap from being constructor.Andrei Karas1-3/+1
2013-10-19Rename actorspritemanager into actormanager.Andrei Karas1-7/+7
2013-10-19move virtual member calls from speechbubble constuctor into postInit.Andrei Karas1-0/+2
2013-10-17fix const in being class.Andrei Karas1-2/+2
2013-10-11Second part of checks from Parasoft C++ Test.Andrei Karas1-1/+1
2013-10-11First part of checks from Parasoft C++ Test.Andrei Karas1-1/+2
2013-10-06remove unused includes and remove default parameter in being.Andrei Karas1-9/+9
2013-10-04Add new item sound events constants.Andrei Karas1-1/+1
2013-10-04fix code style.Andrei Karas1-1/+2
2013-10-01replace tile size from 32 to mapTitleSize.Andrei Karas1-24/+26
2013-09-30move db files into db directory.Andrei Karas1-6/+7
2013-09-30move tabs into tabs directory.Andrei Karas1-1/+2
2013-09-30move popups into popups directory.Andrei Karas1-1/+2
2013-09-30move windows classes to windows directory.Andrei Karas1-3/+4