summaryrefslogtreecommitdiff
path: root/src/net/tmwa/partyrecv.cpp
AgeCommit message (Collapse)AuthorFilesLines
2024-08-28Remove silly msg.read* duplicationFedja Beader1-7/+1
& 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-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-08-30Move some variables to better scope.Andrei Karas1-1/+7
2017-06-29Move foreach macroses into separate file.Andrei Karas1-0/+2
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-26/+26
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-08-20Split processPartySettingsContinue.Andrei Karas1-1/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-08-29Fix code style.Andrei Karas1-3/+2
2015-08-28Move receive code from partyhandler into separate file.Andrei Karas1-0/+296