summaryrefslogtreecommitdiff
path: root/src/being
AgeCommit message (Expand)AuthorFilesLines
2013-10-11First part of checks from Parasoft C++ Test.Andrei Karas2-2/+3
2013-10-08fix target cursor loading in not default themes.Andrei Karas1-5/+6
2013-10-06remove unused includes and remove default parameter in being.Andrei Karas4-13/+10
2013-10-05add missing consts in playerinfo.Andrei Karas2-14/+14
2013-10-04add pickup and drop sound effects.Andrei Karas3-2/+25
2013-10-04add sound effects for equip/unequip/use items for local player.Andrei Karas3-15/+48
2013-10-04move equip/unequip/use calls into playerinfo.Andrei Karas3-5/+68
2013-10-04Add new item sound events constants.Andrei Karas1-1/+1
2013-10-04fix code style.Andrei Karas3-4/+6
2013-10-02add support for /me command inside /away comand.Andrei Karas2-4/+24
2013-10-02Add legacy target selection image in mana theme.Andrei Karas1-1/+1
2013-10-01replace tile size from 32 to mapTitleSize.Andrei Karas4-96/+102
2013-09-30move db files into db directory.Andrei Karas1-6/+7
2013-09-30move tabs into tabs directory.Andrei Karas2-3/+4
2013-09-30move popups into popups directory.Andrei Karas1-1/+2
2013-09-30move windows classes to windows directory.Andrei Karas3-14/+16
2013-09-29change smaller letter literalt into capital letter.Andrei Karas4-7/+7
2013-09-28add const for methods return values.Andrei Karas1-1/+1
2013-09-28add const for methods return values.Andrei Karas3-6/+6
2013-09-28call correct setMap from Being class.Andrei Karas1-1/+1
2013-09-27fix code style and issues with different builds.Andrei Karas1-1/+0
2013-09-26remove useless virtual keywords.Andrei Karas2-19/+18
2013-09-26Change destructors to virtual in all basic classes.Andrei Karas2-2/+2
2013-09-25improve construcors in abstract classes.Andrei Karas2-10/+12
2013-09-25improve a bit strings declaration.Andrei Karas2-5/+4
2013-09-19add some more consts.Andrei Karas1-1/+1
2013-09-18remove useless conditions.Andrei Karas2-9/+7
2013-09-18add const to other files.Andrei Karas1-2/+2
2013-09-18add missing const in being classes.Andrei Karas6-16/+19
2013-09-18improve a bit being move calculations.Andrei Karas1-13/+21
2013-09-17fix heights offset on spawn time.Andrei Karas2-2/+18
2013-09-17fix beings draw order with tile heights.Andrei Karas2-7/+11
2013-09-17add walking on map height.Andrei Karas2-3/+23
2013-09-12remove unused includes from widget files.Andrei Karas1-0/+2
2013-09-11remove unused includes from gui files.Andrei Karas1-0/+1
2013-09-09remove unused includes from being files.Andrei Karas12-44/+1
2013-09-08fix delay flag for die sound.Andrei Karas1-1/+1
2013-09-05add option to use special diagonal moving speed.Andrei Karas2-1/+4
2013-09-05add support for additinional diagonal moving speed.Andrei Karas2-11/+15
2013-09-05simplify next draw frame calculation in being.Andrei Karas1-6/+2
2013-09-04add support for getting full move path from server (evol only).Andrei Karas1-1/+1
2013-09-01add renderer enum.Andrei Karas1-2/+2
2013-08-31move being related files into being dir.Andrei Karas16-0/+12449