summaryrefslogtreecommitdiff
path: root/src/actorspritemanager.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+7
2012-10-10Fix compilation errors with stlport.Andrei Karas1-4/+4
2012-09-22Add final keyword to most classes.Andrei Karas1-3/+3
2012-09-16Add const to variables with type size_t.Andrei Karas1-1/+1
2012-09-11Fix code style and small perfomance issues.Andrei Karas1-2/+1
2012-09-04add const to more classes,Andrei Karas1-2/+2
2012-09-02Fix non cycle players selection.Andrei Karas1-2/+2
2012-09-02Add const to more classes.Andrei Karas1-2/+2
2012-08-29Add const to more classes.Andrei Karas1-5/+8
2012-08-26Fix code style.Andrei Karas1-1/+2
2012-08-25change vars or methods to const.Andrei Karas1-112/+120
2012-08-24Small style changes.Andrei Karas1-2/+2
2012-08-23Remove useless includes.Andrei Karas1-4/+1
2012-08-21first part of checks and style fixes.Andrei Karas1-1/+1
2012-08-17Fix players and npc selection.Andrei Karas1-1/+1
2012-08-14Add npc cycle select.Andrei Karas1-5/+9
2012-08-01Fix code style.Andrei Karas1-2/+2
2012-07-17Fix more code style and additional warnings.Andrei Karas1-2/+4
2012-07-15Fix code style.Andrei Karas1-10/+10
2012-06-23Improve a bit iterators again.Andrei Karas1-4/+6
2012-06-17Replace SDL int types to C++ types.Andrei Karas1-9/+9
2012-06-11Fix random crashes in mouse right click actions.Andrei Karas1-1/+4
2012-06-08Add to npc option targetSelection to allow/disallow npc selection.Andrei Karas1-0/+19
2012-06-06Fix some issues after auto checking.Andrei Karas1-10/+9
2012-05-22Prevent from healing enemies.Andrei Karas1-3/+22
2012-05-12Fix code style.Andrei Karas1-3/+4
2012-05-08Fix compilation warning.Andrei Karas1-1/+0
2012-05-07Add getName property to item and flooritem.Andrei Karas1-32/+10
2012-05-06Fix pickup list loading.Andrei Karas1-1/+1
2012-05-05Add pickup ignore list.Andrei Karas1-11/+155
2012-05-03Refactor a bit actorspritemanager. (remove duplicate code)Andrei Karas1-102/+72
2012-04-27Add debug check.Andrei Karas1-1/+2
2012-04-25Improve iterators part 2.Andrei Karas1-6/+12
2012-04-01Checks after checks...Andrei Karas1-1/+0
2012-04-01Last part of fixes.Andrei Karas1-2/+2
2012-04-01One part of fixes after auto checking.Andrei Karas1-2/+2
2012-03-29Replace vectors with strings to short names.Andrei Karas1-4/+2
2012-02-29Simplify remove listener calls.Andrei Karas1-5/+1
2012-02-11Remove some unneeded includes.Andrei Karas1-2/+0
2012-02-11Add relative pixel based position to item drops (floor items).Andrei Karas1-2/+3
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