summaryrefslogtreecommitdiff
path: root/src/being/being.h
AgeCommit message (Expand)AuthorFilesLines
2014-07-13Fix code style.Andrei Karas1-1/+1
2014-06-02Add missing final/notfinal to classes.Andrei Karas1-1/+1
2014-05-31Add missing notfinal/final to classes.Andrei Karas1-1/+2
2014-05-21Dont create speechbuble object for all new beings.Andrei Karas1-0/+2
2014-05-19Move spritedirection into separate file.Andrei Karas1-2/+2
2014-05-18fix code style.Andrei Karas1-5/+5
2014-05-13fix code style.Andrei Karas1-1/+2
2014-05-13Move targetcursorsize into separate file.Andrei Karas1-2/+2
2014-05-13Move actor type into separate file.Andrei Karas1-4/+6
2014-05-12Move being action into separate file.Andrei Karas1-20/+6
2014-05-12Move beingspeech into separate file.Andrei Karas1-8/+0
2014-05-12Move being flags into separate file.Andrei Karas1-11/+1
2014-05-12Move being directions into separate file.Andrei Karas1-13/+3
2014-05-12Fix code styleAndrei Karas1-1/+3
2014-05-11Move blocktype into separate file.Andrei Karas1-2/+4
2014-05-09Fix code style.Andrei Karas1-1/+1
2014-05-08Fix code style in beingAndrei Karas1-9/+2
2014-05-01Add missing const.Andrei Karas1-4/+4
2014-04-30Fix code style in being.Andrei Karas1-3/+3
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