142,216 Commits over 4,383 Days - 1.35cph!

39 Minutes Ago
▍▇▊▋ ▆▄▍▊█▌█ ▊▄▇▊▇▇ ▅▋▆▆▍ ▅▋▇▊█▄▍▌█▊▍ ▉▆▆▋▆▇▌▋
39 Minutes Ago
merge from main
1 Hour Ago
Updated gesture polish pass
1 Hour Ago
Swap custom vending machine to the alternate design. Everyone will revolt if we need to scroll to see all vending orders in a shop
1 Hour Ago
Fixed casting shadow issue
2 Hours Ago
Icepick volume changes
2 Hours Ago
Initial customer vending panel wireframe
2 Hours Ago
Prototype terrain holes using stencils for better resolution Create terrain only depth prepass (also stops unity overwriting stencil state) after HoleShape pass where stencil mask is written Change terrain shader depth test to Equal (failing where prepass stencil test fails) Change hole renderer to use cubes or triangle prism configs Add HoleShape assets for minimal cube and triangle prism vertex positions and triangles Dynamically duplicate HoleShape meshes (with vertexID based instancing) to meet min vertex count for efficient instancing Improve HoleShape inspector with adjustable sliders
2 Hours Ago
More Large Apartment Kitchen Cabinet and Cupboard Paint Mask Tweaks
2 Hours Ago
added missing deploy anim events to the tools anim clips
3 Hours Ago
wip industrial crafter support for upgrades
3 Hours Ago
Updated defensive workbench description (Now clearer it doesnt work on everything)
3 Hours Ago
▇ ▄▄▋▊▊▇▉▄ ▉▋▋▌▋▄▌▉▌ ▍█ ▉▅█▍▊▊ ▇▋▆▆ ▅▇ ▊▌ ▉▄▉ ▅▉▍▆█▋▅▋▄▍ ▄ ▆▊▆▄▆▄
3 Hours Ago
Fix third person player sounds not working correctly in spectator mode Fix previous commit breaking the cycling order of the camera viewmodes
3 Hours Ago
Merge from workbench_upgrades
3 Hours Ago
Fixed main menu social button considered visible all the time, causing friends menu to rebuild every 15s Fixed persona change triggering full friends list rebuild fixes stutters mid game for players with large friend lists
3 Hours Ago
Set item ownership for bonus items
3 Hours Ago
removed 4 frames off the 3p SAP reload anim clip to match viewmodel reload timing
4 Hours Ago
Prisoner hood ragdoll fix
4 Hours Ago
exported edited pick axe 3p anims
4 Hours Ago
Dart animation exports on new rig
4 Hours Ago
Got the new UI set up for the LOD Baker tool to support multiple source meshes
4 Hours Ago
merge from /mfm (merge from main)
4 Hours Ago
Codegen, proto gen Manifest
4 Hours Ago
Merge from main Keep source on generated stuff Keep main version of ParticleTestMap Merge automatically: Sceneloader.Monuments.cs, engine.json, InvisibleVendingMachine.cs Bump ApartmentRoom proto to 227 to avoid id collision with Workbench
4 Hours Ago
Merge from workbench_upgrades
4 Hours Ago
Merge from main
4 Hours Ago
Efficiency workbench upgrade now creates bonus item with the same skin as the source item.
5 Hours Ago
compile fix - missing debug ifdef around test fixture
5 Hours Ago
rebalance PlayerBoat drag-by-angle, more pronounced differences with shape (more impactful on larger boats)
5 Hours Ago
merge from automated_testing_ocean
5 Hours Ago
Adding in talk animations for general and host gestures
5 Hours Ago
Large Apartment Kitchen Cabinet and Cupboard Paint Mask Tweaks
5 Hours Ago
main -> vendingmachine_ui_refresh
5 Hours Ago
merge from main
6 Hours Ago
Merge: from stableobjectcache_taa_nulls - Update: Replaced StableObjectCache with StableObjectArray, updated TriggerParent, Projectiel batching and server player processing to use it - Bugfix: fix for "Adding null to TransformAccessArray" warning Tests: unit tests, 2p session on Craggy with jumping on boat, shooting, conencting-disconnecting
6 Hours Ago
Merge: from main
6 Hours Ago
undo subtract on the correct branch
6 Hours Ago
subtract, these changes were supposed to go on a sub branch :facepalm:
6 Hours Ago
Implement blending between 3 load anims based on angle, remove pitch/IK blend curves until its stable, abstract creating/releasing reload handles
6 Hours Ago
Update(tests): add validation of StableIndexLookup to StressTest Tests: ran unit tests
6 Hours Ago
npc updated animations
6 Hours Ago
Clean: delete StableObjectCache, no longer in use - fixed up const references that I missed Tests: compiles
Today
Update: add missing NativeDisableParallelForRestriction to BasePlayerJobs.RecacheTransforms Tests: none, trivial change
Today
merge from analytics_memory_alloc_optims
Today
Update: rewrite projectile batching to use StableObjectArray instead of StableObjectCache - internal statics are now initialized and cleaned up on client connect/disconenct (+ scripts reload) - had to sprinkle container access checks due to indirection This was the last user of StableObjectCache, will rip it out next Tests: ran unit tests, 2p craggy test with shooting (confirmed fly by effects, ricoches still happen)
Today
Machete inventory sounds added
Today
more info in drag table test
Today
added missing deploy/reload anim events to weapon anim clips
Today
Update: rewriten TriggerParent to use StableObjectArray instead of StableArrayCache - ran codegen - made DisposeInternalState run on assembly reload Tests: built a boat, jumped on off - no issues (except the boat not moving, but a separate bug)