summaryrefslogtreecommitdiff
path: root/src/net/tmwa/beingrecv.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-03-05Remove outdated serverVersion checks from tmwa net code.Andrei Karas1-12/+5
2016-03-05Replace in Being speed field from vector to int.Andrei Karas1-5/+5
2016-02-20Add missing const in net directory.Andrei Karas1-1/+1
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-35/+35
2016-02-07Read whole SMSG_BEING_RESURRECT if being not exists.Andrei Karas1-0/+2
2016-02-07Read whole SMSG_BEING_SELFEFFECT packet if being not exists.Andrei Karas1-0/+2
2016-02-01Add debug messages to some packets.Andrei Karas1-1/+2
2016-02-01Fix status effects change for invisible players (tmwa)Andrei Karas1-0/+7
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-09-04Remove some useless includes.Andrei Karas1-1/+2
2015-08-29Fix code style.Andrei Karas1-3/+4
2015-08-24Rename being receive handler into beingrecv.Andrei Karas1-0/+1392