summaryrefslogtreecommitdiff
path: root/src/being/localplayer.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-02-20Add missing const in being directory.Andrei Karas1-5/+9
2016-02-08Allow attack also if casting animation active.Andrei Karas1-2/+6
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-51/+51
2016-01-04Add missing TRANSLATORS comments to translation strings.Andrei Karas1-2/+3
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-29Move item into item directory.Andrei Karas1-1/+2
2015-12-26Fix code style.Andrei Karas1-1/+0
2015-12-20Move animatedsprite into sprite directory.Andrei Karas1-1/+2
2015-12-14Move soundconsts.h into const directory.Andrei Karas1-2/+3
2015-11-16Fix code style.Andrei Karas1-0/+1
2015-10-31Move away message to per server configuration file.Andrei Karas1-2/+3
2015-10-15Simplify setWall function in map.Andrei Karas1-1/+1
2015-09-20Add function for selecting new target.Andrei Karas1-0/+16
2015-08-16Add strong typed int for item color.Andrei Karas1-4/+4
2015-08-09Fix yellow bar option "archer attack range".Andrei Karas1-1/+1
2015-08-09Add some missing checks to being found by paranucker.Andrei Karas1-4/+5
2015-07-02Move mapitemtype into enums directory.Andrei Karas1-1/+2
2015-06-20Fix code style.Andrei Karas1-2/+0
2015-06-18Add option gmTabMinimalLevel to paths.xml for show gm chat tab.Andrei Karas1-2/+1
2015-06-06Fix code style.Andrei Karas1-4/+1
2015-06-03Rename packettypes.h into packettype.hAndrei Karas1-1/+1
2015-06-03User full enum name in packets type.Andrei Karas1-11/+11
2015-06-01Convert UserColorId enum into strong typed enum.Andrei Karas1-1/+1
2015-05-30Move relation enum into separate file.Andrei Karas1-1/+1
2015-05-30Convert Reachable enum into strong typed enum.Andrei Karas1-5/+5
2015-05-30Move reachable enum into separate file.Andrei Karas1-5/+6
2015-05-30Move user defined colors enum into separate file.Andrei Karas1-4/+4
2015-05-30Move theme colors enum into separate file.Andrei Karas1-1/+1
2015-05-30Convert TargetCursorType enum into strong typed enum.Andrei Karas1-1/+1
2015-05-29Convert Pickup enum into strong typed enum.Andrei Karas1-1/+1
2015-05-29Convert BeingAction enum into strong typed enum.Andrei Karas1-3/+3
2015-05-29Convert Attributes enum into strong typed enum.Andrei Karas1-2/+2
2015-05-29Use BeingTypeId in Being for subtypeid.Andrei Karas1-1/+1
2015-05-29Add strong typed int type BeingId.Andrei Karas1-9/+12
2015-05-24Add strong typed bool type IgnoreRecord.Andrei Karas1-1/+3
2015-05-22Fix code style.Andrei Karas1-0/+1
2015-05-05Replace most bools usage in playerinfo to strong typed bools.Andrei Karas1-10/+10
2015-04-24Fix code style.Andrei Karas1-0/+1
2015-04-20Add quick settings page for yellow bar options.Andrei Karas1-1/+1
2015-04-06Add variable in away message with player name.Andrei Karas1-2/+5
2015-03-28Impliment packet SMSG_PLAYER_HEAL.Andrei Karas1-0/+18
2015-03-24eathena: use exp packet to show exp and job messages.Andrei Karas1-16/+32
2015-03-17fix nacl and windows compilation.Andrei Karas1-0/+2
2015-03-17Remove useless includes from .h files.Andrei Karas1-0/+2
2015-03-16Remove useless includes from cpp filesAndrei Karas1-7/+0
2015-02-28Build mercenaryhandler only if eathena enabled.Andrei Karas1-0/+4
2015-02-23Move crazy moves code from local player into separate file.Andrei Karas1-679/+2
2015-02-23Move crazy move state into settings class.Andrei Karas1-64/+63
2015-02-20eathena: add packet CMSG_SET_STATUS.Andrei Karas1-3/+5
2015-02-11Add typed bool type Equipped.Andrei Karas1-4/+4