summaryrefslogtreecommitdiff
path: root/src/being/being.h
AgeCommit message (Collapse)AuthorFilesLines
2013-12-25add pet think time.Andrei Karas1-2/+0
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-0/+2
2013-12-25add pet spawn offset in tiles from owner position.Andrei Karas1-0/+2
New pet db attributes: offsetX, offsetY Offset counted from player direction.
2013-12-24add speed parameter for pets.Andrei Karas1-1/+1
New pet db option: walkSpeed
2013-12-24add basic follow logic for pets with hard coded parameters.Andrei Karas1-0/+2
2013-12-17add restrict into being.Andrei Karas1-2/+3
2013-12-14chnage return values for draw functions from bool to void.Andrei Karas1-2/+2
2013-11-26fix complex sprite replace combinations from items.xml.Andrei Karas1-0/+1
2013-11-25prevent update some sprites from move packets and some other.Andrei Karas1-0/+6
2013-11-10add support for item particles.Andrei Karas1-0/+14
For this used particlefx tag in items.xml
2013-10-28Revert "Remove setMap from being constructor."Andrei Karas1-1/+3
This reverts commit 9cf563fa7f4059bfddd82efdaa89df2ed07a6d7c.
2013-10-24add final keyword to being files.Andrei Karas1-6/+7
2013-10-23remove unused virtual keywordAndrei Karas1-2/+2
2013-10-20Remove setMap from being constructor.Andrei Karas1-3/+1
2013-10-17fix const in being class.Andrei Karas1-1/+1
2013-10-17Remove virtual from Being::updateColors because it called in constructor.Andrei Karas1-1/+1
2013-10-06remove unused includes and remove default parameter in being.Andrei Karas1-1/+1
2013-10-04fix code style.Andrei Karas1-1/+2
2013-09-29change smaller letter literalt into capital letter.Andrei Karas1-1/+1
2013-09-28add const for methods return values.Andrei Karas1-3/+3
2013-09-18add missing const in being classes.Andrei Karas1-3/+3
2013-09-17fix heights offset on spawn time.Andrei Karas1-2/+3
2013-09-17fix beings draw order with tile heights.Andrei Karas1-4/+7
2013-09-17add walking on map height.Andrei Karas1-1/+5
using collisions from actual and not drawing tile. still have issue with fringe layer objects.
2013-09-09remove unused includes from being files.Andrei Karas1-8/+0
2013-09-05add option to use special diagonal moving speed.Andrei Karas1-0/+1
By default option enabled.
2013-09-05add support for additinional diagonal moving speed.Andrei Karas1-1/+2
2013-09-04add support for getting full move path from server (evol only).Andrei Karas1-1/+1
Also change netcode version to 10. Some times still movement bit wrong.
2013-08-31move being related files into being dir.Andrei Karas1-0/+1063