127,271 Commits over 4,109 Days - 1.29cph!
We already have this dll in plugins - I'm guessing it's causing our compile to break
Skinned Mesh Collision more accurate alternative to sphere/hitboxes
Bulletholes for wood, concrete and metal. Includes a parallax shader. Also, rough impact fx progress.
Sleeping bag models/prefabs (not functional yet)
Removed explicit stair handling from AI controller for performance reasons
Removed unused movement mask
Refactoring in preparation of the move to Behave 2
Players now start dead unless they have a sleeper
Sleeping bag button on death screen
Server sends re-spawn options on join/death
Deployed objects remember who they were deployed by
Deployed objects save who they were deployed by
Fixed item module TakeDamage not working
Fixed sleep screen wrongly taking priority over death screen
Increased protocol
Suicides are correctly logged as suicides
String pool - force to lowercase
String Pool skin part names
Increased protocol
Allow clothing to scale damage based on bones
SkinnedMeshCollider probably needs a rethink, it's now doing things that are outside of its realm imo
Added inventory.give
Medkit, Bandage, Antiradpills all working
bow idle exported with correct prop position
Added behaviour trees to AI
Material impact FX progress backup
Don't import materials from meshes
Boltrifle/bow now have ironsights - which will get tweaked as time goes on
Made AI walk animation get set directly from velocity
Disabling wolf physics stuff - it's killing the server (sorry for butchering your code andre)
Bonus: flying wolves
Fixed animal meshes being spawned way off relative to their parent transform
Added separate layer for all AI
Added viewmodel sway (only on the bolt rifle atm)
Added Screen Shake systems
Screen shake to bolt rifle shoot
Fixed NRE's with deployed foundation
Hatchet swing, screenshake on hit
Screen shake on take damage
A few minor UI layout changes. Health bar hidden when health is at max.
Added rigidbodies to NetworkSleep (sets isKinematic)
Added NetworkSleep to wolf
Re-implemented AILocomotion
Added refresh interval to AISense
Refactored danger / obstacle / target info
Refactored AISense, AIObstacle and AIBody
Campfire provides heat
Campfire burns if too close
finished the deer animations
Changed AI parts to not be individual components but rather children properties of AIEntity
Made every AI part have an individual refresh frequency that can be fine-tuned
Added AI part ticking to BasicController and WolfController
Updated AI test scene
Updated wolf prefab
▄▋▆ ▌▆ ▊▇▄▋▉▍▇ ▆▌▊▅▌▌▌▊▍▊ ▌█▍▌▆ ▉▄ ▉▋███▋ █▌█▆▅▉▉▅▉ ▍▉▌▄▆ ▌▋ ▌▆▍ ▇▇ ▍▋▌█-▇▌▍▅▌?
Added placeholder icons for vitals effects. Re arranged vital effect icons and removed labels, removed blue from the CSS. Health bar turns green when poisoned.
Made grass patches interpolate the terrain normal to avoid blocky shading in some situations
Fixed viewmodel going apeshit when looking up/down
Tagged server-side player prefab as "Player" for AI to uniquely identify it
Fixed chat input overlapping with status icons.
Added @media breakpoints for UI zoom level, commented out UpdateZoom() in glue.js
Reverted back due to issue with @media queries