125,573 Commits over 4,171 Days - 1.25cph!
can rotate empty vending machines
Fixed local player not skipped in vis testing
vending machine sounds are serverside (everyone can hear)
vending machine has busy panel while vending
can only access vending machine inventory from rear
cannot lock vending machines (can't be used as safe)
protocol++
added automatic door closer
vending machine requires construction layer under it
phrases
protocol++
VM screen cycles available items (super laggy/unoptimized wip)
thrown weapons/tools jam door closer
m92 worldmodel anim tweaks
m92 worldmodel shell ejection improvements
new 3rd person flamethrower animations
added reload animation for flamethrower worldmodel
added new 3rd person player crossbow animations
rigged up worldmodel crossbow to play reload animations
double shotgun 3rd person player animations
improved worldmodel animations for double shotgun
eoka 3rd person player animations
added code to play 3rd person flint strike animation for eoka pistol
3rd person pump shotgun animation tweaks
Added mesh cache (GC free access to vertices, triangles, ...)
Added mesh container (simplifies using pooled lists for mesh building)
Retired mesh combine extension methods (use mesh container instead)
Added threading to foliage, renderer and collider batching systems
Eliminated frame rate hiccups from all mesh batching
Reduced dynamic memory allocations from all mesh batching
Mesh batching threading / coroutine optimizations
Eliminated WaitForEndOfFrame allocation from Parallel.Coroutine
Component world model setup
Foliage system optimizations
Fridge deployable textures, model LODs, anims, Prefabs
Fridge icon, colliders. prefab update
ItemScreenshot scene update
Updated native renderer lib with adjusted readback swizzling
Cherry picked foliage shader and deferred transmission changes from prerelease/dungeon_art_4
fridge uses Box Storage rather than Door entity (until 2018 :o)
re-setup
Changed panel name
Manifest
merge from fridge_deployable
Resources world model setup
shopfront metal now has reinforced glass instead of bars
adding glass_reinforced generic textures
▇▇▄▉▋ ▊▌▅▋ ▆▊▅▄ ▉▊ █▉▌█▅▌ ▅▌▇
removed research paper world model
Fridge takes damage, allows more storage
vending machine now shows the skin of the item for sale (if applicable)
vending machine screen LOD'd out beyond 15m
vending machine screen shows when vending
fixed bunch of bugs with vending machine screen
Vending machine purchases reset decay
Added culling safemode that uses unity api sync readback; disabled by default
Fixed culling frame mismatch between camera parans and hiz pyramid
Fixed potential loss of culling result RT on alt-tab
Switched to single sphere, increased player culling radius (debugging)
Increase vis update rate to every frame (debugging)
Disabled ragdoll culling (debugging)
Fixed server compile
Protocol++