branchrust_reboot/main/gameplay_metricscancel

140 Commits over 59 Days - 0.10cph!

12 Months Ago
Compile fix from plastic undoing code
12 Months Ago
▄▄▌ ▋▇▆▊▇▊▌▊▌ ▆█▉▍▊▌▉▆ █▆▋▅▍▋▋▋▋ ▅▆▋▇▊ ▌█▋▅+ █▌▄▇ █▆▍ ▆██▉▅▅▄▇▉▊ ▌▇▊'▌ ▊▉▌▉█ & ▊▍ █▉▉▅▅ ▉█▋▅ ▄▌ █,▅,▊ ▆▆ ▅▊▄ ▅▇▌▄▄▄▅▆ ▋▇ ▆▋▍ ▊▍▋▍▍█▄▊▊▊
12 Months Ago
Fix not writing normal characters when escaping string
12 Months Ago
Ignore NPCs when calculating aggregate items on a server
12 Months Ago
Merge from main -> gameplay_metrics
12 Months Ago
Fix loot marked as "not in monument" when category is an empty string
12 Months Ago
Set category of loot from powerlines as "powerline"
1 Year Ago
Fix potential NRE in LogItemsLooted()
1 Year Ago
Merge from main -> gameplay_metrics
1 Year Ago
▇█▋▉▍▌ ▅███▆▇ ▋▍▍▆▌▋▆▆▍ ▍▋▋ ▆█▇▌ ▌▋▉▄▍█▉ ▌▆ ▄▅▇▄▉█▄█▄▆
1 Year Ago
Fix team aggregates & pooling for it
1 Year Ago
Fix escaping in JSON serialization
1 Year Ago
Remove duplicate key in server_performance
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()
1 Year Ago
merge from main -> gameplay_metrics
1 Year Ago
Remove redundant EventRecord when sending pending items Don't include empty list for weapons with no attachments
1 Year Ago
Don't run aggregates unless stats are enabled
1 Year Ago
Fixed lots of mislabeled events
1 Year Ago
Wrong using statement removed
1 Year Ago
Also include network in & out in server performance
1 Year Ago
Include hostname when submitting server performance
1 Year Ago
Fix high frequency stats not being disabled independantly of normal stats via convar
1 Year Ago
Include amount of players online but not in a team
1 Year Ago
Serialize list of online teams every hour
1 Year Ago
Don't log "added" when a team is created Log "disband" instead of "remove" when leaving as the last member on a team
1 Year Ago
Store wipe ids instead of steamids for teams Log the amount of members in each team when it is changed
1 Year Ago
Include current network id when logging server info every minute Log a seperate event when an entity is first looted (rather than just the items) Improved monument detection List "junkpile" or "junkpile_water" as monument for junkpiles
1 Year Ago
Fix quarry counting diesel fuel as "produced"
1 Year Ago
PendingItem aggregate was missing pooling implementation
1 Year Ago
Fix crafted items missing steamid of user crafting them, add try catch
1 Year Ago
Fix NRE when submitting item definitions
1 Year Ago
Fix crafting not including result item in consumed materials Track when chinook crate is spawned & killed
1 Year Ago
Merge from main -> gameplay_metrics
1 Year Ago
Reapply changes manually
1 Year Ago
Subtract 80731 because it changed a bunch of unrelated things?