userJake_Richcancel

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

3 Years Ago
Fix potential NRE in LogItemsLooted()
3 Years Ago
Try to fix NRE by logging when an invoke with a null action is added
3 Years Ago
▋ ▉▅▋▇▍▌ ▋▍█ ▅▍▍▍ ▉▌▅█▉▍▆█ ▆▌ ▊▋▊█▉▆ ▊▆▉█▊▇▆▍▄ ▋▄▉ ▋█▌ ▇▊▊█ ▆▆▇█▅▉ ▇▇ ▇▅▉▇▇▅▋▌ ▌▇▉▆ ▅▉ ▅█▋▍▊▋▋
3 Years Ago
Replace forward slashes in branch with dashes
3 Years Ago
Include server address & version when reporting client errors
3 Years Ago
Merge from main -> gameplay_metrics
3 Years Ago
Include steamid & username for errors on client, ip address for server
3 Years Ago
Don't report HttpExceptions
3 Years Ago
▅ ▆▌▇▌▆▍▍ ▄▆▌▉▋▊▄▇ ▇ ▋▉▇▊▄ ▍▆▉▋▉▌ █▆▇ ▉▅▋ ▄▇▄▍█▋ ▄▅ ▌█▇ █▊▋▇▋▋
3 Years Ago
Split staging into two seperate projects
3 Years Ago
▇ █▋▉▍▌▅ ███▆▇▋ ▍▍▆▌▋▆▆▍▍ ▋▋▆ █▇▌▌ ▋▉▄▍█▉▌ ▆▄ ▅▇▄▉█▄█▄▆▉
3 Years Ago
Fix team aggregates & pooling for it
3 Years Ago
OnDestroy() not Destroy()
3 Years Ago
Fix spawn groups not being removed from SpawnHandler when destroyed
3 Years Ago
Add 'radial_menu_mode' convar Add option to change radial menu from hold to toggle mode so it works on trackpads
3 Years Ago
Fix pumpkin being equipped on head when you right click it from inventory
3 Years Ago
▊ ▌▍▋ ▅▇▄▄█▍▉██▊▍▄▊▉▉▍▄▇ ▆▇▊▇▌▊▌▊ ▄▋▉ ▅▆▋▇▍▆▅▌▆▆ ▆▋▄▋▆▉ ▇▌█▍▄ ▌▆▉▊ ▄▌▉▇▅▌▍▋▌ ▆█▆▋▊
3 Years Ago
Accidently put #if UNITY_EDITOR instead of reverse
3 Years Ago
Only developers & admins can use 'graphics.itemskins' to disable workshop skins
3 Years Ago
█ ▌▄▉ ▊▊▉ ▄▆ ▇▅▊▉█▍▌ █▇▆▅ ▋▍▉▌▊▍▆█ ▅▉▇▅█ ▍▋▆▄ ▅▉█▅█▉▅█▆
3 Years Ago
unlock_all_skins disabled by default convar no longer saved (so it resets to false default)
3 Years Ago
Add menu option for to toggle using steam nicknames for friends
3 Years Ago
Fix escaping in JSON serialization
3 Years Ago
Remove duplicate key in server_performance
3 Years Ago
Fix "unlock_all_skins" not working
3 Years Ago
Don't log assembly name when resolving harmony mod assemblies Cache the oxide type so it doesn't keep resolving assemblies
3 Years Ago
Try catch each process individually as some are inaccessible
3 Years Ago
Use assembly qualified name when grabbing oxide type
3 Years Ago
Remove some junk logging
3 Years Ago
merge from main -> gameplay_metrics
3 Years Ago
Include system ram usage in UpdateServerInformation
3 Years Ago
Include number of entities
3 Years Ago
Fix compile error in CLIENT mode
3 Years Ago
Show system memory usage in serverinfo convar
3 Years Ago
Include harmony mod version
3 Years Ago
Ensure nextFlushTime is set when skipping sending performance Fix flush errors in CLIENT + SERVER mode
3 Years Ago
Don't send server performance from servers with no players & with stats disabled
3 Years Ago
Submit server performance hourly on servers with stats disabled & per minute on servers with stats enabled
3 Years Ago
Log how long it takes to flush performance info
3 Years 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
3 Years Ago
Fix PerformanceLogging using Free() instead of FreeList()
3 Years Ago
merge from main -> gameplay_metrics
3 Years Ago
Fix invalid operation exception in antihack.cycle
3 Years Ago
Remove redundant EventRecord when sending pending items Don't include empty list for weapons with no attachments
3 Years Ago
Don't run aggregates unless stats are enabled
3 Years Ago
Fixed lots of mislabeled events
3 Years Ago
Wrong using statement removed
3 Years Ago
Also include network in & out in server performance
3 Years Ago
Include hostname when submitting server performance
3 Years Ago
Fix high frequency stats not being disabled independantly of normal stats via convar