userJake_Richcancel
reporust_rebootcancel

5,173 Commits over 1,461 Days - 0.15cph!

2 Years Ago
Fix bunch of CLIENT & SERVER compilation errors
2 Years Ago
Fix Save() and Load()
2 Years Ago
Add commands to add spawnpoints to the server at runtime & load different spawn points
2 Years Ago
Allow server to specify a default loadout with `defaultServerLoadout` Allow server to overwrite start HP with `spawn_hp_override`
2 Years Ago
Fix armor scaling convars again so they scale the amount of "extra HP" armor provides (so they act different than damage scaling convars)
2 Years Ago
Codegen
2 Years Ago
Add convars to scale damage by region (head, torso, legs) "Fix" existing armor convars to scale damage instead of armor (50% armor * 2 = 100% armor isn't useful)
2 Years Ago
Expose changing damage of weapons & armor protection values Add ability to search entity & item names
2 Years Ago
Fix recoil properties not being modified
2 Years Ago
Expose recoil values for weapons Add `mod_ents` command to search for entity shortnames
2 Years Ago
Exposing more things & lots of cleanup + organizing code Serialize AnimationCurve as protobuf
2 Years Ago
Expose BaseProjectile fields too
2 Years Ago
Expose clientside variables (firerate, deploydelay, animationdelay) to be modded by server Add `mod {prefab} {field} {value}` command to allow you to modify weapons at runtime
2 Years Ago
Remove debug spam
2 Years Ago
merge from main -> fix_eventrecord_pooling_error
2 Years Ago
▆ █▊▅ ▄█▆▆▉▍▊███ ▆▉▇▊▉▅▄█ ▌▊▆▌▊ ▆▋█▌ ▋▆▋ ▆▉ ▆ ▆█▉▄▅█ ▇█▆▇ ▊▉▅ ▆▄▊▊▆▋▉▍▌▅▌ ▍▉▅▄▌▆▊▅▊▇▄ ▆▄▄▌▄ █▅▄▉▍▋ ▊▆▋▅▊▉ ▉▍▆█▆▊▅▊▇▆▊▄▊█▍▌▅▌▉▉▇▋▅▌▋ ▊▌▆▍ ▍▇▋ ▊▄▊▊▄▊ ▍▇▍▆▊ ▆█▄▌ █▋▋ ▄▌▉▄▆▋▌ █▊▊▌▌▋█
2 Years Ago
Fix multiple compressed tags not being parsed correctly in client browser
2 Years Ago
merge queue_tracking -> analytics_server_profiling
2 Years Ago
Track queue size, events processed & execution time per queue per frame - bool to enable / disable it of course
2 Years Ago
Split ObjectWorkQueue out of ObjectWorkQueue<> Rename some variables to uppercase
2 Years Ago
merge from main -> analytics_server_profling
2 Years Ago
Recycler now also RNGs out remainder of resources when crafting recipe has >1 of an item rather than rounding up
2 Years Ago
Fixed high wall building guide clipping through ground when movement was blocking it instead of staying on terrain
2 Years Ago
Fix gun shooting slower when it has muzzle boost + burst module rather than burst module alone
2 Years 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
2 Years Ago
Fix compressed modded tag not being detected due to compressed tags not having a comma
2 Years Ago
merge from main -> fix_compressed_modded_tag
2 Years Ago
Fix pool leaking items when saving authList of TC Fix code not working outside of editor
2 Years Ago
merge from main -> qol_auth_friends_tc
2 Years Ago
Rename firedProjectiles -> trackedProjectiles inside analytics class
2 Years Ago
Fix EventRecord being submitted twice due to FireProjectile & causing pooling errors
2 Years Ago
Add warning to EventRecord to warn if the data point is submitted multiple times & generally spot pooling errors
2 Years Ago
Fix NRE in Analytics.OnItemDespawn()
2 Years Ago
Fix NRE in ServerListManager.EnqueuePings()
2 Years Ago
Fix modded tag on client not working with new compressed tags
2 Years Ago
Fix compile error from title being changed to titlePhrase
2 Years Ago
Merge from main -> qol_auth_friends_tc
2 Years Ago
Fix aggregate packets per second not being counted correctly
2 Years Ago
Fix outbound packets not counted correctly
2 Years Ago
Fix network stats not being reset at end of frame
2 Years Ago
Add inbound & outbound bytes to network profiling Include aggregates of "packets per frame" on the server
2 Years Ago
Add EntityProfiler to track total entities spawned per frame, as well as toggle for count per prefab per frame
2 Years Ago
Merge bulk_uploader -> analytics_server_profiling
2 Years 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
2 Years 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
2 Years Ago
Fix NREs
2 Years Ago
More basic stats More profiler markers that are exposed in release builds
2 Years Ago
Change `analytics_enabled` to be a saved convar (to make it easier to toggle in editor) - default to false instead of true
2 Years Ago
Cleanup
2 Years Ago
Rename InvokeLogger -> InvokeProfiler Rename PacketLogger -> PacketProfiler