summaryrefslogtreecommitdiff
path: root/src/being
AgeCommit message (Expand)AuthorFilesLines
2013-11-28Remove some virtual methods in actorsprite and being.Andrei Karas3-32/+27
2013-11-27fix possible crash after last changes in reoder logic.Andrei Karas1-2/+8
2013-11-26fix complex sprite replace combinations from items.xml.Andrei Karas2-4/+22
2013-11-25prevent update some sprites from move packets and some other.Andrei Karas2-0/+21
2013-11-25disable sprites update optimisation because it may broke replace/remove logicAndrei Karas1-3/+3
2013-11-22fix code style.Andrei Karas1-1/+5
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 Karas2-0/+99
2013-11-01Move timers from client into timers file.Andrei Karas4-2/+6
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 Karas3-3/+7
2013-10-24add final keyword to being files.Andrei Karas5-33/+37
2013-10-23remove unused virtual keywordAndrei Karas1-2/+2
2013-10-20Remove setMap from being constructor.Andrei Karas3-7/+3
2013-10-19Rename actorspritemanager into actormanager.Andrei Karas3-31/+31
2013-10-19move virtual member calls from speechbubble constuctor into postInit.Andrei Karas1-0/+2
2013-10-19add missing initialisation in localplayer.Andrei Karas1-1/+1
2013-10-19fix const in declarations in compoundsprite.Andrei Karas1-3/+3
2013-10-17fix const in being class.Andrei Karas2-3/+3
2013-10-17Remove virtual from Being::updateColors because it called in constructor.Andrei Karas1-1/+1
2013-10-17fix target cursor defenition in actorsprite.Andrei Karas1-1/+1
2013-10-17dont call setMap from destructors.Andrei Karas3-2/+13
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 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