userJake_Richcancel

3,309 Commits over 945 Days - 0.15cph!

8 Months Ago
merge from main -> analytics_server_profling
8 Months Ago
Recycler now also RNGs out remainder of resources when crafting recipe has >1 of an item rather than rounding up
8 Months Ago
Fixed high wall building guide clipping through ground when movement was blocking it instead of staying on terrain
8 Months Ago
Fix gun shooting slower when it has muzzle boost + burst module rather than burst module alone
8 Months Ago
Recycler now gives out remainder scrap rather than rounding up scrap values - also fixes some components giving 1 extra scrap due to floating point errors
8 Months Ago
Fix compressed modded tag not being detected due to compressed tags not having a comma
8 Months Ago
merge from main -> fix_compressed_modded_tag
8 Months Ago
Fix pool leaking items when saving authList of TC Fix code not working outside of editor
8 Months Ago
merge from main -> qol_auth_friends_tc
8 Months Ago
Rename firedProjectiles -> trackedProjectiles inside analytics class
8 Months Ago
Fix EventRecord being submitted twice due to FireProjectile & causing pooling errors
8 Months Ago
Add warning to EventRecord to warn if the data point is submitted multiple times & generally spot pooling errors
8 Months Ago
Fix NRE in Analytics.OnItemDespawn()
8 Months Ago
Fix NRE in ServerListManager.EnqueuePings()
8 Months Ago
Fix modded tag on client not working with new compressed tags
8 Months Ago
Fix compile error from title being changed to titlePhrase
8 Months Ago
Merge from main -> qol_auth_friends_tc
8 Months Ago
Fix aggregate packets per second not being counted correctly
8 Months Ago
Fix outbound packets not counted correctly
8 Months Ago
Fix network stats not being reset at end of frame
8 Months Ago
Add inbound & outbound bytes to network profiling Include aggregates of "packets per frame" on the server
8 Months Ago
Add EntityProfiler to track total entities spawned per frame, as well as toggle for count per prefab per frame
8 Months Ago
Merge bulk_uploader -> analytics_server_profiling
8 Months Ago
Add overload to allow EventRecord to be serialized as a completely flat object (without the Data field) Bug fixes Cancellation token on setting up blob
8 Months Ago
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
8 Months Ago
Fix NREs
8 Months Ago
More basic stats More profiler markers that are exposed in release builds
8 Months Ago
Change `analytics_enabled` to be a saved convar (to make it easier to toggle in editor) - default to false instead of true
8 Months Ago
Cleanup
8 Months Ago
Rename InvokeLogger -> InvokeProfiler Rename PacketLogger -> PacketProfiler
8 Months Ago
Serialize invoke stats in data points
8 Months Ago
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
8 Months Ago
Prevent pve tag from potentially being included twice if set in server.tags and server.pve
8 Months Ago
Fix `server.tags` convar not working with `pve` tag
8 Months Ago
Switch `Vis.Entities()` to iterate through `List<MLRSRocket>` Move `AddTargetSet()` from local method to private method Reduce random variance of `TargetScan()`
8 Months Ago
▇▄▌ ▊▅ ▅▍█▊ ▅▊▇ ▊▆▋▉▉▅▊ ▄▄▇▌▌▇ ▇▇▄▋▆▋▊▉▇
8 Months Ago
Fix triangle foundations not lining up after building outwards due to side sockets being 0.01m offset
8 Months Ago
Fix NRE in BaseViewModel.HideSightMeshes()
8 Months Ago
Fix TC showing "Clear Authoirzed List" when no players are authed on TC
8 Months Ago
Fix more client errors
8 Months Ago
Fix client compile errors
8 Months Ago
Add ability to auth friends on TC (similar to turrets) - rename `AddSelfAuthorize()` -> `AddAuthorize()` - both "auth self" and "auth other" use same RPC - must assign "PickAFriend" dialog to tool cupboard entity for it to appear as an option in the radial menu - enabled on both TC & retro TC skin
8 Months Ago
Fixed dragging backpack / diving tank onto equipped backpack going into backpacks inventory instead of swapping items (or doing nothing)
8 Months Ago
Fix hover looting clothing inside full backpack not doing anything
8 Months Ago
▆▋▍█▄▊▋ ▅▊ ▋▅▍▆ ▊▉█▉▄█▉▄▌▊▍ ▅▄▍▄▆▆ ▆▅ ▊▊▋ ▅▄▄▄▅▉▄▋ ▄▋▋▋ ▍▋▌▍▍ ▅▊▋▇ - ▄▍▆▄ ▊▊▌█ ▉▄▆▉▍▇ ▇█▄▇▍▍▅▉▆ █▆▄▆ █▇▇▍▄▍▇▅▄ ▌▍ █ ▍▆▇▉▊█ (▅▄█) ██▌▌▋ ▋▆█▋ ▋▌▊█▇▅ ▅▅▆▊▉ ▆▇▊▄▌ ▍▋▌▄ ▉▄▅▍▌▍ ▍█▅▆▅ (▄▊▆) ▄▅▌▉▌ ▆▇▉▆ ██▅▅▋ ▌▍▋▄ ██▆▋▊▊ ▉█▅▋▍▍▉█▉ ▄▊▌▄█ ▍▊▊▍▋▊ █▊▋▅▉▅█▅▊ ▆▄▆█▅
8 Months Ago
Disable temp fix in unity 2021 that got rid of UI pooling for lists >1000 elements
8 Months Ago
▆▉▅▉▆▅▍▄ ▅▇ ▆▌▉▉▋▍▍▉▇ ▍█▍▍▉▋ `█▉▉▅▄▋▄▄▉▇▄▋▇▇▌▉▍█▊▊▅▇▍▇▇()` █▅▆ ▌▍▆▉▉▌▌▊▇▍▅
8 Months Ago
▊▆█▇ ▌▇█▉ "▄▍█▄▌▄▄▇ █▍▇▉▇" ▊▌▅▊ ▋▊▍▍ ▆█▋▊ ▉▄ ▍▍▊▅▇▋▊▌▉▅ ▇▄▌▆ ▆▇▊ ▉▊▋▄█ ▆▊ ▄▊▉▊▌▉ (▊▇▆ ▄▄█▋▋▄ ▌▋▋ ▇▄▇▋▌▊▊▌▋)
8 Months Ago
▅▍▋ ▅▇█▄▄ ▍▉▋▆▅ ▉▇ ▊▄▇▇ ▅▆█▊▌▉▅▌▇▊ █▄▉▆▉▊▍ ▄▄▄▋▍ ▇▇ █▉█▊ ▌▅ ▄▆ ▆▌ █▉▋▆▌ ▉▆▊▋ - █▉▉▆▍▊▌ █▊▄▇▉▅▌ ▅▆▆▅█▍ ▅▉▆▌ ▋▌▍▍▊▅█▋
8 Months Ago
Prevent wall from being rotated when an explosive is attached to it (grenade, satchel, c4) https://files.facepunch.com/jakerich/LNQthAh9I0tju90N/u5THoZxmUFpVoSSX.mp4