143,432 Commits over 4,413 Days - 1.35cph!
merge from PlayerRigUpdate2
apartment corridor update
edited crossbow bowless viewmodel prefab iron sight postion
▉ ▉▉▆▆▌▉▅ ▆▉█▅▌▋▄▊▉▍▊▅▊ ▊▋▌▍▇█▊ ▄█▊█▅▅█
merge from autoturret_workshop - split off hidable cover mesh used for bows and updated entity flag toggle to hide/show the mesh instead of change material which fixes the workshop skinned auto turrets not applying material to cover mesh. Updated this in all instances of auto turret / sentry across monuments, ran scene2prefab all. Updated workshopsource auto turret model
Fix spectator mode being broken for vehicles that don't override position/rotation
Merge from batch_renderer_group
Only initialise BatchRendererGroup if using a render pipeline
merge from auto_turret_cover_fix including scene2prefabs
scene2prefab with auto turret fixes
Merge from Main/bowless_crossbow
merge from mfm (merge from main)
Industrial Storage - added missing physics material to horizontal variant
Merge from main
Manually resolve merge hell in SprayCan.cs
Merge: from jobs3_skip_preallocnetwrites
- Optim: Jobs 3 - move netwrite pooling to all threads
Tests: ran around craggy with Jobs 3
Optim: Jobs 3 - skip running PreallocNetWrites
On a busy server we can end up sending 1.5k entities in a frame, and it can cost us 0.7ms total on preallocation. With recent pool rewrite we should be able to allocate on demand.
Tests: On Craggy ran around/broke stuff/ziplined with Jobs 3
Full screen skinviewer layout/transition changes
Collision for large apartment
Adding new world model rig for m16
Merge from industrial_dlc
Reorder industrial shelf colours to match shipping container
▉ ▅▄▍▍▄▇ ▊▅▇▄ ▊▊▋▉▄▄ █▍▉▇ ▉█▅█▆▍
Remove legacy built-in instancing support from Rust/Standard shader. We're all-in on RRP, SRPB, BRG and all the other fancy acronyms.
Fix rare NRE from missing player models when creating sweep handles
merge from PlayerRigUpdate2
Fix burst cloth when spawning in near sleeping players
Updated shorts to eliminate transparency bleed in some skins
Caching m16 viewmodel textures
Show faded fuel blocks when consumed instead of hiding them.
linked 5.56 bullet prefab M16a2 bullet bone in viewmodel prefab and vm anims updated
merge from dont_bake_on_load2
just tool: `Tools/Lighting/Disable Bake On Scene Load (All Scenes)`
set serialized version as well
wip keep locked trajectory visible but allow now control after locking in.
tool just injects the property into the .unity file instead of opening and saving it
updated m16a2 world mesh material order issue
added /ProfilerCaptures to ignore.conf
Add fuel related UI prefabs.
Refactor/move UI fuel code.
Merge: from buildcommand_allocs
- Optim: reduce alloc count from building Arg commands from 20+ to 2 on average
- Update: expanded StringView API,
Tests: unit tests and running a bunch of different console commands