Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-08-28 | Remove silly msg.read* duplication | Fedja Beader | 1 | -2/+3 | |
& shaves ~5KB from debug binary. previd=""; while read -r line; do if [[ $line =~ .*"msg.read"[^\"]*"\""([^\"]*).* ]]; then id="${BASH_REMATCH[1]}"; if [[ "$id" == "$previd" ]]; then printf "%s\n" "$line"; fi; previd="$id"; fi; done < <(grep -r 'msg.read.*' src/net/) **** mana/plus!91 | |||||
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 | -2/+1 | |
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-10-29 | Fix code style.s20181102 | Andrei Karas | 1 | -1/+1 | |
2018-05-23 | Fix crash with wrong moving path. | Andrei Karas | 1 | -0/+5 | |
2018-02-12 | Fix code style. Add missing actorManager null checks. | Andrei Karas | 1 | -0/+2 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-12-16 | Remove default parameters from Being::takeDamage. | Andrei Karas | 1 | -1/+1 | |
2017-08-21 | Remove useless variables. | Andrei Karas | 1 | -2/+1 | |
2017-07-11 | Fix memory leak in BeingRecv::processBeingMove3, if player not totally visible. | Andrei Karas | 1 | -2/+4 | |
2017-06-29 | Move foreach macroses into separate file. | Andrei Karas | 1 | -0/+2 | |
2017-06-11 | Rename player_relations into playerRelations. | Andrei Karas | 1 | -1/+1 | |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 1 | -32/+32 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-11-11 | Fix typo implimented -> implemented. | Andrei Karas | 1 | -1/+1 | |
2016-09-12 | Add packet SMSG_SKILL_NO_DAMAGE 0x09cb. | Andrei Karas | 1 | -1/+5 | |
2016-08-21 | Improve move3 packet handling for local player and for empty path. | Andrei Karas | 1 | -8/+7 | |
2016-07-01 | Fix code style. | Andrei Karas | 1 | -4/+2 | |
2016-06-22 | Build path in SMSG_BEING_MOVE3 packet from back to forward and if need fix ↵ | Andrei Karas | 1 | -51/+22 | |
start position. | |||||
2016-06-21 | Remove function BeingRecv::setSprite | Andrei Karas | 1 | -10/+0 | |
2016-06-21 | Remove colorId parameter from Being::updateSprite. | Andrei Karas | 1 | -3/+2 | |
2016-06-08 | Simplify set weapon sprite. | Andrei Karas | 1 | -3/+2 | |
2016-06-08 | Add setTempSprite method into Being. | Andrei Karas | 1 | -3/+2 | |
2016-06-08 | Add strong typed bool IsTempSprite. | Andrei Karas | 1 | -1/+1 | |
2016-06-08 | Add strong typed bool IsWeapon. | Andrei Karas | 1 | -1/+1 | |
2016-05-20 | Fix code style. | Andrei Karas | 1 | -2/+2 | |
2016-05-18 | Fix random one tile desync in SMSG_BEING_MOVE3 packet. | Andrei Karas | 1 | -0/+57 | |
2016-04-02 | Sort more packets. Add version checks inside packets. | Andrei Karas | 1 | -28/+0 | |
2016-03-22 | Add support for packet version in servers list xml and in editor. | Andrei Karas | 1 | -7/+5 | |
2016-03-18 | Fix reading packet SMSG_BEING_MOVE3 for non existing player. | Andrei Karas | 1 | -0/+1 | |
2016-03-17 | Read whole packet SMSG_BEING_MOVE3 if being not exists. | Andrei Karas | 1 | -0/+4 | |
2016-03-10 | For unknown packet field values show packet id and field value. | Andrei Karas | 1 | -1/+1 | |
2016-03-05 | Replace in Being speed field from vector to int. | Andrei Karas | 1 | -1/+1 | |
2016-02-03 | Add option for saving mapping between account id and nicks. | Andrei Karas | 1 | -2/+3 | |
This information stored in separate files. | |||||
2016-02-03 | Read full packet SMSG_BEING_EMOTION in all cases. | Andrei Karas | 1 | -0/+2 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-10-31 | Add support for dead trick status effect (hercules) | Andrei Karas | 1 | -0/+1 | |
2015-10-23 | Fix read size for packet SMSG_BEING_REMOVE. | Andrei Karas | 1 | -1/+0 | |
2015-10-14 | Add option for show why player disappeared. Can be usefull for GM's. | Andrei Karas | 1 | -0/+38 | |
Located in settings / players / Log players actions (for GM) | |||||
2015-10-13 | Add npc attribute what allow or prevent removing npc after out of sight. | Andrei Karas | 1 | -1/+8 | |
New npc attribute: allowDelete | |||||
2015-09-26 | Fix moving animation issue with move3 packets enabled. | Andrei Karas | 1 | -0/+4 | |
2015-08-29 | Fix code style. | Andrei Karas | 1 | -0/+1 | |
2015-08-24 | Rename being receive handler into beingrecv. | Andrei Karas | 1 | -0/+473 | |