113,303 Commits over 3,959 Days - 1.19cph!
Add bulk uploading class to route high frequency data points through Blob storage rather than event hubs
- normal gameplay events still go through the web api & event hub
Switch frame profiling data to dedicated "profiling" table to avoid cluttering the "gameplay" tables
Add `analytics_bulk_upload_url` convar to designate the upload container
Fixed monuments static IO lines spawned at world origin
Fixed NRE when updating wires attached to null entities
Added door controller sockets to ladder hatch, triangle ladder hatch, shop front and wood shutters
Meta files and other things that Unity wants to update with the 2022 upgrade
More basic stats
More profiler markers that are exposed in release builds
Change `analytics_enabled` to be a saved convar (to make it easier to toggle in editor)
- default to false instead of true
Rename InvokeLogger -> InvokeProfiler
Rename PacketLogger -> PacketProfiler
Serialize invoke stats in data points
Capture performance stats for every single server frame & send to azure analytics
- packets (sends, recvs, total outbound packets)
- invokes (execution time, invokes, adds / removes)
- general execution time per frame
Grab all physics stats (colliders, triggers, collisions, etc)
- figure out later how to expose it in release build
Add `dump_profiler_recorders` command to dump all ProfilerRecorder handles to disk in a .csv
Merge main -> Bikes. Updates bikes branch to Unity 2022
Vending machine translation token now routed through protobuf
Swapped over to using translate phrases
Added localized checkbox for vending machines
Further improved coastal cliff placement
Added TerrainSetHeight to the top of the cliffs
double cover model and wip prefab
moving no longer applies aimcone penalty to the first shot but rather the movement penalty is now blended in over several shots (full auto while moving)
Removed #ifdef'd sections, un #ifdef'd timing
Cherry pick
95091 + fixes after rebase
Added "Normal Blending" option (biased, lerp) to DeferredDecal shader
Set phrases for all npc vendors
Blue, red, yellow, black and purple recycler albedo variations + materials
Added backend support to allow localisation to npc vending machines
▊▉▉▌▄▄▉ ▊▉█ ▆ ▉▅▇▉▉▇ ▊█▆ ▌▌█ ▆▉▆▋ ▉█▄▄▄▇▍▍█ █ ▍▉ ▉▍▋▉█ (▋▇ ▄▅ ▄█▆▊▄▍▌ ▌▅▇ ▇▌▇▄ ▆█▇▆▅ ▅▇▄▅ ▇▅▌ ▇▅▆▄█▅)
Merged main into RF_craftingcosts
exported viewmodel anim set and started setting up blunderbus in unity
Fixed workshop flashlight button hitbox, also made sure we ignore 'nightlight_debugcamera_enabled' when in workshop scene
Merge from teslacoil_igniter_damagepickup
Merge from item_drop_analytics_improvements
Merge from leantween_nre_fix
Merged main into nightlight_workshop
Fixed powered door controllers opening doors after a server restart + a few issues with wire clearing
Speed tree importer and shaders now use foliage shader data and UI
vm renderer script setup and activated