summaryrefslogtreecommitdiff
path: root/src/localplayer.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-06-24Add autodetection walkable tiles in maps without client data.Andrei Karas1-0/+2
2012-06-17Replace SDL int types to C++ types.Andrei Karas1-8/+8
2012-05-13Move some code from logic queue to separate calls.Andrei Karas1-8/+13
2012-05-09Add option to allow automatically attack next target. (disabled by default)Andrei Karas1-8/+8
2012-05-05Add pickup ignore list.Andrei Karas1-2/+5
2012-04-25Improve iterators part 2.Andrei Karas1-5/+4
2012-04-12Fix incorrect load order.Andrei Karas1-0/+3
2012-04-01Last part of fixes.Andrei Karas1-0/+2
2012-03-31Disable for now limits for change direction packets.Andrei Karas1-17/+17
2012-03-22Rename object event to depricatedevent because current implimentation veryAndrei Karas1-1/+1
2012-03-13Use per race equipment sprites.Andrei Karas1-1/+2
2012-03-07Restore volume in disconnect in afk mode.Andrei Karas1-2/+6
2012-02-29Simplify remove listener calls.Andrei Karas1-10/+1
2012-02-28Fix some sound event.Andrei Karas1-1/+1
2012-02-28Add different sound effects for different events.Andrei Karas1-2/+3
2012-02-25Fix old casts.Andrei Karas1-1/+1
2012-02-22Fix code style.Andrei Karas1-1/+1
2012-02-19Fix display combined xp+job particle if used client data translations.Andrei Karas1-2/+3
2012-02-18Fix code style.Andrei Karas1-6/+2
2012-02-12Remove unused variable.Andrei Karas1-1/+0
2012-02-11Remove some unneeded includes.Andrei Karas1-5/+0
2012-02-08Add chat command /setdrop N to set change drop counter.Andrei Karas1-0/+10
2012-02-08Increased drop counter max value from 9 to 30.Andrei Karas1-3/+12
2012-02-08Fix compilation errors and more style.Andrei Karas1-6/+6
2012-02-08Fix code style with new tool.Andrei Karas1-8/+8
2012-02-06Use client data translation. For now language same as gui language.Andrei Karas1-4/+12
2012-02-05Fix string in pvp attack modes.Andrei Karas1-1/+1
2012-02-05Separate map class to map and maplayer.Andrei Karas1-0/+1
2012-02-02Add some checks after automatic checking.Andrei Karas1-0/+3
2012-01-28Add support for processing player statuses in evol server.Andrei Karas1-1/+22
2012-01-25Some fixed for evol range attack changes.Andrei Karas1-2/+3
2012-01-21Fix compilation errors and warnings for another gcc 4.7 snapshot.Andrei Karas1-3/+3
2012-01-19Change translation string by adding %s.Andrei Karas1-1/+2
2012-01-06Fix a bit code style.Andrei Karas1-4/+8
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-12-21Dont load move type from config.Andrei Karas1-5/+7
2011-12-06Add gm commands to chat autocomplete list (only for gms)Andrei Karas1-0/+4
2011-11-24Remove some debug messages and old comments.Andrei Karas1-12/+0
2011-11-19Show changed yellow bar modes in debug chat tab.Andrei Karas1-128/+354
2011-11-08Fix more gcc 4.7 warnings.Andrei Karas1-18/+23
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-8/+8
2011-11-05Fix code style.Andrei Karas1-1/+2
2011-11-02Add option to yellow bar to change player attack in pvp mode.Andrei Karas1-16/+54
2011-10-31Stop moving if npc dialog is showed.Andrei Karas1-0/+1
2011-10-30Add pseudo away chat command.Andrei Karas1-1/+9
2011-10-30Remove duplicate getAway function.Andrei Karas1-1/+1
2011-10-19Disable autofix position for move to target archer mode.Andrei Karas1-1/+4
2011-10-10Player range fix after previous commit.Andrei Karas1-1/+2
2011-10-02Add new move to target mode for archers.Andrei Karas1-1/+2
2011-09-29Fix move to target in attack range.Andrei Karas1-1/+9