userJake_Richcancel
reporust_rebootcancel

4,787 Commits over 1,400 Days - 0.14cph!

2 Years Ago
Shorten large gamemode tags (monthly, vanilla, etc) down to a two characters (^a^b^c) Expand tags back to full values when creating ServerInfo struct
2 Years Ago
Move hash & status from server tags -> rules
2 Years Ago
merge simple_upload -> full_server_demos
2 Years Ago
Change blocksize convar from bytes -> MB
2 Years Ago
Fix wrong conditional compilation symbol in EnsureHarmonyLoaded()
2 Years 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)
2 Years Ago
merge from main -> ping_estimation
2 Years Ago
merge main -> full_server_demos network++
2 Years Ago
merge packet_ordering_2 -> full_server_demos
2 Years Ago
▅ ▅▋▅▌▇▊▊▌ ▆▆▇ ▋▉▇▋▍▄▋▋
2 Years Ago
▊ ▌▄▍██▆▅ ▋▌█▉▅▄▊ ▅██▊▇
2 Years Ago
▅ ▉▇▋▍▊ ▋▊▊█ ▋▌██ ▍▉ ▄▌▊▍▅█▉▋▇▄▇█▆▇▅▍▉▅▆▅▅
2 Years Ago
2 Years Ago
Merge from main -> rpc refactor_2
2 Years Ago
▌ █▊▋ ▊▇▉▊▌▇█ ▌▋▆▅▌▅
2 Years Ago
Merge from main -> rpc refactor_2
2 Years Ago
▅ ▌▇▌▊▉ █▅▋▄ ▋▌▊▉ ▌▅ █▉▄▄▄▋▊▋▄▆▉▅▍▋▋▍▆▉▆▅▄
2 Years Ago
Add MonoMod to AppDomain assembly resolver to point to the loaded harmony dll
2 Years Ago
Cherrypick copying harmony to build directory
2 Years Ago
Pure reflection approach to load 0Harmony.dll, create Harmony instances & patch methods
2 Years Ago
Exclude 0Harmony from the build
2 Years Ago
Cherrypick disable assembly validation again
2 Years Ago
Cherrypick harmony 2.3 again
2 Years Ago
Fix copying of dlls to builds
2 Years Ago
Update HarmonyHook.cs to work in editor (because unity wants absolute path) Update Rust.Harmony.Loader.dll
2 Years Ago
Fix compile error from random namespaces at top of `PingEstimator.cs`
2 Years Ago
Merge from main -> harmony2
2 Years Ago
Add ping results to server & client analytics
2 Years Ago
Add `ping_region_code_override` convar for servers to manually override their region
2 Years Ago
.meta files Compile error
2 Years Ago
Add "Estimate Ping" button to browser
2 Years Ago
Add `browser_ping_estimate` client convar Use region's ping instead of local cached ping when ping estimation is enabled
2 Years Ago
Parse region tag out in serverinfo
2 Years Ago
return IPingRegion instead of a string fix region code not set inside tags
2 Years Ago
Set "region" tag `r` with the closest region code Default to `?` region Update region every 5 min
2 Years Ago
Codegen
2 Years Ago
Add `ping_test` command to find the region with lowest latency Hardcode endpoints for testing
2 Years Ago
.meta file
2 Years Ago
Refactor what packets are ordered into `PacketOrdering.cs`
2 Years Ago
2 Years Ago
Reimplement packet ordering inside `NetWrite.PacketId()` so it doesn't require a breaking change
2 Years Ago
Cherrypick CS 92789
2 Years Ago
Reapply CS 92766 without the StartWrite( PacketId ) change
2 Years Ago
Merge from main -> full_server_demos
2 Years Ago
Fix some more fields only present on CLIENT - BasePlayer - MarketPlace - Demos - DemoItem - BaseEventUI - CardGameUI
2 Years Ago
Fix server compile error (keep door trigger box serializable)
2 Years Ago
Fix merge addition in Door.cs
2 Years Ago
Merge from main -> editor_compare_client_server_fields
2 Years Ago
Merge from main -> editor_compare_client_server_fields
2 Years Ago
Merge from main -> harmony2