summaryrefslogtreecommitdiff
path: root/src/localplayer.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-17Fix more code style and additional warnings.Andrei Karas1-11/+13
2012-07-15Fix code style.Andrei Karas1-7/+8
2012-06-24Add autodetection walkable tiles in maps without client data.Andrei Karas1-0/+2
2012-06-17Replace SDL int types to C++ types.Andrei Karas1-8/+8
2012-05-13Move some code from logic queue to separate calls.Andrei Karas1-8/+13
2012-05-09Add option to allow automatically attack next target. (disabled by default)Andrei Karas1-8/+8
2012-05-05Add pickup ignore list.Andrei Karas1-2/+5
2012-04-25Improve iterators part 2.Andrei Karas1-5/+4
2012-04-12Fix incorrect load order.Andrei Karas1-0/+3
2012-04-01Last part of fixes.Andrei Karas1-0/+2
2012-03-31Disable for now limits for change direction packets.Andrei Karas1-17/+17
2012-03-22Rename object event to depricatedevent because current implimentation veryAndrei Karas1-1/+1
2012-03-13Use per race equipment sprites.Andrei Karas1-1/+2
2012-03-07Restore volume in disconnect in afk mode.Andrei Karas1-2/+6
2012-02-29Simplify remove listener calls.Andrei Karas1-10/+1
2012-02-28Fix some sound event.Andrei Karas1-1/+1
2012-02-28Add different sound effects for different events.Andrei Karas1-2/+3
2012-02-25Fix old casts.Andrei Karas1-1/+1
2012-02-22Fix code style.Andrei Karas1-1/+1
2012-02-19Fix display combined xp+job particle if used client data translations.Andrei Karas1-2/+3
2012-02-18Fix code style.Andrei Karas1-6/+2
2012-02-12Remove unused variable.Andrei Karas1-1/+0
2012-02-11Remove some unneeded includes.Andrei Karas1-5/+0