Barry Evans
Barry Evans
@mokun I ran some tests last night with a modified ```TaskManager``` to capture some stats. What it showed really surprised me. At least 78% of the cache rebuild calls are...
> @bevans2000 > > I agree what you said in another thread that handling of Starvation, Hunger, High Fatigue Collapse and Radiation sickness should be done within the HealthProblem or...
We need to create UnitTest for the healing Tasks first as part of #1285 before making this change. I can see lots of alterations but we need a UnitTest first.
Yes we do. Tasks have a lot of complex logic and they are too difficult to test insitu. I have created a lot recently
Can we close this or move it to a new milestone?
I believe LocationStateType is confusing and gives us 2 attributes to keep in synch including the container. The combination of container UnitType and child UnitType give the same affect as...
This could be partially solved by #1197 because it introduces the concept of a moving Unit which virtually removes the need for the Location state logic or at least simplifies...
Is this done?
No problem. Sounds like we need a Generics class that can store a changing value over time. We could apply it to Job & Role as a starter.
> No problem. Sounds like we need a Generics class that can store a changing value over time. We could apply it to Job & Role as a starter. So...