userJake_Richcancel
reporust_rebootcancel

3,110 Commits over 915 Days - 0.14cph!

1 Year Ago
▊▌▆▍▆▉▉ ▇█▆█▋▌▄ ▍▊▄▋ ▄▆▄▌▋ ▌▅▅▆ ▉▌ ▋▉▍▅▆▉ ▊▌▌▇▊ ▆▇▅▆█▇▇ ▅▋▋▄▍▆▌ ▄▌ ▄▇▋ ▅▆▍▉▋▊█▊ (▊█▇▌▆ ▇█▍▊▋ █▇▋▋ ▄▋)
1 Year Ago
Fix not writing normal characters when escaping string
1 Year Ago
Ignore NPCs when calculating aggregate items on a server
1 Year Ago
Fix sentry looking for outdated "main" branch, instead look for release via "experimental/release" & "release"
1 Year Ago
Merge from main -> gameplay_metrics
1 Year Ago
Fix loot marked as "not in monument" when category is an empty string
1 Year Ago
Set category of loot from powerlines as "powerline"
1 Year Ago
Add 'server_allow_steam_nicknames' replicated convar to allow modded servers to disable steam nicknames
1 Year Ago
Only show steam nickname if your friend is on your team or is friendly in contact system
1 Year Ago
Fix potential NRE in LogItemsLooted()
1 Year Ago
Try to fix NRE by logging when an invoke with a null action is added
1 Year Ago
▋▉▅▋▇▍ ▌▋▍ █▅▍▍ ▍▉▌▅█▉▍▆ █▆ ▌▊▋▊█▉ ▆▊▆▉█▊▇▆▍ ▄▋▄ ▉▋█ ▌▇▊▊ █▆▆▇█▅ ▉▇ ▇▇▅▉▇▇▅▋ ▌▌▇▉ ▆▅ ▉▅█▋▍▊▋
1 Year Ago
Replace forward slashes in branch with dashes
1 Year Ago
Include server address & version when reporting client errors
1 Year Ago
Merge from main -> gameplay_metrics
1 Year Ago
Include steamid & username for errors on client, ip address for server
1 Year Ago
Don't report HttpExceptions
1 Year Ago
▅▆▌▇▌▆▍ ▍▄▆▌▉▋▊▄ & ▇▇▋▉▇ ▊▄▍▆▉▋ ▉▌█ ▆▇▉ ▅▋▄▇▄▍ █▋ ▄▅▌ █▇█▊▋▇
1 Year Ago
Split staging into two seperate projects
1 Year Ago
▇█▋▉▍▌ ▅███▆▇ ▋▍▍▆▌▋▆▆▍ ▍▋▋ ▆█▇▌ ▌▋▉▄▍█▉ ▌▆ ▄▅▇▄▉█▄█▄▆
1 Year Ago
Fix team aggregates & pooling for it
1 Year Ago
OnDestroy() not Destroy()
1 Year Ago
Fix spawn groups not being removed from SpawnHandler when destroyed
1 Year Ago
Add 'radial_menu_mode' convar Add option to change radial menu from hold to toggle mode so it works on trackpads
1 Year Ago
Fix pumpkin being equipped on head when you right click it from inventory
1 Year Ago
▊▌▍ '▋▅▇▄▄█_▍▉█_█▊▍▄▊' ▉▉▍▄▇▆▇▊ ▇▌▊ ▌▊▄▋▉▅▆▋▇▍ (▆▅▌'▆ ▆▆▋▄▋ ▆▉'▇ ▌█▍▄▌▆▉▊▄ ▌▉▇▅)
1 Year Ago
Accidently put #if UNITY_EDITOR instead of reverse
1 Year Ago
Only developers & admins can use 'graphics.itemskins' to disable workshop skins
1 Year Ago
█▌▄ ▉▊▊ ▉▄ ▆▇▅▊▉█▍ ▌█▇▆ ▅▋▍▉▌▊▍▆ █▅▉▇▅ █▍▋▆ ▄▅▉█▅█▉▅█
1 Year Ago
unlock_all_skins disabled by default convar no longer saved (so it resets to false default)
1 Year Ago
Add menu option for to toggle using steam nicknames for friends
1 Year Ago
Fix escaping in JSON serialization
1 Year Ago
Remove duplicate key in server_performance
1 Year Ago
Fix "unlock_all_skins" not working
1 Year Ago
Don't log assembly name when resolving harmony mod assemblies Cache the oxide type so it doesn't keep resolving assemblies
1 Year Ago
Try catch each process individually as some are inaccessible
1 Year Ago
Use assembly qualified name when grabbing oxide type
1 Year Ago
Remove some junk logging
1 Year Ago
merge from main -> gameplay_metrics
1 Year Ago
Include system ram usage in UpdateServerInformation
1 Year Ago
Include number of entities
1 Year Ago
Fix compile error in CLIENT mode
1 Year Ago
Show system memory usage in serverinfo convar
1 Year Ago
Include harmony mod version
1 Year Ago
Ensure nextFlushTime is set when skipping sending performance Fix flush errors in CLIENT + SERVER mode
1 Year Ago
Don't send server performance from servers with no players & with stats disabled
1 Year Ago
Submit server performance hourly on servers with stats disabled & per minute on servers with stats enabled
1 Year Ago
Log how long it takes to flush performance info
1 Year Ago
Log list of oxide mods if oxide is installed via reflection Log list of harmony mods Log other rust server processes & their memory usage Log number of bots
1 Year Ago
Fix PerformanceLogging using Free() instead of FreeList()