summaryrefslogtreecommitdiff
path: root/src/localplayer.h
AgeCommit message (Collapse)AuthorFilesLines
2012-09-02Add const to more classes.Andrei Karas1-8/+9
2012-09-01Add const to more classes.Andrei Karas1-63/+75
2012-08-25Add consts to being class.Andrei Karas1-2/+2
2012-08-25change vars or methods to const.Andrei Karas1-2/+2
2012-08-24Small style changes.Andrei Karas1-2/+2
Also fix overloaded methods visibility.
2012-08-23Remove useless includes.Andrei Karas1-2/+0
2012-07-19Remove unused variable from localplayer class.Andrei Karas1-2/+0
2012-07-17Fix more code style and additional warnings.Andrei Karas1-1/+1
2012-06-17Replace SDL int types to C++ types.Andrei Karas1-1/+1
2012-05-13Move some code from logic queue to separate calls.Andrei Karas1-0/+2
It can improve perfomance in slow systems.
2012-05-09Add option to allow automatically attack next target. (disabled by default)Andrei Karas1-1/+2
2012-03-22Rename object event to depricatedevent because current implimentation veryAndrei Karas1-1/+1
bad and must be replaced with better implimentation.
2012-02-08Add chat command /setdrop N to set change drop counter.Andrei Karas1-0/+2
2012-02-08Fix compilation errors and more style.Andrei Karas1-2/+2
2012-02-03Add some missing getters.Andrei Karas1-30/+30
2012-01-28Add support for processing player statuses in evol server.Andrei Karas1-0/+2
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-12-21Dont load move type from config.Andrei Karas1-1/+2
2011-11-25Move A_UNUSED define to include file.Andrei Karas1-6/+0
2011-11-19Show changed yellow bar modes in debug chat tab.Andrei Karas1-0/+35
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-3/+4
2011-11-02Add option to yellow bar to change player attack in pvp mode.Andrei Karas1-0/+9
Modes: attack all, attack not friends, attack bad relations, dont attack players.
2011-10-30Add pseudo away chat command.Andrei Karas1-0/+6
Command: /pseudoaway [test]
2011-10-30Remove duplicate getAway function.Andrei Karas1-3/+0
2011-10-10Player range fix after previous commit.Andrei Karas1-2/+0
2011-10-10Add support for reading monsters attack range.Andrei Karas1-5/+0
Tmw server not supported.
2011-09-29Fix move to target in attack range.Andrei Karas1-0/+2
2011-09-28Add untarget key. By default unassigned.Andrei Karas1-0/+2
It remove targeting but not stop server side attack.
2011-09-23Improve target monster selection if option "target only reachanble" disabled.Andrei Karas1-0/+1
2011-09-09Rename in listner class method from event to processEvent.Andrei Karas1-1/+1
2011-09-05Fix move animation if moving with mouse or moving to navigation point.Andrei Karas1-0/+1
2011-08-07Add auto adjust perfomance ability.Andrei Karas1-0/+6
2011-07-18Fix code style.Andrei Karas1-1/+1
2011-07-09Fix updating local player status.Andrei Karas1-2/+1
2011-07-07Remove undescore from variables and defines.Andrei Karas1-2/+2
2011-07-05Add ability to send client states to other clients.Andrei Karas1-0/+10
Using for this emotes.
2011-05-31Revert "Switch includes to use embedded guichan."Andrei Karas1-1/+1
This reverts commit 338c3b1cae626830c9b9d231aeb9f9e8034b37d1.
2011-05-30Switch includes to use embedded guichan.Andrei Karas1-1/+1
2011-05-21Fix removing home position from mouse and saving map objects/home position.Andrei Karas1-3/+4
2011-05-13Add more MANASERV_SUPPORT defines to disable server type checks, if manaserv ↵Andrei Karas1-0/+6
disabled. Fix some compilation warnings.
2011-05-09Impliment air and water block types.Andrei Karas1-0/+2
2011-05-06Move attack filter arrays and methods from localplayer to actorspritemanager ↵Andrei Karas1-81/+0
class.
2011-05-06Fix player moving with mouse.Andrei Karas1-2/+2
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-29Fix code style.Andrei Karas1-4/+8
2011-04-26Impliment 3 attack lists. (priority, attack, ignore)Andrei Karas1-1/+30
2011-04-24Add reset yellow bar command to bars context menu.Andrei Karas1-0/+2
2011-04-21Impliment attack filter.Andrei Karas1-0/+47
Add tab in social tab.
2011-04-18Remove old handleAttack in localplayer.h.Andrei Karas1-13/+0
2011-04-14Stop protected pickups flood.Andrei Karas1-1/+2
2011-04-09Small refactoring based on idea from mana commit ↵Andrei Karas1-1/+1
30d4b0adf4f17f05d1d62fc3428c896ef1079b6b