userJake_Richcancel
reporust_rebootcancel

5,511 Commits over 1,584 Days - 0.14cph!

2 Years 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
2 Years Ago
Merge from main -> full_server_demo_client_reader
2 Years Ago
merge from fix_analytics_dipose_streams -> main
2 Years Ago
Fix analytics upload stream not being disposed if an exception is thrown from the upload thread
2 Years Ago
merge from fix_service_point_throttling
2 Years Ago
Add `http_connection_limit` to configure max concurrent http requests per domain - increase default from 2 -> 32
2 Years Ago
merge from analytics_disable_performance_server -> main
2 Years Ago
Missing #endif
2 Years Ago
Stop performance data from being collected on the server when `performance_analytics` is disabled on the server - it was disabling flushing, fix it not disabling collection too
2 Years Ago
merge from main -> full_server_demo_client_reader
2 Years Ago
Fix bulk uploader NRE when no events are submitted
2 Years Ago
merge from fix_analytics_uploader_nre
2 Years Ago
Write length of each packet in output demo data
2 Years Ago
Fix `ProtocolParser.staticBuffer` being uninitialzied on other threads when not writing network data - surprised this didn't throw errors before
2 Years Ago
Implement writing Protobuf header of demos for the final merged player demo
2 Years Ago
Merge from main -> full_server_demo_client_reader
2 Years Ago
Merge from monument_scenes -> main - enable with `monument_scenes` convar (default: false)
2 Years Ago
Remove all [MapGeneration] component since it's unused - in future we are going to remove components from map gen scene in a different way
2 Years Ago
merge from main -> monument_scenes
2 Years Ago
merge from fix_cached_browser_query_parallel -> main
2 Years Ago
Switch cached browser queries to run in sequence instead of by parallel - add `cached_browser_parallel` convar (default: false) to modify this behavior - randomly scramble the order of the queries
2 Years Ago
merge from fix_steamworks_gcs -> main
2 Years Ago
Update Facepunch.Streamworks with fixes that reduce allocations when querying large amount of servers from steam
2 Years Ago
Merge from analytics_event_record_overloads -> main
2 Years Ago
Tests showed missing ushort overload
2 Years Ago
Expand tests to cover all overloads of EventRecord.AddField()
2 Years Ago
Add overloads without any key for CSV
2 Years Ago
Change existing overloads for BasePlayer, BaseEntity, etc to use the new 2 string key overloads instead of new EventRecordField(key1,key2)
2 Years Ago
Add a bunch of overloads that take two keys and concat them later with zstring instead of having to manually add new EventRecordField( key1, key2 )
2 Years Ago
Merge from gizmo_light_occludee_nre
2 Years Ago
Fix NRE when gizmos are enabled from LightOccludee.cs
2 Years Ago
Merge from analytics_zstring -> main
2 Years Ago
Fix compile error from merge
2 Years Ago
Merge from main -> analytics_zstring
2 Years Ago
merge from runtime_profiling_disable_pooling -> main
2 Years Ago
Merge from main -> runtime_profiling_disable_pooling
2 Years Ago
Comments
2 Years Ago
Actually test that the values of each field of the JSON or CSV value match to confirm all the serialization and escaping is correct
2 Years Ago
Ensure escaping handles both JSON and CSV rules differently (assuming the CSV is always comma seperated)
2 Years Ago
Simplify overloads for byte,short,etc -> long Mark AddField(string,char) as unsupported instead of silently casting to int Escape all CSV columns with double quotes
2 Years Ago
Added simple CSV parser
2 Years Ago
Added tests to confirm serialization works Fix DateTime formatting having to use 'O' instead of 'o' Switch WebAPI serialization using ZStringWriter instead of Utf8ValueStringBuilder
2 Years Ago
Switch from StreamWriter to Utf8ValueStringBuilder - ensure the struct is passed by ref - Clear() instead of creating a new one for each upload
2 Years Ago
Remove TMP extension overwrites because our TMP is outdated and it won't compile
2 Years Ago
Add zString to repo
2 Years Ago
merge from main -> monument_scenes
2 Years Ago
Merge from main -> monument_scenes
2 Years Ago
Merge from hot_reload_unity -> main
2 Years Ago
Commit package-lock
2 Years Ago
Merge from hot_reload_unity -> main