summaryrefslogtreecommitdiff
path: root/src/being/being.h
AgeCommit message (Collapse)AuthorFilesLines
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