Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-02-20 | Convert navigateTo to take a Position instead of two integers. | Fedja Beader | 1 | -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-03 | Typofix: mShowNavigePath -> mShowNavigatePath | Fedja Beader | 1 | -1/+1 | |
**** mana/plus!119 | |||||
2025-01-28 | Fix typo chec -> check | Fedja Beader | 1 | -2/+2 | |
**** mana/plus!113 | |||||
2024-02-09 | Update copyright headers up to 2023 | Jesusalva Jesusalva | 1 | -1/+2 | |
2019-03-21 | Possible fix for desync in moving | Andrei Karas | 1 | -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-01 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2018-04-23 | Fix different cast issues and remove useless explicit keywords. | Andrei Karas | 1 | -2/+2 | |
2018-01-09 | Remove useless A_CONST attributes. | Andrei Karas | 1 | -1/+1 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-12-28 | Add missing override and final to destructors. | Andrei Karas | 1 | -1/+1 | |
Also remove some empty destructors. | |||||
2017-12-17 | Remove default parameters from localplayer. | Andrei Karas | 1 | -20/+27 | |
2017-12-16 | Remove extra nextTile function from localplayer. | Andrei Karas | 1 | -4/+1 | |
2017-10-18 | Add packet SMSG_PLAYER_GET_EXP2 0x0acc. | Andrei Karas | 1 | -2/+2 | |
2017-09-27 | Change player job level, exp from stat object to attribute. | Andrei Karas | 1 | -7/+1 | |
2017-09-27 | Change attributes value type to int64. | Andrei Karas | 1 | -2/+2 | |
2017-08-22 | Remove default patameter from LocalPlayer::setAction. | Andrei Karas | 1 | -1/+1 | |
2017-07-14 | Replace std::vector into macro STD_VECTOR. | Andrei Karas | 1 | -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-12 | Move group id from localplayer to being. | Andrei Karas | 1 | -6/+1 | |
2017-07-12 | Rename gm level into group id in localplayer.cpp | Andrei Karas | 1 | -4/+4 | |
2017-06-13 | Move virtual methods from Being constructor to postInit. | Andrei Karas | 1 | -1/+1 | |
2017-06-07 | Fix some wrong parameter names in headers. | Andrei Karas | 1 | -1/+1 | |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 1 | -2/+2 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-12-12 | Add noexcept in some files. | Andrei Karas | 1 | -17/+17 | |
2016-10-16 | Add option to show player name only for selected player.s20161017 | Andrei Karas | 1 | -0/+2 | |
2016-09-30 | Fix removing particle effects after end effect message. | Andrei Karas | 1 | -0/+1 | |
2016-09-23 | Add missing comments into defines. | Andrei Karas | 1 | -2/+2 | |
2016-09-09 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2016-08-29 | Use time_t for time values. | Andrei Karas | 1 | -4/+4 | |
2016-07-29 | Fix code style. | Andrei Karas | 1 | -1/+0 | |
2016-07-29 | Add some missing tmwa defines. | Andrei Karas | 1 | -2/+8 | |
2016-07-27 | Impliment packet SMSG_HOMUNCULUS_EXP 0x0b22. | Andrei Karas | 1 | -0/+2 | |
For now it show homunculus exp over player ovner. But probably need show it over homunculus. | |||||
2016-07-21 | Add packet SMSG_WALK_ERROR 0x0b21. | Andrei Karas | 1 | -0/+4 | |
2016-07-17 | Freeze plater while casting skill. | Andrei Karas | 1 | -0/+4 | |
2016-07-10 | Add support for initial particle effect for effect from status-effects.xml | Andrei Karas | 1 | -1/+2 | |
2016-05-09 | Add settings for set distance for start syncyng player. | Andrei Karas | 1 | -0/+1 | |
Default distance is 2 and it good for ping < 500. But for bigger ping probably need other values. | |||||
2016-04-17 | Revert "Remove override keyword, if it present with final." | Andrei Karas | 1 | -15/+15 | |
This reverts commit 55480eb4477b2cf85af1bcdcc5e8ec4f4ce6682d. | |||||
2016-04-17 | Remove override keyword, if it present with final. | Andrei Karas | 1 | -15/+15 | |
2016-03-23 | Add status effect id type from int to int32_t. | Andrei Karas | 1 | -2/+2 | |
2016-03-22 | Not allow moving from sit state if server not support it. | Andrei Karas | 1 | -0/+2 | |
2016-03-07 | Change desync detection to simpler way. | Andrei Karas | 1 | -1/+1 | |
Also use "sync move" option to enable/disable short/long range desync fix. | |||||
2016-03-05 | Replace most getters callc getTileX/getTileY to direct variables usage. | Andrei Karas | 1 | -2/+2 | |
2016-02-22 | Add more missing consts. | Andrei Karas | 1 | -1/+1 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-12-23 | Add const attribute to being classes. | Andrei Karas | 1 | -2/+3 | |
2015-09-20 | Add function for selecting new target. | Andrei Karas | 1 | -0/+4 | |
2015-08-16 | Add strong typed int for item color. | Andrei Karas | 1 | -1/+1 | |
2015-06-06 | Fix code style. | Andrei Karas | 1 | -4/+0 | |
2015-06-01 | Convert UserColorId enum into strong typed enum. | Andrei Karas | 1 | -2/+3 | |
2015-05-30 | Move user defined colors enum into separate file. | Andrei Karas | 1 | -1/+3 | |