userJake_Richcancel
reporust_rebootcancel

3,464 Commits over 1,007 Days - 0.14cph!

11 Months Ago
Change blocksize convar from bytes -> MB
11 Months Ago
merge harmony2_3 -> aux2
11 Months Ago
Fix wrong conditional compilation symbol in EnsureHarmonyLoaded()
11 Months Ago
Simplify the upload logic to upload each demo chunk slowly rather than try to squeeze each one within 5m Set default max concurrent uploads to 20 streams Add convar to print upload progress `print_upload_progress` Add convar to configure upload timeout `upload_timeout` (default 100s)
11 Months Ago
merge from main -> ping_estimation
11 Months Ago
Merge from full_server_demos -> aux2 Network++
11 Months Ago
merge main -> full_server_demos network++
11 Months Ago
merge packet_ordering_2 -> full_server_demos
11 Months Ago
▊▌▄▍██▆ ▅▋▌█▉▅▄ ▊▅██▊
11 Months Ago
▅▅▋▅▌▇▊▊ ▌▆▆ ▇▋▉▇▋▍▄▋
11 Months Ago
▅▉▇▋▍ ▊▋▊▊ █▋▌█ -> █▍▉▄▌▊_▍▅█▉▋▇_▄▇█▆▇▅▍
11 Months Ago
11 Months Ago
Merge from main -> rpc refactor_2
11 Months Ago
▌█▊ ▋▊▇▉▊▌▇ █▌▋▆▅▌
11 Months Ago
Merge from main -> rpc refactor_2
11 Months Ago
▅▌▇▌▊ ▉█▅▋ ▄▋▌▊ -> ▉▌▅█▉▄_▄▄▋▊▋▄_▆▉▅▍▋▋▍
11 Months Ago
merge from harmony2_3 -> aux2
11 Months Ago
Add MonoMod to AppDomain assembly resolver to point to the loaded harmony dll
11 Months Ago
Cherrypick copying harmony to build directory
11 Months Ago
Pure reflection approach to load 0Harmony.dll, create Harmony instances & patch methods
11 Months Ago
Exclude 0Harmony from the build
11 Months Ago
Cherrypick disable assembly validation again
11 Months Ago
Cherrypick harmony 2.3 again
11 Months Ago
Fix copying of dlls to builds
11 Months Ago
Update HarmonyHook.cs to work in editor (because unity wants absolute path) Update Rust.Harmony.Loader.dll
11 Months Ago
merge from ping_estimate -> aux2
11 Months Ago
Fix compile error from random namespaces at top of `PingEstimator.cs`
11 Months Ago
Merge from main -> harmony2
11 Months Ago
merge from ping_estimation -> aux2
11 Months Ago
Add ping results to server & client analytics
11 Months Ago
Add `ping_region_code_override` convar for servers to manually override their region
11 Months Ago
.meta files Compile error
11 Months Ago
Add "Estimate Ping" button to browser
11 Months Ago
Add `browser_ping_estimate` client convar Use region's ping instead of local cached ping when ping estimation is enabled
11 Months Ago
Parse region tag out in serverinfo
11 Months Ago
return IPingRegion instead of a string fix region code not set inside tags
11 Months Ago
Set "region" tag `r` with the closest region code Default to `?` region Update region every 5 min
11 Months Ago
Codegen
11 Months Ago
Add `ping_test` command to find the region with lowest latency Hardcode endpoints for testing
11 Months Ago
.meta file
11 Months Ago
Refactor what packets are ordered into `PacketOrdering.cs`
11 Months Ago
11 Months Ago
Reimplement packet ordering inside `NetWrite.PacketId()` so it doesn't require a breaking change
11 Months Ago
Cherrypick CS 92789
11 Months Ago
Reapply CS 92766 without the StartWrite( PacketId ) change
11 Months Ago
Merge from main -> full_server_demos
11 Months Ago
Fix some more fields only present on CLIENT - BasePlayer - MarketPlace - Demos - DemoItem - BaseEventUI - CardGameUI
11 Months Ago
Fix server compile error (keep door trigger box serializable)
11 Months Ago
Fix merge addition in Door.cs
11 Months Ago
Merge from main -> editor_compare_client_server_fields