summaryrefslogtreecommitdiff
path: root/src/localplayer.h
AgeCommit message (Expand)AuthorFilesLines
2013-05-24fix code style.Andrei Karas1-1/+0
2013-05-21improve skilldialog class.Andrei Karas1-1/+1
2013-05-18rename listender to depricatedlistener.Andrei Karas1-2/+2
2013-04-21some other fixes from cpplint.Andrei Karas1-1/+1
2013-04-14another fixes from cpplint.Andrei Karas1-18/+17
2013-04-07fix more style, add consts.Andrei Karas1-1/+1
2013-04-07fix cide style.Andrei Karas1-1/+1
2013-04-07some fixes after auto check.Andrei Karas1-1/+1
2013-03-17add walkmaps support.Andrei Karas1-3/+3
2013-03-01Fix code style.Andrei Karas1-1/+1
2013-02-28Improve localplayer class.Andrei Karas1-30/+10
2013-01-26Fix show ping time if timer overflowed and still no response from server.Andrei Karas1-1/+1
2013-01-22Show incomplete ping value if time waiting already more than previous ping time.Andrei Karas1-2/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-10-30Add unused warnings to some files.Andrei Karas1-51/+46
2012-10-20Fix code style and some minor issues.Andrei Karas1-1/+2
2012-10-16Fix code style and some other minor issues.Andrei Karas1-1/+1
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-1/+1
2012-10-10Delete copy constructor in some classes.Andrei Karas1-0/+2
2012-09-22Add override keyword to most overriden methods.Andrei Karas1-10/+12
2012-09-22Add final keyword to most classes.Andrei Karas1-3/+4
2012-09-09fix code style.Andrei Karas1-2/+2
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
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
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
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
2011-10-30Add pseudo away chat command.Andrei Karas1-0/+6
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
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