summaryrefslogtreecommitdiff
path: root/src/localplayer.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-04-20Fix incorrect load order.Andrei Karas1-0/+3
2012-03-08Restore 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
2011-09-28Add untarget key. By default unassigned.Andrei Karas1-0/+5
2011-09-27Add limit for stop attack packet.Andrei Karas1-0/+3
2011-09-23Improve target monster selection if option "target only reachanble" disabled.Andrei Karas1-6/+22
2011-09-22Remove getters for x,y player position in local player class.Andrei Karas1-83/+87
2011-09-22Improve speed on targeting monsters placed on same tile with player.Andrei Karas1-0/+3
2011-09-16Fix code style.Andrei Karas1-4/+1
2011-09-13Add missing checks to some files and style fixes.Andrei Karas1-63/+39
2011-09-09Fix code style.Andrei Karas1-2/+3
2011-09-09Continue fix for shadow variables/methods errors.Andrei Karas1-3/+3
2011-09-09Rename in listner class method from event to processEvent.Andrei Karas1-1/+2