summaryrefslogtreecommitdiff
path: root/src/localplayer.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-08-31move being related files into being dir.Andrei Karas1-4354/+0
2013-08-31move particles into particle dir.Andrei Karas1-1/+2
2013-08-31move input related files into input dir.Andrei Karas1-1/+2
2013-08-31move render classes into render dir.Andrei Karas1-1/+2
2013-08-30remove duplicate variables.Andrei Karas1-2/+2
2013-08-24remove most static methods from Client.Andrei Karas1-21/+21
2013-07-28move bools in localplayer.Andrei Karas1-20/+20
2013-07-17remove unused variable from localplayer.Andrei Karas1-10/+0
2013-07-11move sound constants to separate file.Andrei Karas1-0/+1
2013-06-30improve size() usage in localplayer.Andrei Karas1-4/+5
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