summaryrefslogtreecommitdiff
path: root/src/being/localplayer.h
AgeCommit message (Collapse)AuthorFilesLines
2025-02-20Convert navigateTo to take a Position instead of two integers.Fedja Beader1-3/+3
Tile coordinates dance in pairs, so let's pair them up. also grows exe size by about 3K, hope this will go away when the rest is converted to Position as well. Note: on my local debug build only. Not on gcc10 CI. Squashed with: * Should it be mNavigateDest or mNavigateTo? Hmm, the jury is still out there ... **** mana/plus!116
2025-02-03Typofix: mShowNavigePath -> mShowNavigatePathFedja Beader1-1/+1
**** mana/plus!119
2025-01-28Fix typo chec -> checkFedja Beader1-2/+2
**** mana/plus!113
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2019-03-21Possible fix for desync in movingAndrei Karas1-0/+3
Handle player stop packet always. Check desync always if tile changed client side. Check desync always if server move response packet received. Removed unused configuration option.
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-04-23Fix different cast issues and remove useless explicit keywords.Andrei Karas1-2/+2
2018-01-09Remove useless A_CONST attributes.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-28Add missing override and final to destructors.Andrei Karas1-1/+1
Also remove some empty destructors.
2017-12-17Remove default parameters from localplayer.Andrei Karas1-20/+27
2017-12-16Remove extra nextTile function from localplayer.Andrei Karas1-4/+1
2017-10-18Add packet SMSG_PLAYER_GET_EXP2 0x0acc.Andrei Karas1-2/+2
2017-09-27Change player job level, exp from stat object to attribute.Andrei Karas1-7/+1
2017-09-27Change attributes value type to int64.Andrei Karas1-2/+2
2017-08-22Remove default patameter from LocalPlayer::setAction.Andrei Karas1-1/+1
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-1/+1
In most case it equal to std::vector except debug modes. Now it can be also mse::mstd::vector, but sadly this class not support all required features.
2017-07-12Move group id from localplayer to being.Andrei Karas1-6/+1
2017-07-12Rename gm level into group id in localplayer.cppAndrei Karas1-4/+4
2017-06-13Move virtual methods from Being constructor to postInit.Andrei Karas1-1/+1
2017-06-07Fix some wrong parameter names in headers.Andrei Karas1-1/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-2/+2
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-12Add noexcept in some files.Andrei Karas1-17/+17
2016-10-16Add option to show player name only for selected player.s20161017Andrei Karas1-0/+2
2016-09-30Fix removing particle effects after end effect message.Andrei Karas1-0/+1
2016-09-23Add missing comments into defines.Andrei Karas1-2/+2
2016-09-09Fix code style.Andrei Karas1-1/+1
2016-08-29Use time_t for time values.Andrei Karas1-4/+4
2016-07-29Fix code style.Andrei Karas1-1/+0
2016-07-29Add some missing tmwa defines.Andrei Karas1-2/+8
2016-07-27Impliment packet SMSG_HOMUNCULUS_EXP 0x0b22.Andrei Karas1-0/+2
For now it show homunculus exp over player ovner. But probably need show it over homunculus.
2016-07-21Add packet SMSG_WALK_ERROR 0x0b21.Andrei Karas1-0/+4
2016-07-17Freeze plater while casting skill.Andrei Karas1-0/+4
2016-07-10Add support for initial particle effect for effect from status-effects.xmlAndrei Karas1-1/+2
2016-05-09Add settings for set distance for start syncyng player.Andrei Karas1-0/+1
Default distance is 2 and it good for ping < 500. But for bigger ping probably need other values.
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas1-15/+15
This reverts commit 55480eb4477b2cf85af1bcdcc5e8ec4f4ce6682d.
2016-04-17Remove override keyword, if it present with final.Andrei Karas1-15/+15
2016-03-23Add status effect id type from int to int32_t.Andrei Karas1-2/+2
2016-03-22Not allow moving from sit state if server not support it.Andrei Karas1-0/+2
2016-03-07Change desync detection to simpler way.Andrei Karas1-1/+1
Also use "sync move" option to enable/disable short/long range desync fix.
2016-03-05Replace most getters callc getTileX/getTileY to direct variables usage.Andrei Karas1-2/+2
2016-02-22Add more missing consts.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-23Add const attribute to being classes.Andrei Karas1-2/+3
2015-09-20Add function for selecting new target.Andrei Karas1-0/+4
2015-08-16Add strong typed int for item color.Andrei Karas1-1/+1
2015-06-06Fix code style.Andrei Karas1-4/+0
2015-06-01Convert UserColorId enum into strong typed enum.Andrei Karas1-2/+3
2015-05-30Move user defined colors enum into separate file.Andrei Karas1-1/+3