193,304 Commits over 4,079 Days - 1.97cph!
adding texture sets wall_tiles_a, wall_tiles_b, materials
null check in Attachable-based properties of Item
removed eyebrows for now and fixed human HIT box positition
Do EAC auth right after Steam auth
Entity.WorldSpaceCenter will no longer silently fail when used on a NULL entity
Entity.IsLineOfSightClear will no longer silently fail when given no argument or a NULL entity
EAC HandleClientUpdate tweaks
material clothing for humans clothes
updated meta stats for animals with it allready setup
EAC register timeout is 20 seconds
More work on optimizing rebaking of navmesh grid cells.
Wall objects can snap to collision
UnitView quick cleanup, fixed double triggering of hit
combat fixes / rework wip
Description fixes + Phrases
improved bear meat normals
EntityViewUtility will now size the default box collider it puts on an item when no other colliders are present, the collider will be sized to encapsulate all meshes on the item
Added colliders to any clothing items that had no colliders
Resized existing 1,1,1 colliders on items
Adjusted NPC ladder position
Added container item recursion for depositing items from containers to buildings and stockpiles
Merge ladder updates into Paul's branch
Merge in updated ladder work (and client vis fix)
Ladders auto-generating their info
Decreased Navmesh tile size from 256 to 224 (-32) on island_01, trying to fix weird navmesh generation on some steeper hills (bug 927)
Changed some icons for hunting parties
Fixed being able to gift items to own tribe
Fixed Rally Group command never ending, which would break AI until a player command took over (bug 924)
Manually call OnAnimatorStateTagChangedCallback when loading a random animation package if we're already in idle state (fixes no conversation anim bug)
Commented out HasDispensable DSE eval as improper DecisionContext causes a bunch of issues (shortsighted impl, will look at performant alternative)
NPCs walk on/off ladders instead of sliding
Not ladder related. Fixed some issues with character client visibility calc that I noticed.
fixed skulls missing nametags
Ignitable component boilerplate
Safety first; fix for index out of range
Fixed stack trace red text in main menu because fuck me