summaryrefslogtreecommitdiff
path: root/src/localplayer.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-06-01Add chat command /testparticle for testing particle effects on player.Andrei Karas1-4/+39
2013-05-31Fix spell attack key.Andrei Karas1-3/+0
2013-05-03add comments for translators.Andrei Karas1-6/+110
2013-04-21some other fixes from cpplint.Andrei Karas1-1/+1
2013-04-20Remove unused defaults for attack sounds.Andrei Karas1-14/+0
2013-04-20fix style in other files.Andrei Karas1-0/+4
2013-04-18increase 10 ms timer max value to INT_MAX / 2.Andrei Karas1-1/+3
2013-04-14some more style fixes from cpplint.Andrei Karas1-32/+21
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-24/+19
2013-04-07remove some default values for parameters.Andrei Karas1-1/+1
2013-04-07some fixes after auto check.Andrei Karas1-1/+1
2013-03-31Rename SoundManager sigleton from sound to soundManager.Andrei Karas1-9/+10
2013-03-17add walkmaps support.Andrei Karas1-23/+15
2013-03-09Improve map class.Andrei Karas1-0/+2
2013-03-01Fix magic skill level checks.Andrei Karas1-2/+2
2013-02-28Improve localplayer class.Andrei Karas1-237/+159
2013-02-25Improve string usage in other files.Andrei Karas1-2/+2
2013-02-24Rename specialhandler to skillhandler.Andrei Karas1-1/+1
2013-02-24Add support for show quest variables in skills window (evol only)Andrei Karas1-6/+4
2013-02-19Add support for away particle effect.Andrei Karas1-0/+2
2013-02-19Add option to enable/disable gm tab.Andrei Karas1-1/+1
2013-02-19Add support for GM tab.Andrei Karas1-1/+5
2013-02-01Fix code style.Andrei Karas1-2/+1
2013-01-26Fix show ping time if timer overflowed and still no response from server.Andrei Karas1-10/+20
2013-01-22Show incomplete ping value if time waiting already more than previous ping time.Andrei Karas1-0/+20
2013-01-20Replace for to FOR_EACH in some classes.Andrei Karas1-2/+3
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-30Add support for different sounds from different weapons.Andrei Karas1-1/+2
2012-12-25Improve empty strings manipulation.Andrei Karas1-4/+4
2012-12-03Rename sound.cpp/h to soundmanager.Andrei Karas1-1/+1
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+4
2012-10-20Fix code style and some minor issues.Andrei Karas1-11/+10
2012-10-16Fix code style and some other minor issues.Andrei Karas1-2/+2
2012-10-16Fix some signed/unsigned chars issues.Andrei Karas1-4/+4
2012-10-14Add some android fixes.Andrei Karas1-0/+4
2012-09-09fix code style.Andrei Karas1-2/+2
2012-09-08Add new colors for whisper tabs.Andrei Karas1-3/+3
2012-09-08Rename colors WHISPER and WHISPER_OFFLINE to WHISPER_TAB and WHISPER_TAB_OFFL...Andrei Karas1-1/+1
2012-09-08Improve constructors in some classes.Andrei Karas1-40/+36
2012-09-04add const to more classes,Andrei Karas1-1/+1
2012-09-02Add const to more classes.Andrei Karas1-9/+9
2012-09-01Add const to more classes.Andrei Karas1-135/+147
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-23Remove useless includes.Andrei Karas1-6/+0
2012-08-01Fix code style.Andrei Karas1-1/+1
2012-07-23Improve perfomance in some object constructors.Andrei Karas1-4/+2
2012-07-19Add new mode to move to target option "(B) attack range - 1".Andrei Karas1-1/+10
2012-07-19Add new hardcoded sword to auto switch weapon code.Andrei Karas1-0/+6
2012-07-18Another warning fixes.Andrei Karas1-4/+0