userJake_Richcancel
reporust_rebootcancel

3,110 Commits over 915 Days - 0.14cph!

1 Year Ago
Fix analytics error in editor
1 Year Ago
Only destroy 50% of loot when a vending machine is destroyed
1 Year Ago
Logged missions, underwater crates, buying vehicles & horses, gambling
1 Year Ago
Log active scene
1 Year Ago
Enable server performance metrics
1 Year Ago
More fixes
1 Year Ago
Fixes
1 Year Ago
Log projectile hits as well as misses
1 Year Ago
Move AzureWebInterface to new .cs file
1 Year Ago
Remove LINQ calls from IsAuthed()
1 Year Ago
Merge from main -> gameplay_analytics
1 Year Ago
Comment
1 Year Ago
Finish implementation of sending total aggregate of entities & items across server Give each event its own guid
1 Year Ago
Typo on indexes & added damage_type to damage log
1 Year Ago
Add indexes to sqlite table for user wipe ids
1 Year Ago
Log dropped items, picked up, demolish, dropped explosives, codelocks picked up & fixes
1 Year Ago
Log monument of all gathered items with an entity, label junkpile & water junkpile spawngroup categories, fix growableentity not logging
1 Year Ago
SpawnGroup will try to find its monument when Awake() is called, can set "category" to manually set monument / loot source
1 Year Ago
Add wipe id to every server data point & send server info when server starts up
1 Year Ago
Log when a player's wipeid is initially set & move some of the aggregate functions to a seperate .cs file
1 Year Ago
Don't log events unless AnalyticsSecret is set
1 Year Ago
Save respawnid of player on server to persist across restarts
1 Year Ago
Custom json serialization to avoid GC hell
1 Year Ago
Lots of small fixes
1 Year Ago
Fix compile errors
1 Year Ago
Fix some events having the wrong id, fix analytics db having wrong table name, add missing antihack violations, log upkeep consumption, upgrade cost
1 Year Ago
Log bulk item changes (furnaces, minicopter fuel, etc) by sum amounts and sending every 1 min per entity type
1 Year Ago
Log making beds & campers public / private
1 Year Ago
Try catch every hook implemented so far
1 Year Ago
Log repair, skinning, chat messages, vending machine purchases, vending machine orders added / removed, turret auth, tc auth, team add/remove, codelock add/remove, sleeping bag assignment, building block upgrades, entity pickup, New table instead of new .db file for each wipe Initialize analytics db seperately after the .sav is loaded
1 Year Ago
Log - meds used - consumables (food) - tech tree - blueprints - research
1 Year Ago
Log when building blocks are built Log Player connect & disconnect Log Antihack messages
1 Year Ago
Fix where the wipeId is written to the .sav
1 Year Ago
Fix analytics DB not closing when serve shuts down NRE fix when BaseEntity is saved
1 Year Ago
Cache steamid -> wipeId if you are accessing it outside of BasePlayer
1 Year Ago
Add unique wipeId to each player so we can identify players across wipes without using steamid
1 Year Ago
Give each wipe a unique GUID and embed it as an optional value in the .sav
1 Year Ago
Fix steamid missing when looting crates Log ithe items that are still in loot crates after they have been opened by a player when they despawn
1 Year Ago
Log when items despawn & mark the difference when dropped by player vs dropped on death
1 Year Ago
Log explosives thrown / launched & when explosions go off Fix MLRS achievement not counting when you dismount the MLRS right after launching
1 Year Ago
Log when players respawn
1 Year Ago
Log attacks & deaths per player Give each player a unique id per life
1 Year Ago
Log entities built & store all event ids in static class
1 Year Ago
Store genetics of harvested plants as strings
1 Year Ago
Remove GAMEPLAY_ANALYTICS preprocessor directive Log the player that was last using the recycler when an item is recycled
1 Year Ago
merge from main -> gameplay_metrics
1 Year Ago
Breadboard saves connections from breadboard input to components
1 Year Ago
Increase inputs & outputs on breadboard from 5 -> 10
1 Year Ago
Gave splitter 4 outputs and made it same model as electric branch but colored white
1 Year Ago
Removed 1 consumption & power reduction from most electrical components