summaryrefslogtreecommitdiff
path: root/src/being/localplayer.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-04-11fix code style.Andrei Karas1-1/+1
2014-03-28simplify variables cleanup.Andrei Karas1-4/+3
2014-03-27Add option to show/hide server side position.Andrei Karas1-3/+8
2014-03-16Remove some useless static methods from theme.Andrei Karas1-1/+1
2014-03-07fix emote command in crazy moves A.Andrei Karas1-2/+2
2014-02-28fix moving in crazy moves.Andrei Karas1-8/+8
2014-02-27Remove manaserv ifdefs code.Andrei Karas1-682/+83
2014-02-27Dehardcode swords, shields and bows for auto switching weapons.Andrei Karas1-26/+25
2014-02-20improve includes.Andrei Karas1-2/+3
2014-02-16combine font classes in one.Andrei Karas1-1/+1
2014-02-16move actionevent into events directory.Andrei Karas1-1/+1
2014-02-14fix code style.Andrei Karas1-2/+1
2014-02-07add missing const and static keywords.Andrei Karas1-2/+2
2014-02-06Add diagonal direction for crazy move a.Andrei Karas1-18/+30
2014-02-06Add new crazy move A command for show pet emotes.Andrei Karas1-4/+11
2014-02-06In crazy moves A add support for all emotes.Andrei Karas1-4/+10
2014-02-02Add missing const and static into being classes.Andrei Karas1-2/+2
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-17add restrict into localplayer.Andrei Karas1-2/+3
2013-11-01Move timers from client into timers file.Andrei Karas1-0/+1
2013-10-28Revert "Remove setMap from being constructor."Andrei Karas1-1/+1
2013-10-20Remove setMap from being constructor.Andrei Karas1-1/+1
2013-10-19Rename actorspritemanager into actormanager.Andrei Karas1-19/+19
2013-10-19add missing initialisation in localplayer.Andrei Karas1-1/+1
2013-10-17dont call setMap from destructors.Andrei Karas1-0/+6
2013-10-11First part of checks from Parasoft C++ Test.Andrei Karas1-1/+1
2013-10-04add pickup and drop sound effects.Andrei Karas1-1/+1
2013-10-04add sound effects for equip/unequip/use items for local player.Andrei Karas1-5/+5
2013-10-04move equip/unequip/use calls into playerinfo.Andrei Karas1-5/+5
2013-10-04fix code style.Andrei Karas1-2/+2
2013-10-02add support for /me command inside /away comand.Andrei Karas1-4/+22
2013-10-01replace tile size from 32 to mapTitleSize.Andrei Karas1-66/+69
2013-09-30move tabs into tabs directory.Andrei Karas1-2/+2
2013-09-30move windows classes to windows directory.Andrei Karas1-8/+9
2013-09-29change smaller letter literalt into capital letter.Andrei Karas1-1/+1
2013-09-25improve a bit strings declaration.Andrei Karas1-2/+2
2013-09-19add some more consts.Andrei Karas1-1/+1
2013-09-18remove useless conditions.Andrei Karas1-7/+5
2013-09-18add const to other files.Andrei Karas1-2/+2
2013-09-18add missing const in being classes.Andrei Karas1-4/+6
2013-09-09remove unused includes from being files.Andrei Karas1-10/+0
2013-08-31move being related files into being dir.Andrei Karas1-0/+4355