19,298 Commits over 1,614 Days - 0.50cph!
Added weighted list of consumable settings to Species.Ecology params
Added various Weighted types
Reorganisted BeforeEditor tabs
Goals boilerplate
Potential NRE catch in Entity+Physics
Fixed all missing view prefabs
More Goals boilerplate
ConditionSettings.Evaluate overloaded to take a DecisionContext
DSE now evaluates a list of Conditions before scoring all Considerations
Condition refactoring, now works the same as Consideration except only boolean
WIP conversion of all boolean Considerations to Conditons
ConsiderationContext, ConsiderationSelfTypes, ConsiderationTargetTypes renamed to EvaluationContext and so on
Moved GetAgent and GetUnit from Consideration to DecisionContext, takes EvaluationContext
Fixed spawning cast error
Fixed VicinityEffects being zeroed when they shouldnt be
EntiySettings doesnt need to implement IComparable
InfluenceQuery tweaks to avoid using ToList and foreach (todo : should use FixedArray?)
ItemSettings doesnt need to implement IComparable (DataAsset base does it)
Fixed a bunch of issues with ExecuteBreedinGroup
Refactoring PlayerController a bit, reducing LINQ usage
- NestedEditorDrawer improvement
- Added GroupNeed, GroupAttribute Stat types
- Group+Stats updates BaseValue of it's GroupNeeds (GroupNeed.Food represents average value of all member's Food Needs)
Removed debug logging of group stat values
- Goal data assets
- Biome spawn related fixes
- EvaluationContext supports SelfGroup and TargetGroup
- WeightedRandom tweaks
First pass at Goals DM integration
Only setup Goal decisions in UnitDecisionMaker
Goal support in debug window decision listing
- Added useDynamicShadowDistance toggle to PlayerCameraEffects CC: petur
- Fixed issues with Goals breaking DM
WIP BehaviourChain, IBehaviour refactoring
More Interaction and behaviour refactoring
Buildings now store a list of interactions flagged by BuildingStates
Building construction states are seperate from the primary state
SmartObject creates interactions properly again
-fixed IM NRE error, was caused by missing InfMap being queried straight after creation (ie. before threaded process made one)
DM now drills down through Goals until it finds a GoalPlan
-seasons are now assets (seasonsettings)
-zones have biomes, which have min-max temperatures, and seasons
-seasons define day/night temperature, in respect to season's min/max with an animation curve
-units' Temperature BaseValue constantly lerps towards ambient temperature
Added sad event music for very sad times
WIP berry gathering via Goals
- BehaviourChain makes sure that all created Behaviour instances hold a reference to the BehaviourChainData
- HarvestResource Action populates BCD with a list of succesfully harvested items
- HarvestResource should make sure harvesting timers don't continue to tick if End is called early
- Organised Actions folder a bit
-yesterday's features... today!
-renamed variable to be clearer
-fixed starting time of the year not being randomized as implied in World's Initialize
-same as before, but now for reals.