summaryrefslogtreecommitdiff
path: root/src/being/being.h
AgeCommit message (Expand)AuthorFilesLines
2014-02-27Remove manaserv ifdefs code.Andrei Karas1-8/+3
2014-02-22Move color into gui dir.Andrei Karas1-7/+3
2014-02-20fix code style.Andrei Karas1-2/+0
2014-02-20improve includes.Andrei Karas1-3/+7
2014-02-15move exguichan files into gui/base/Andrei Karas1-1/+1
2014-02-02Add missing const and static into being classes.Andrei Karas1-3/+4
2014-01-20add attack action for pets.Andrei Karas1-0/+8
2014-01-14fix code style.Andrei Karas1-2/+1
2014-01-12fix using same pet from different items at same time.Andrei Karas1-0/+7
2014-01-11add support for multiply pets for one player at same time.Andrei Karas1-6/+12
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-25add pet think time.Andrei Karas1-2/+0
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
2013-12-24add speed parameter for pets.Andrei Karas1-1/+1
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
2013-10-28Revert "Remove setMap from being constructor."Andrei Karas1-1/+3
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
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
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
2013-08-31move being related files into being dir.Andrei Karas1-0/+1063