summaryrefslogtreecommitdiff
path: root/src/being/localplayer.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-06-22Add profiler lines into some functions.Andrei Karas1-0/+2
2014-05-31fix code style.Andrei Karas1-0/+2
2014-05-29Move from client packets limiter related code into separate file.Andrei Karas1-22/+23
2014-05-21Fix code style.Andrei Karas1-2/+4
2014-05-19fix code style.Andrei Karas1-1/+0
2014-05-19Move mapitemtype into separate file.Andrei Karas1-17/+18
2014-05-19Move itemslot into separate file.Andrei Karas1-2/+3
2014-05-18fix code style.Andrei Karas1-1/+1
2014-05-16Move dialog type into separate file.Andrei Karas1-1/+1
2014-05-16Move chatmsgtype into separate file.Andrei Karas1-3/+4
2014-05-13fix code style.Andrei Karas1-5/+11
2014-05-13Move pickup flags into separate file.Andrei Karas1-6/+7
2014-05-13Move awaylistener into separate file.Andrei Karas1-12/+1
2014-05-13Move targetcursortype into separate file.Andrei Karas1-4/+4
2014-05-13Move actor type into separate file.Andrei Karas1-10/+10
2014-05-12Move being action into separate file.Andrei Karas1-39/+40
2014-05-12Move being flags into separate file.Andrei Karas1-7/+7
2014-05-12Move being directions into separate file.Andrei Karas1-114/+150
2014-05-12Fix code styleAndrei Karas1-1/+1
2014-05-11Move player attributes into separate file.Andrei Karas1-6/+7
2014-05-11Move blockmask into separate file.Andrei Karas1-1/+1
2014-05-11Move mapitem into separate file.Andrei Karas1-0/+1
2014-05-11Move speciallayer into separate file.Andrei Karas1-0/+1
2014-05-11Move map related files into resources/map.Andrei Karas1-2/+3
2014-05-08Fix code style in beingAndrei Karas1-3/+3
2014-05-03Fix status icons.Andrei Karas1-1/+1
2014-05-02Add missing const.Andrei Karas1-1/+2
2014-04-30Fix code style in being.Andrei Karas1-4/+4
2014-04-27Add UpdateStatusListener.Andrei Karas1-11/+8
2014-04-27Add StatListener.Andrei Karas1-50/+32
2014-04-27Add AttributeListener.Andrei Karas1-27/+29
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