userJake_Richcancel
branchrust_reboot/main/full_server_demo_client_readercancel

9 Commits over 31 Days - 0.01cph!

18 Days Ago
merge from main -> full_server_demo_client_reader
18 Days Ago
Fix packets not having correct prefixes and postfixes when extracting player demos Parse time from entity position packets to add server time to each demo packet Test that the demo can be read after extraction
18 Days Ago
Merge from main -> full_server_demo_client_reader
19 Days Ago
merge from main -> full_server_demo_client_reader
23 Days Ago
Write length of each packet in output demo data
23 Days Ago
Fix `ProtocolParser.staticBuffer` being uninitialzied on other threads when not writing network data - surprised this didn't throw errors before
23 Days Ago
Implement writing Protobuf header of demos for the final merged player demo
24 Days Ago
Merge from main -> full_server_demo_client_reader
56 Days Ago
Add tool to extract server demos -> individual player demos on the client - can read multiple chunks in parallel and merge them together at the end - runs on worker threads so it doesn't lock main thread - can specify multiple users to extract at once