2024-04-07
and 2024-04-13
. I think for the remaining affected teehistorian files it is best to check with the database whether finishes exist on those and only then check the demo. 507b097
Remove unnecessary cleanup in CClient::LoadMap
function - Robyt3
fd7a160
Remove redundant checks of client state - Robyt3
9cd5157
Rename static variable ActionTaken
to s_ActionTaken
- Robyt3
5295ba3
Improve readability by breaking early and reducing indentation - Robyt3
effc79c
Merge pull request #8204 from Robyt3/Client-Various-Cleanup - def-thread '<unnamed>' panicked at bin/src/bin/bug-8199.rs:101:13:
assertion failed: old_team.num_members > 0
"inp": {
"dbg_mode": true
},
NETMSGTYPE_SV_RECORD
) is not always stored in demosNETMSGTYPE_SV_RECORD
message is only stored in demos if the recording was started when connecting or if the server record is changed while the demo is recorded.
The client could store the last received NETMSGTYPE_SV_RECORD
and always add it at the beginning when starting a new demo recording, to ensure that demos always contain this information. Though the server record would still potentially be incorrect when skipping in the demo, same as #4545 for teams.