summaryrefslogtreecommitdiff
path: root/src/localplayer.cpp
AgeCommit message (Collapse)AuthorFilesLines
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
Modes: attack all, attack not friends, attack bad relations, dont attack players.
2011-10-31Stop moving if npc dialog is showed.Andrei Karas1-0/+1
2011-10-30Add pseudo away chat command.Andrei Karas1-1/+9
Command: /pseudoaway [test]
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
In this mode player not selecting closer targets.
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
It remove targeting but not stop server side attack.
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
Some other minor changes.
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
Using for this emotes.
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
Delete search item function without colors support.
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it.
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 ↵Andrei Karas1-4/+8
as tmweathena.
2011-05-13Add more MANASERV_SUPPORT defines to disable server type checks, if manaserv ↵Andrei Karas1-3/+14
disabled. Fix some compilation warnings.
2011-05-09Impliment air and water block types.Andrei Karas1-0/+6
2011-05-09Separate commands and text for translation.Andrei Karas1-6/+4
2011-05-06Move attack filter arrays and methods from localplayer to actorspritemanager ↵Andrei Karas1-116/+0
class.
2011-05-06Fix player moving with mouse.Andrei Karas1-11/+12
Now move with mouse is soft moving. Player always can stop or change direction. Collisions not stoping player what holding down left mouse button. Also fix typo in method name navigateClean.
2011-04-28Dont second set destination packet if using special move modes.Andrei Karas1-9/+11
2011-04-28Add fade out music also to local music.Andrei Karas1-1/+6
2011-04-26Impliment 3 attack lists. (priority, attack, ignore)Andrei Karas1-0/+52