summaryrefslogtreecommitdiff
path: root/src/localplayer.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2011-09-08Replace most iterator to const_iterator.Andrei Karas1-7/+7
2011-09-05Fix move animation if moving with mouse or moving to navigation point.Andrei Karas1-3/+15
2011-09-01Eliminate asserts from most files.Andrei Karas1-2/+0
2011-08-17Change attack logic if enabled auto switching knife to bow.Andrei Karas1-4/+1
2011-08-16Show shop sign to other players only if shop is not empty.Andrei Karas1-1/+2
2011-08-12Rename file name ministatus to correct ministatuswindow.Andrei Karas1-1/+1
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-07-25Add removing palyers sprite logic depend on players direction.Andrei Karas1-1/+1
2011-07-23Fix some code style and compilation warnings.Andrei Karas1-1/+0
2011-07-09Fix updating local player status.Andrei Karas1-3/+3
2011-07-07Remove undescore from variables and defines.Andrei Karas1-1/+1
2011-07-05Add ability to send client states to other clients.Andrei Karas1-1/+39
2011-06-26Bit improve speed in map getwalk.Andrei Karas1-24/+20
2011-06-09Allow select item with any color in code where colors not supported.Andrei Karas1-8/+8
2011-06-05Fix some leaks in being class.Andrei Karas1-2/+0
2011-06-04Add colors support for drops panel.Andrei Karas1-8/+8
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-05-22Update translations again and fix typos.Andrei Karas1-1/+1
2011-05-21Fix player build path in special collisions.Andrei Karas1-8/+8
2011-05-21Fix removing home position from mouse and saving map objects/home position.Andrei Karas1-0/+12
2011-05-19Enable server type selection again. Add evol server type. Now working same as...Andrei Karas1-4/+8
2011-05-13Add more MANASERV_SUPPORT defines to disable server type checks, if manaserv ...Andrei Karas1-3/+14
2011-05-09Impliment air and water block types.Andrei Karas1-0/+6