]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commit
Refactor Nagger_SendEntity and Net_Handle_ENT_CLIENT_NAGGER
authorbones_was_here <bones_was_here@xonotic.au>
Wed, 23 Nov 2022 14:59:28 +0000 (00:59 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Fri, 6 Jan 2023 07:16:33 +0000 (17:16 +1000)
commit23f6ab3616da6c14b4ca506227dd296df299e035
tree18cd201127541446df2f784ef33b5f36c51fc8de
parent204b7067d0ffe1ed67d365fbc2bc87e86c82bb06
Refactor Nagger_SendEntity and Net_Handle_ENT_CLIENT_NAGGER

This will no longer network ready status outside of warmup_stage in the
case that some clients manage to have ready status then.  This change is
made possible by the removal of sv_ready_restart in
https://gitlab.com/xonotic/xonotic-data.pk3dir/-/merge_requests/940

It also simplifies the code and no longer networks the ready status of
some SVQC entities that are not clients in the case that maxclients is
not a multiple of 8.
qcsrc/client/main.qc
qcsrc/server/command/vote.qc