userJake_Richcancel
reporust_rebootcancel

4,179 Commits over 1,157 Days - 0.15cph!

1 Year Ago
█▇▍▉▅▅ ▇█▆ ▊▉▉▇▅▆ ▇▍▆ ▍▍ ▊▅▄█▋▋ ▆▉▅▉▋▆▋ ▌▌▊ ▉▆▌▌▆█▋▇▊ ▇▅ ▍▇▌ ▍▊▆▊▉▆ ▆█▌▇▌ ▌▆▋▍▆▌
1 Year Ago
▊▉▌▌▆ ▋▉▌▊ ▌▍█▇ -> ▇▅▅█▅▉_▍▍▍▌▍█_▇▄█▉▄▍▌
1 Year Ago
Codegen
1 Year Ago
Add `ui_pool_max_list_size` convar to fix UI instantiation lag until unity 2022 Set default max list size to 1,000 Don't pool any lists > 1k
1 Year Ago
Merge from main -> 2022_3_20f1
1 Year Ago
Fix right clicking attachments going onto held gun instead of into open backpack
1 Year Ago
Fix clothing being equipped when hover looting into backpack & backpack is full
1 Year Ago
Fix hover loot not working from backpack -> vending machine
1 Year Ago
Fix backpack UI staying active on screen after backpack is closed
1 Year Ago
Convert the normal tags to short tags within the server browser UI (this allows steam server queries to work with short tags) Don't decompress tags in serverinfo as we are operating on the short tags instead
1 Year Ago
Log error if unique ^ prefix is found in tags before commpressing
1 Year 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
1 Year Ago
Move hash & status from server tags -> rules
1 Year Ago
merge from full_server_demos -> aux2
1 Year Ago
merge simple_upload -> full_server_demos
1 Year Ago
Change blocksize convar from bytes -> MB
1 Year Ago
merge harmony2_3 -> aux2
1 Year Ago
Fix wrong conditional compilation symbol in EnsureHarmonyLoaded()
1 Year 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)
1 Year Ago
merge from main -> ping_estimation
1 Year Ago
Merge from full_server_demos -> aux2 Network++
1 Year Ago
merge main -> full_server_demos network++
1 Year Ago
merge packet_ordering_2 -> full_server_demos
1 Year Ago
▊▌▄▍██▆ ▅▋▌█▉▅▄ ▊▅██▊
1 Year Ago
▅▅▋▅▌▇▊▊ ▌▆▆ ▇▋▉▇▋▍▄▋
1 Year Ago
▅▉▇▋▍ ▊▋▊▊ █▋▌█ -> █▍▉▄▌▊_▍▅█▉▋▇_▄▇█▆▇▅▍
1 Year Ago
1 Year Ago
Merge from main -> rpc refactor_2
1 Year Ago
▌█▊ ▋▊▇▉▊▌▇ █▌▋▆▅▌
1 Year Ago
Merge from main -> rpc refactor_2
1 Year Ago
▅▌▇▌▊ ▉█▅▋ ▄▋▌▊ -> ▉▌▅█▉▄_▄▄▋▊▋▄_▆▉▅▍▋▋▍
1 Year Ago
merge from harmony2_3 -> aux2
1 Year Ago
Add MonoMod to AppDomain assembly resolver to point to the loaded harmony dll
1 Year Ago
Cherrypick copying harmony to build directory
1 Year Ago
Pure reflection approach to load 0Harmony.dll, create Harmony instances & patch methods
1 Year Ago
Exclude 0Harmony from the build
1 Year Ago
Cherrypick disable assembly validation again
1 Year Ago
Cherrypick harmony 2.3 again
1 Year Ago
Fix copying of dlls to builds
1 Year Ago
Update HarmonyHook.cs to work in editor (because unity wants absolute path) Update Rust.Harmony.Loader.dll
1 Year Ago
merge from ping_estimate -> aux2
1 Year Ago
Fix compile error from random namespaces at top of `PingEstimator.cs`
1 Year Ago
Merge from main -> harmony2
1 Year Ago
merge from ping_estimation -> aux2
1 Year Ago
Add ping results to server & client analytics
1 Year Ago
Add `ping_region_code_override` convar for servers to manually override their region
1 Year Ago
.meta files Compile error
1 Year Ago
Add "Estimate Ping" button to browser
1 Year Ago
Add `browser_ping_estimate` client convar Use region's ping instead of local cached ping when ping estimation is enabled
1 Year Ago
Parse region tag out in serverinfo