200,092 Commits over 4,140 Days - 2.01cph!
Fixed character visibility calculation issues when objects (like streetlights) has colliders a little bigger than their visible meshes
EvaluateSmartObjectInteractions now expands it's selection to encompass any child buildings (addons) if a player is mousing over a building
Also expands to cover it's parent if the player is mousing over an addon
This should make sure the interactions offered are the same for a building with addons regardless of where the players mouse is
Can now dismiss the radial menu with middle mouse button or right mouse button regardless of where the cursor is
Improving character visibility system on the client
Multiple attachment types
added seed for the deterministic gameplay rnd number generator to protobuf
replaced fixed seed with a generated seed that gets synced between host/players
deleted commented out lines from UnitDefinitionSO
update healer controller/animation WIP
Fixed fireball prefab path warning
Fixed hacky workaround in fireball entity code to reference the spread entity
Merge from gc_optimizations
updated smallbackpack albedo texture
anims that say they are changed/new and I forgot to check in before
Reduce raycasts for non-visible character checks from 3 to 2. Seems good enough
Updated / fixed multiple item descriptions
Building blocks no longer share descriptions
Player now looks for Interactable not IInteractable
Paper map now despawn in 5 minutes down from 20 minutes.
Reduced texture footprint for water_bottle and de_cactus
Packed fuel_tank and forklift
Added LOD mesh swapping support to StagedResourceEntity
Fixed ores using the wrong mesh in the distance when partially broken
Subtracting gc_optimizations
Fixed duplicate editor entity BuildName from previous merge
Deleted a bunch of unused Battle states
Fixed stray "virtual" in EntityLink
Fixes for multiple buildings and point snapping
goat attack anim (untested)
big rock correct anim bool
▊▄▇█▊▊▊▉ █▅▅▆█▋ ▉▊▊▍▊▇▅▆▇▄▆ █▅▍ ▅▊▊▄█▍▉
big rock requires small rock to smask up
rock is tool hammer
Packed props/large_industrial_props and props/office_furniture materials
Agent spawn related improvements.
Fixed specular not driving packed map size
Packed some larger materials
A bit of cleanup to make Dynamic Navmesh work properly again.
Immediately kill agents on spawn if they we can't produce a navmesh area that support them (DynamicNavmesh specific).
stopped being exhausted breaking both hand carrying abuns
Changed how busy inputs work. Pie menu interactions worka bit nicer now.
Recessed wall prefab
Replace prefab
Scale to fit wall piece
Dispose of steam client in GameManager.Quit as well as OnApplicationQuit to be safe