summaryrefslogtreecommitdiff
path: root/src/being/being.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-29change smaller letter literalt into capital letter.Andrei Karas1-3/+3
2013-09-28add const for methods return values.Andrei Karas1-1/+1
2013-09-28add const for methods return values.Andrei Karas1-2/+2
2013-09-28call correct setMap from Being class.Andrei Karas1-1/+1
2013-09-18remove useless conditions.Andrei Karas1-2/+2
2013-09-18add missing const in being classes.Andrei Karas1-5/+6
2013-09-18improve a bit being move calculations.Andrei Karas1-13/+21
2013-09-17fix heights offset on spawn time.Andrei Karas1-0/+15
2013-09-17fix beings draw order with tile heights.Andrei Karas1-3/+4
2013-09-17add walking on map height.Andrei Karas1-2/+18
2013-09-12remove unused includes from widget files.Andrei Karas1-0/+2
2013-09-09remove unused includes from being files.Andrei Karas1-4/+1
2013-09-08fix delay flag for die sound.Andrei Karas1-1/+1
2013-09-05add option to use special diagonal moving speed.Andrei Karas1-1/+3
2013-09-05add support for additinional diagonal moving speed.Andrei Karas1-10/+13
2013-09-05simplify next draw frame calculation in being.Andrei Karas1-6/+2
2013-08-31move being related files into being dir.Andrei Karas1-0/+3041