190,962 Commits over 4,049 Days - 1.97cph!
Gang member structure edit
Moved of of war into standard assets
We have a problem where Gangs deserialize before their members, which means they aren't found when their IDs come though. I started fixing this by making gangs just reference members by ID, and it kinda works, but there end up being too many calls to get the member objects anyway - in effect just moving the problem around. Going to solve it a different way but saving this partial work first.
Merge from combat revamp branch
fixed potential for units' threat to be accounted for twice when deciding to fight or flee
fixed DSEs with no conditions in OR mode failing
AI : Human/FireMaking goal plans all use default curve for their process capacity considerations, which should result in much lower scores when the fire is full
Terrain decal persistence, improvements
Bonus for current target when finding threat
Add gang members properly
Got combat basics working (at least 1v1 on nospawns...)
Compound gate and walls first pass
Added SerialziedPropertyEx.SetDefaultValues which does what it says
pass of the default squads for current maps, making them more fun and varied
Fixed some effects that still seemed to buff threat instead of bravery.
More observing WIP stuff.
WIP observing targets coming to an end after a while.
Various fixes to combat AI in the aim of getting it functional again.
new career saves start with one mod of each type in the mod inventory
remove null stats from the Stats component (because they probably got deleted)
Fixed missing components on terrains in various scenes
More decals bits
Added back the AI for picking up thrown weapons (untested because I need that NRE fix from main)
Added TerrainDecals system for splat tinted and biome/season synced decal management
Buildings can now optionally spawn with a dirt decal
Building placement guide uses a decal
Added a Targeting States enum to Combat to determine what we want to do about the current target.
Removed IsAttacking bool because we already have a States enum with an Attacking state.
Fixed terrain painting not updating
Island 1 fuckery
Undone fix testing something
A potential fix for the spawn issue
Fixed disabled terrain on island1
dont init FoliageGrid in edit mode