CTeamsCore::Teams
function returns incorrect teams for inactive clients.
Do not render invalid tees for kill messages with inactive killer or victim. Ignore kill messages that have neither active killer nor active victim nor valid weapon.
Ignore race finish messages for inactive client IDs.
$ wget https://ddnet.org/stats/ddnet-sql.zip # (~2.5 GiB)
is there a smaller.... oneddnet-sql.zip
is the most complete.BrushDraw()
to replace expressions in array indices, similar to FillSelection()
, for improved readability.
The BrushDraw()
and FillSelection()
functions in layer_xxx.cpp
have quite a few similarities. In FillSelection()
, the part where the index is calculated is placed in auxiliary variables for better readability. I think it would make sense to unify this approach.
Except for the TgtIndex
variable already existing in layer_tele.cpp
(which is o...