252,145 Commits over 3,959 Days - 2.65cph!
Touched river and ocean shaders just in case
▉ ▊█▍ ▊▌▅█▍▄▉▅▊▉ ▅█▇▉ ▇▌▇█▆
updated window and road height
Fixed building culling bug.
Added border nature stuff.
- WIP ammo pickup placeholder UI
Randomize road width slightly
Rivers react to obstacles in a more natural way
Reduced river and road vertex count slightly
Fixed riverside and roadside topologies reaching too far around rivers and roads
Tweaked river and road splat adjustment fade
Fixed rivers sometimes randomly failing to be added to the water map (physics weirdness)
Added normal smoothing factor to road and river meshes
Fixed mesh normal discontinuities when rivers and roads have to be split for collider perf
wood armor pants/jacket not repairable
can wear broken armor at 25% effectiveness
armor balance
roadsign armor more effective against melee, less effective against bullet
wood armor very effective at stopping shots, but breaks after being hit twice
helmets overall more effective against melee, but easier to break
metal facemask/chestplate slightly cheaper, but only save 5-8 shots before requiring repair
bone armor nerfed against bullets slightly ( it looks stupid anyway so don't use it )
code cleanup
armor condition lowered by damage absorbed
final breaking shot on armor properly only absorbs what it can fractionally rather than 0 or 1
cannot wear broken armor
broken helmets fly off the player on kill headshot
broken items have warning icon
armor provides 100% protection until broken rather than scaled by its condition
if UNITY_EDITOR wraps EntitySettings.OnValidateHook
EntityView event fixes and UnitCollection trigger re-write
More view > entity monobehaviour deferal
DecisionMaker init fixes and additional cached casting for new Group derived Entity types
Also added temporal AA from the playdead repo
Fixed a bunch of broken prefab refs
Radial layout thing
EC injects smartobject interactions in base init
UnitGroups to UnitClass
Smooth water volume color transition from river to ocean
Fixed river lighting mismatched with ocean
Merge from entity refactor
First terrain splat pass no longer calculates slope
Road and river side cliff topology
* Fixed checkboxes being fucked up for some people who improperly call PerformLayout
* Fixed SLAM sound being played on death
* Fixed Ceiling Turret playing Alert infinite sound after being removed
* Fixed the HL2:DM soundscapes being looked for in the wrong folder
Actually fixing entity view creation when no prefabs or settings are provided
More view related fixes, Entity constructor cleanup
Agent init fixed
Data fixes
xp.add takes a float
UI particles, tweens when getting xp
added lower parts of beep truck, working on side and front panelling
Editor tweaks + Entity/CreateView fix for entities with no data
Added Randomation
Added mixed server mode
AgentParameters in EntitySettings base
Nuked assets
AgentParameters serializable
WIP Agent as EntityComponent