userJake_Richcancel

5,880 Commits over 1,584 Days - 0.15cph!

3 Years Ago
Fix crafted items missing steamid of user crafting them, add try catch
3 Years Ago
Fix NRE when submitting item definitions
3 Years Ago
Fix crafting not including result item in consumed materials Track when chinook crate is spawned & killed
3 Years Ago
Merge from main -> gameplay_metrics
3 Years Ago
Reapply changes manually
3 Years Ago
Subtract 80731 because it changed a bunch of unrelated things?
3 Years Ago
Use bounds to find monument instead of looking for the connected spawner
3 Years Ago
Store attachments on weapon Always store victim's hotbar
3 Years Ago
▋ ▌▋▆ ▄▄▊▋█▋█▇▋ ▄▌█▇▌▉▊ ▅▉ ▊▄▍▆▅▋▊▇▌ ▉▍▅▆ ▍▄ ▍▆█▆▌▅▌ █▉▇▊ █▋▉▌▇▉▅▆▅ ▋▆▋▌ ▍▅▅▌ ▍▇ ▊ ▌▌██▉ ▄▇ ▇▇▋▉▇ ▍▉▆
3 Years Ago
Fix NRE in OnLootContainerDestroyed
3 Years Ago
Merge from main -> gameplay_metrics
3 Years Ago
Changing long -> EntityId & ItemId but not completely done
3 Years Ago
Changed every network id & item uid from uint to long
3 Years Ago
Fixed ores counting as produced & smelted products counting as consumed
3 Years Ago
Log workbench entity instead of the workbench level Log mixing table as normal crafting & set the workbench entity as the mixing table Split crafting into two methods: item produced & material consumed
3 Years Ago
Add ingredients to item definitions
3 Years Ago
Fix compilation error from git missing half the commit?
3 Years Ago
Split recycler method into two methods & include the source + dest item when recycling (to group product of recycling per item recycled)
3 Years Ago
Fix damage being logged for scientists / npc but no player involved Change damageType from int to string
3 Years Ago
Merge from main -> gameplay_metrics
4 Years Ago
Don't log the individual ingredients used for crafted (can use joins in db later)
4 Years Ago
Implement GetHashCode & IEquatable for all struct dictionary keys in analytics Push aggregate items (inluding upkeep) every 60 minutes instead of every minute Change "UploadPendingItems" from task to coroutine
4 Years Ago
Fix conditional compile causing unreachable code
4 Years Ago
Fixed ability to set process priority with IL2CPP on windows
4 Years Ago
Remove "Starting to aggregate players" spam
4 Years Ago
Log workbench level when the craft was started instead of when the craft ends
4 Years Ago
Ignore logging wipe ids of NPCs Log stashes Log entity manifest on startup Fix barrels not being logged
4 Years Ago
Log keycard swipes Log hackable crates start & end Noclip violations requires HIghFrequencyStats
4 Years Ago
Push server info every hour instead of once at startup
4 Years Ago
Fix barrels not logging loot Add isOcean when items are looted Move biome to helper .cs Log server tags Log device id Log player count directly
4 Years Ago
Log player who dropped item & log the player when it despawns
4 Years Ago
Team UI & Nametags will use steam nicknames instead of steam names / streamer names if you are friends with the player Added 'use_steam_nicknames' convar to revert to previous behaviour
4 Years Ago
Log item definitions on startup
4 Years Ago
Add 'stats_blacklist' convar to manually exclude events Update analytics urls Add 'pending_analytics' convar to get the amount of pending events Add 'high_freq_stats' convar to disable common high frequency events Enable saving for analytics convars
4 Years Ago
Merge from main -> gameplay_metrics
4 Years Ago
Added cpu_priority & cpu_affinity console commands
4 Years Ago
Merge from main -> cpu_affinity_test
4 Years Ago
Fix single wood door not using deploy whitelist
4 Years Ago
Merge from main -> door_deploy_fix
4 Years Ago
Fix crafting ingredients being marked as produced instead of consumed
4 Years Ago
Fix error when logging server performance Check if AnalyticsSecret is empty rather than null Using the staging api for server analytics
4 Years Ago
Remove redundant using statements causing compile errors
4 Years Ago
Merge from main -> gameplay_metrics
4 Years Ago
Fix compile error
4 Years Ago
Fix memorystream pooling
4 Years Ago
Small refactor
4 Years Ago
Store wipeid in json instead
4 Years Ago
Merge from sav_extra_json
4 Years Ago
Remove wipeid as an optional parameter