summaryrefslogtreecommitdiff
path: root/src/being/localplayer.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-05-09Fix distance to fix if auto fix position disabled to 7.Andrei Karas1-1/+1
2016-05-05Change follow from long distance move to naviate to point.Andrei Karas1-4/+4
2016-04-27Add packet SMSG_PLAYER_KILLED_BY 0x0b1d.Andrei Karas1-1/+2
2016-04-17Fix code style.Andrei Karas1-1/+1
2016-04-05Remove quotes from pragmas.Andrei Karas1-3/+3
2016-03-26Fix code style.Andrei Karas1-1/+1
2016-03-23Add status effect id type from int to int32_t.Andrei Karas1-1/+1
2016-03-22Not allow moving from sit state if server not support it.Andrei Karas1-0/+7
2016-03-12Fix wrong moving to target if was used attack by mouse.Andrei Karas1-1/+1
2016-03-07Disable all legacy "magic" commands if server type not tmwa.Andrei Karas1-0/+6
2016-03-07Change desync detection to simpler way.Andrei Karas1-19/+7
2016-03-05Replace in Being getter getName to mName.Andrei Karas1-15/+18
2016-03-05Replace most getters callc getTileX/getTileY to direct variables usage.Andrei Karas1-33/+33
2016-03-05Replace in Being speed field from vector to int.Andrei Karas1-1/+1
2016-03-05Use in most places int being positions and not float.Andrei Karas1-48/+51
2016-03-05Rename actor functions getPosition and setPosition.Andrei Karas1-11/+12
2016-03-05Removing usage getters getActorX/getActorY from being and localplayer.Andrei Karas1-3/+4
2016-03-04Remove getter getSprite from compoundsprite.Andrei Karas1-1/+1
2016-03-03Fix desync between client and server while moving.Andrei Karas1-49/+51
2016-02-23Fix compilation with gcc 4.4 or older.Andrei Karas1-3/+3
2016-02-23Add pragmas for disable -Wswitch-bool in some places.Andrei Karas1-0/+3
2016-02-22Add more missing consts.Andrei Karas1-1/+1
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