19,298 Commits over 1,614 Days - 0.50cph!
Test stamina change for 0 value, as a minor optimization.
On simulate, we decrease the ChangeSinceLastSimulation by 10% of it's own value, or minimally 0.1f until its value is 0.
Temp simulation is now slightly better and behaves more like we want I think (with respect to stamina change).
ChangeSinceLastSimulation now inverts ChangeValue values, but that's specifically to the usage of Stamina with temperature simulation. Need to generalize it's application.
DispenserInteractionSettingsWrapper holds stat manipulators for TakeFromDispenser to apply
Actually fixed stat manip copy/paste
Skill usage data cleanup
Lots of editor improvements
Fixed notifications UI widget not selecting units when clicked, disabled "jump to" for some activity types (pending new focus on location camera feature)
improved bear sneak, removed human L and R locomotion anims
can right click on prefabs then copy ragdolls to them (like you can from the data tool)
More work on being encumbered. It now has 3 stages and should apply stamina debuffs and movement debuffs accordingly.
Setting wood log weight to 100 in an effort to trigger encumbrance (can confirm encumbrance simulator returns greater than 1, but no effects trigger).
is carrying both hands while moving anim fix
Hypothermia takes a lot longer to have a chance of being applied
Overview map markers can be clicked to select units
Copy Steam files PostProcessBuild
made human ragdolls a bit better
lerp newRootPosition and transform.position to stop camera snap when ragdolls getup
Testbox Nospawns need a MapCamera to not go haywire with errors (copied in the one from Testbox).
Fixed encumbrance simulation and application of its related effects.
Added a bit more variation to item weight, that it might affect encumbrance and stamina usage a bit more interestingly.
Items/Attachments cleanup, should fix negative carry weight
Encumbered effects need to tick over stamina in order for it to affect temperature.
Moved StatManipulators list into ActionSettings.
Changed ActionSettings Reset to be virtual rather than abstract.
Construct Building will now spend some stamina via Stat Manipulators.
Cleaning up how ragdolls are enabled/disabled
Fixed issues with InteractionPosition editor
Fixed missing interaction position data on pine trees
Senses debug under debug flag control
Fixed EntityComponentLayout.CombatAbilityParameters NRE
fix building placement gound alignment
PlayerController doesnt need to cache ground normal as a field
CorpseParameters implements IInteractionProvider
setup sleeping on another animator layer so dosent get interupted
sleep/situp getup exits early if ifMoving is true