summaryrefslogtreecommitdiff
path: root/src/actorspritemanager.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-12-08Add to combined menu also floor items.Andrei Karas1-14/+12
2011-11-08Fix more gcc 4.7 warnings.Andrei Karas1-22/+22
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-13/+13
2011-10-05Fix code style.Andrei Karas1-2/+2
2011-10-04Dont select in archer mode very closer mobs if no other mobs in attack distance.Andrei Karas1-3/+24
2011-10-03Fix targeting npc in archer move to target.Andrei Karas1-1/+4
2011-10-02Add new move to target mode for archers.Andrei Karas1-1/+15
2011-09-26Fix code style.Andrei Karas1-3/+3
2011-09-21Add option to disable advanced mouse targeting.Andrei Karas1-36/+70
2011-09-21Improve mouse object selection if near mixed floor items and monsters.Andrei Karas1-2/+15
2011-09-12Add missing checks to some files.Andrei Karas1-1/+64
2011-09-09Continue fix for shadow variables/methods errors.Andrei Karas1-4/+3
2011-09-08Fix code style.Andrei Karas1-2/+4
2011-09-08Replace most iterator to const_iterator.Andrei Karas1-17/+17
2011-09-05Increase mouse selection radius if only one object near mouse.Andrei Karas1-6/+18
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-07-15Fix crash with opened other player equipment window.Andrei Karas1-0/+4
2011-07-01Replace some lists to vectors.Andrei Karas1-1/+1
2011-06-01Add setup option for finding bad chars in nicks.Andrei Karas1-0/+1
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-05-22Allow show equipment from other players from context menu "show items".Andrei Karas1-1/+7
2011-05-07Save atack filter between restarts.Andrei Karas1-1/+56
2011-05-06Move attack filter arrays and methods from localplayer to actorspritemanager ...Andrei Karas1-8/+129
2011-05-05Fix monsters selection if monster added to priority listAndrei Karas1-2/+5
2011-04-26Impliment 3 attack lists. (priority, attack, ignore)Andrei Karas1-84/+89
2011-04-24Allow select players if attack filter is set.Andrei Karas1-1/+3
2011-04-21Impliment attack filter.Andrei Karas1-8/+104
2011-04-10Add some strings to translations.Andrei Karas1-1/+2
2011-04-04Rename some gui class files to real class names.Andrei Karas1-1/+1
2011-03-18Fix most old style cast except manaserv and libxml2 defines.Andrei Karas1-4/+6
2011-03-04Fix code style.Andrei Karas1-1/+2
2011-02-27First part of implimintation item colors.Andrei Karas1-3/+3
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-15Fix code style, apply some fixes after checking with cppcheck from git.Andrei Karas1-10/+11
2011-01-02Initial commit.Andrei Karas1-0/+1081